"TheEndless" wrote:
I can't seem to figure out what StreamFormat will let us play MKVs in our own channels... but I'm not giving up! 😛
I've tried "mkv", "matroska", "mkva", "mkvb", "h264", "mp4", and even "hls" for the heck of it. No go for any of them so far. I suppose it's possible they've not enabled streaming support for it, yet...
"RokuKevin" wrote:
There are multiple matroska containers, and you must use the correct one for your stream url. Fortunately, they are easy to remember as they match the typical filename extension.
For ".mka" files, use StreamFormat = "mka"
For ".mkv" files, use StreamFormat = "mkv"
For ".mks" files, use StreamFormat = "mks"
--Kevin
"retrotom" wrote:"RokuKevin" wrote:
There are multiple matroska containers, and you must use the correct one for your stream url. Fortunately, they are easy to remember as they match the typical filename extension.
For ".mka" files, use StreamFormat = "mka"
For ".mkv" files, use StreamFormat = "mkv"
For ".mks" files, use StreamFormat = "mks"
--Kevin
Is streaming of these formats supported with the latest firmware? If so, I might be inclined to think that you are awesome.
"RokuChris" wrote:
The streamFormat value for playing MKV video is "mkv", but you will also need to add a line to your manifest file: requires_mkv=1