Open defagos opened 8 years ago
Hey @defagos,
Thank you very much for the time you've spent trying the player! I can't stress how helpful this is and I'll do my best to look at the issues and provide a feedback ASAP.
Cheers
Hey, I've reviewed the issues regarding the streams, so to summarize:
This should be playable now although you'll see a lot of warning logs for now...
This stream introduces an unexpected ISO format, namely the 'avc3' box. If there is no high demand on this issue I think we'll leave that way.
The protocol resolution is fixed, but usually Youtube uses a fmp4 format we don't support yet. So our opinion here is the same as in the BBC test stream issue
Best
Hi,
Thanks for the update. Playback now works perfectly for the single-res multi-rate video.
I will have a thorough look at many more use cases in a near future, but this looks really promising.
Best regards.
Hi there,
I was having a look at your SDK. Playback of the demo DASH stream works, but several test streams I considered lead to crashes or won't play at all:
Single resolution Multi-Rate
URL: http://dash.edgesuite.net/dash264/TestCases/1a/netflix/exMPD_BIP_TC1.mpd
Crashes with the following exception and stack trace:
Many more test streams are available under: http://dashif.org/test-vectors
BBC test stream
URL: http://rdmedia.bbc.co.uk/dash/ondemand/testcard/1/client_manifest-events.mpd
Crashes because of an assertion. Might work with release binaries, but the supplied debug binaries lead to a the following exception being thrown:
Youtube
URL: http://www.youtube.com/api/manifest/dash/id/bf5bb2419360daf1/source/youtube?as=fmp4_audio_clear,fmp4_sd_hd_clear&sparams=ip,ipbits,expire,source,id,as&ip=0.0.0.0&ipbits=0&expire=19000000000&signature=51AF5F39AB0CEC3E5497CD9C900EBFEAECCCB5C7.8506521BFC350652163895D4C26DEE124209AA9E&key=ik0
Does not work. Apparently the player believes it is playing an HLS stream:
Hope this information could be helpful.
Best regards.