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
HLS.js, data is loading, but no video
I'm trying to use hls.js to embed a video from a live stream in a website. I can play the video for instance in VLC or ffplay. ffmpeg -i http://192.168.11.10 gives some information about the stream:
I...
Berend
Votes: 0
Answers: 0
AVPlayer smooth scrubling remote video (Swift)
I have set of mp4 files (~ 130 mb each, so I cant put those files inside app bundle) which I need to scrub smoothly without jumping in my app. Is there any way to achieve it?
I have tried to use HLS v...
Ivan Pavlov
Votes: 0
Answers: 0
Is #EXT-X-DISCONTINUITY tag needed if I build TS segments separately one by one using ffmpeg?
What am I trying to achieve:
I have 1000 PNG images. I would like to have a 30 seconds video with 0.1 fps created from each individual image. Then I would like to create multiple m3u8 playlists from a...
Matevz
Votes: 0
Answers: 1