"axiomy" wrote:
Thank you Mark for your response. The problem I am having is with Vimeo Pro and the HLS link they provide. The mp4 links load no problem but he HLS link won't load at all.
Vimeo does a redirect on the HLS link and was curious if anyone at Roku knows how to get this working?
To work around it, you should do a HEAD request on the URL using the roUrlTransfer component first, then set the stream URL to the value of the Location header.
"sjb64" wrote:
Am getting nowhere with this too fast.
Doing the head request recommended by TheEndless and using the response as the URL, or even reading the contents of that response and saving it to tmp, then playing the source through server code in brightscript where the roku itself feeds the top level m3u8 doesn't want to work (this code is tested and works normally, we use it to embed intros and extros at runtime when playing m3u8's through Azure).
When (if) I find a solution that works I'll post the code here.
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=826103,RESOLUTION=858x480,CODECS="avc1.4d401e,mp4a.40.2"
index-f1-v1-a1.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1346519,RESOLUTION=1280x720,CODECS="avc1.4d401f,mp4a.40.2"
index-f2-v1-a1.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2202041,RESOLUTION=1920x1080,CODECS="avc1.4d4028,mp4a.40.2"
index-f3-v1-a1.m3u8
We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. You will not be able to log in or post new comments or kudos during this time. Read more here.
Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 12 and you may notice reduced functionality.
In the meantime, for additional assistance, visit our Support Site.
Thanks for your patience — we’re excited to share what’s next!