python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Issues with playing MPEG-DASH MPD file
I have built a simple mpeg-dash player using exoplayer API in Android. It reads and plays this MPD file. But can't play the following MPD file generated by FFmpeg:
ffmpeg -re -i .\video-h264.mkv -map ...

Tina J
Votes: 0
Answers: 0
Detecting ad slate in Dash Manifest from Exoplayer in Android
I am developing a solution to detect ad slate in live content over SSAI.
So far we have been able to detect the ad slate in HLSManifest.
However I don't see any relevant object or information when it ...
WISHY
Votes: 0
Answers: 1
How to play file m3u8 encrypted by AES - 128 while using ExoPlayer
I got the URL m3u8 which encrypted by AES - 128 example :
#EXTM3U
#EXT-X-VERSION:4
#EXT-X-ALLOW-CACHE:YES
#EXT-X-TARGETDURATION:14
#EXT-X-KEY:METHOD=AES-128,URI="HXa1HNC0GQGsG2Y4INatGdK3TAGsIAC3G...
giang nguyen
Votes: 0
Answers: 0
Exoplayer works in simulator but doesn't reproduce on real device
When I run the app on the simulator it works perfectly and shows all the content, but when I install it on another device, Exoplayer just shows a black screen. I am using the demo that Exoplayer provi...
Daniel
Votes: 0
Answers: 1