Hi Benjamin,
I was cruising the boards a little while back when I first started developing our channels and found this:
I've used Apache as a server for the Roku and it works fine. It's not "byte requests" that the server must support, but "range requests". You can use cURL to make sure your server supports range requests using a command like:
Code: Select all
curl -r 4-11 http://192.168.1.103:8080/test.mp4
from this thread:
http://forums.roku.com/viewtopic.php?f=34&t=40902&p=274745&hilit=byte+range#p274745Check with your hosting service about the Range Requests.
I hope this helps. I, too, am new to the Roku world, but I have found this forum and it's participants very helpful.
Good Luck,
Sagacity
Sagacity
CazMaz Productions