Thank you!
I printed the video format after loading and got the value: none for HD. For SD video I got the value: mpeg4_15.
When I load the videos in the web browser they all return the same content-type in the header: video/mp4.I haven't tried hosting the video elsewhere, which I will try later. All of them are the same exact video saved by Google in different resolutions after I uploaded them.
Have you come across this issue before? Are you able to play the HD videos in Roku? Here's my testing output:
function onKeyEvent(key as String, press as Boolean) as Boolean
print "in SimpleVideoScene.xml onKeyEvent ";key;" "; press
print "Video Format: ";m.Video.videoFormat
return false
end function
HD Output:in SimpleVideoScene.xml onKeyEvent back true
Video Format: none
SD Output:
in SimpleVideoScene.xml onKeyEvent OK falseVideo Format: mpeg4_15
Here's the non-Scene Graph roVideoScreen testing output:
video = CreateObject("roVideoScreen")
videoclip = CreateObject("roAssociativeArray")
videoclip.StreamUrls = ["https://lh3.googleusercontent.com/yuayWNP1vqF2W0Dxv5I0ANGm7GsObP1oM3czjKTkbaJjL8EQ8tQ75YDGGYdMUwQhpTv52K8mFFE=m22"]
...
video.SetContent(videoclip)
video.Show()
Unknown event: 11 msg: startup progress
Unknown event: 20 msg: Stream started.
Unknown event: 33 msg: Format Detected
Unknown event: 11 msg: Content contains no playable tracks.
Play failed: malformed data
Unknown event: 16 msg: Playback completed.
Unknown event: 11 msg: end of playlist
Unknown event: 11 msg: startup progress