Unable to get MPEG-DASH working using cast-android-sample -


i'm having difficulty getting mpeg-dash sample play using cast-android-sample.

it's reproduced adding dash sample mediaadapter:addvideos() method. here 3 known mpeg-dash samples used try working:

mvideos.add(new castmedia("car mpeg-dash video", "http://yt-dash-mse-test.commondatastorage.googleapis.com/car-20120827-manifest.mpd")); mvideos.add(new castmedia("simple mpeg-dash video", "http://download.tsi.telecom-paristech.fr/gpac/dash_conformance/telecomparistech/mpeg2-simple/mpeg2-simple-mpd.mpd")); mvideos.add(new castmedia("mpeg-dash sample", "http://www.digitalprimates.net/dash/streams/gpac/mp4-main-multi-mpd-av-nbs.mpd")); 

attempting play these generates error of form in logcat:

18147-18147/com.example.castsample e/mediaprotocolmessagestream: error parsing message: {"type":"response","cmd_id":24,"status":{"error":{"domain":"ramp","code":-2},"event_sequence":6499}} org.json.jsonexception: no value state 

note mp4s listed in demo in fact work - know i've got cast-android-sample code working in general. additionally i've tried hosting files - , monitoring access logs know mpd fetched , media referenced mpd never accessed device.

is there else needs done mpeg-dash media play chromecast? can provide working example code-base?

we should work dash industry associations player. support of chrome's media source events.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -