Hi,
we're trying to implement the application based on ExoPlayer playing our own implementation of MPEG-DASH encrypted with Widevine, and we're receiving the error, which we are unable to understand, exception_android.txt.
The stream to be played is available at: http://80.188.56.83/dwv-59109745109306328-max720p.mpd (contentId = 59109745109306328, provider = nangu) which is passing validation on http://dashif.org/conformance.html
After analysis of the one google-reference stream (https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd), we tried to put the PSSH header into the manifest: http://itonis-portal.nangu.tv/dash/pssh.mpd ; But no success even with this change.
Both the samples play just fine in http://shaka-player-demo.appspot.com/, which leads to the idea that there are some differences between the players, which we do not understand well. Testing is done on Nexus 5 with Android 6.0.1, using ExoPlayer (1.5.3) demo app.
Can anyone with the deeper knowledge of the implementation hint on which part of the implementation can be faulty? From what I can understand, the native function playing the stream refuses to play it? Is there any way to debug it further? I'll be grateful for any indication or idea.
Thanks,
Jan
Hi,
we're trying to implement the application based on ExoPlayer playing our own implementation of MPEG-DASH encrypted with Widevine, and we're receiving the error, which we are unable to understand, exception_android.txt.
The stream to be played is available at: http://80.188.56.83/dwv-59109745109306328-max720p.mpd (contentId = 59109745109306328, provider = nangu) which is passing validation on http://dashif.org/conformance.html
After analysis of the one google-reference stream (https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd), we tried to put the PSSH header into the manifest: http://itonis-portal.nangu.tv/dash/pssh.mpd ; But no success even with this change.
Both the samples play just fine in http://shaka-player-demo.appspot.com/, which leads to the idea that there are some differences between the players, which we do not understand well. Testing is done on Nexus 5 with Android 6.0.1, using ExoPlayer (1.5.3) demo app.
Can anyone with the deeper knowledge of the implementation hint on which part of the implementation can be faulty? From what I can understand, the native function playing the stream refuses to play it? Is there any way to debug it further? I'll be grateful for any indication or idea.
Thanks,
Jan