Hi! How can i pass multiple video streams to the Scene Graph Video? Or if i can't, what should i do to play a video with the quality depending on user's network connection?
Thanks!
- Gabriel
Video={}
Video.streams=[{url : "http://me.com/x-384.mp4"
bitrate : 384
quality : false
contentid : "x-384"}
{url : "http://me.com/x-2500.mp4"
bitrate : 2500
quality : true
contentid : "x-1500"}
{url : "http://me.com/x-5000.mp4"
bitrate : 5000
quality : true
contentid : "x-5000"}]
Video={}
video.streamFormat="hls"
video.Switching_Strategy="full-adaptation"
Video.streams=[{url : "http://me.com/live/master_playlist.m3u8"
bitrate : 0
quality : false}]