Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
destruk
Binge Watcher

FTP Streaming?

I didn't see any examples with this - but we'd like to be able to somehow stream a file from the source ftp server the media content resides on - is that possible? like changing the feed url to ftp://username:password@ftp.mysite.com:21 ?
0 Kudos
4 REPLIES 4
gonzotek
Visitor

Re: FTP Streaming?

I believe the Roku requires the server to support http range requests(because mp4 metadata necessary for playback is often at the end of a file), so ftp wouldn't work.
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
0 Kudos
RokuKevin
Visitor

Re: FTP Streaming?

ftp is not a supported protocol in ifHttpAgent.

--Kevin
0 Kudos
destruk
Binge Watcher

Re: FTP Streaming?

Are there plans to support it at all in the future? As for mp4 metadata, if the server supports resume, then you can do a range request for any section of the file, including the end to be sent in a chunk. Just a thought.
0 Kudos
RokuKevin
Visitor

Re: FTP Streaming?

There are not currently any plans to support ftp.

--Kevin
0 Kudos