JohnBasedow
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2016
09:16 PM
roVideoScreen Stream URL from filesystem?
Roku 2 2500X
Firmware: 7.0 b9044
With the adaptive formats Roku has started to support, bundling "static" manifests (for HLS/DASH) can make sense, in different scenarios, but when I try to load (in this instance) a DASH .mpd file from my package/tmp filesystem, the roVideoScreen gives a playback error -5.
If I host the same mpd on Dropbox, and load the file via https:// rather than file://, it works just fine.
I've tried the different permutations, all of which have failed:
Once again, I've tested the exact same file locally and from dropbox, and the dropbox way works just fine, so the file format is not the issue.
Firmware: 7.0 b9044
With the adaptive formats Roku has started to support, bundling "static" manifests (for HLS/DASH) can make sense, in different scenarios, but when I try to load (in this instance) a DASH .mpd file from my package/tmp filesystem, the roVideoScreen gives a playback error -5.
If I host the same mpd on Dropbox, and load the file via https:// rather than file://, it works just fine.
I've tried the different permutations, all of which have failed:
file://pkg:/xml/testmpd.mpd
file://pkg:/testmpd.mpd
pkg:/testmpd.mpd
pkg:/xml/testmpd.mpd
pkg://xml/testmpd.mpd
file://pkg://xml/testmpd.mpd
Once again, I've tested the exact same file locally and from dropbox, and the dropbox way works just fine, so the file format is not the issue.
2 REPLIES 2

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2016
12:53 PM
Re: roVideoScreen Stream URL from filesystem?
Roku doesn't support locally hosted playlists. Forum user sjb64 had an interesting workaround for that by essentially running a web server from within his channel to host the playlist. You might search his posts or PM him to see if he could offer suggestions.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
JohnBasedow
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2016
01:23 AM
Re: roVideoScreen Stream URL from filesystem?
Thanks for the reply... it's too bad this isn't supported out of the box.
I guess I can look at writing a simple server.
I guess I can look at writing a simple server.