Hi everyone,
I am trying to understand how to get the hevc DASH stream to work on roku4.
For example I have this test stream (mp4):
http://download.tsi.telecom-paristech.f ... 60_15M.mp4And this test package ( VOD profile) :
http://download.tsi.telecom-paristech.f ... -2s-4k.mpdAnd this test package ( live no stream switching) :
http://download.tsi.telecom-paristech.f ... -2s-4k.mpdHow would I set up the video node? Here is an example roku provides in the docs:
videoContent = createObject("RoSGNode", "ContentNode")
videoContent.url = "https://roku.s.cpl.delvenetworks.com/media/59021fabe3b645968e382ac726cd6c7b/60b4a471ffb74809beb2f7d5a15b3193/roku_ep_111_segment_1_final-cc_mix_033015-a7ec8a288c4bcec001c118181c668de321108861.m3u8"
videoContent.title = "Test Video"
videoContent.streamformat = "hls"
My main concern is what would the "streamformat" be. I know "hls" and "ism" are used for hls and playready packaging, what would the parameter for DASH be?
This is what SDK docs have to say:
Valid values: mp4, wma, mp3 Note: mp4 will also accept .mov and .m4v files.
Since Firmware version 2.6:
"hls"
Since Firmware version 2.9:
"mkv", "mka","mks"
Deprecated Since Firmware version 4.1:
"wmv"
Since Firmware version 4.7:
"ism" (smooth streaming)
Any help would be greatly appreciated.
Also, if anyone knows anf UHD live test streams, I would appreciate that as well.