sudo97
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2016
03:20 AM
Video and Audio Format
Hello, does anyone know why in Scene Graph in Video Node audioFormat and videoFormat are always invalid, for example
this always prints invalid with any stream I take.
sub init()
m.video = m.top.FindNode("video")
content = CreateObject("roSGNode", "ContentNode")
content.url = "http://vevoplaylist-live.hls.adaptive.level3.net/vevo/ch1/06/prog_index.m3u8"
content.streamformat = "hls"
m.video.content = content
m.video.ObserveField("position", "showFormat")
m.video.control = "play"
end sub
sub showFormat()
print m.video.audioFormat
print m.video.videoFormat
end sub
this always prints invalid with any stream I take.
2 REPLIES 2
Yuriy_OM
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2016
11:17 AM
Re: Video and Audio Format
I can confirm this behavior. Would like to know the answer as well!
nrahnemoon
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2016
03:57 PM
Re: Video and Audio Format
Bump. I'm on the same boat. Both these values are "invalid". I should also note that the video stream doesn't work on the Roku 1 or Roku SE for .ts partitioned .m3u8 streams.