[FFmpeg-user] Unable to play clear content packaged using ffmpeg mpeg-dash -single_file option
Sify Browse
sifysify.007 at gmail.com
Tue Nov 21 17:52:43 EET 2017
Able to package the mpeg-dash clear content into a single file using
-single_file option but unable to play the content.
ffmpeg command:
ffmpeg -y -loglevel info -loglevel verbose -err_detect careful
-analyzeduration 8000000 -probesize 4000000 -rtbufsize 300000
-flush_packets 0 -fflags +genpts+discardcorrupt -f mpegts -i
Sample_Input.ts -i -map 0:p:1:0 -c copy -f dash -window_size 24
-min_seg_duration 4 -use_timeline true -use_template true -single_file
true live.mpd
Able to package and play using below command:
MP4Box -dash 150000 -dash-profile onDemand -segment-name chunk-stream clear.mp4
Am I Missing any parameters while packaging with ffmpeg command?
FFMPEG latest code from https://git.ffmpeg.org/ffmpeg.git commit :-
ce001bb8fc6677541c401a614e05e5058d58dde1
Thank you in advance.
More information about the ffmpeg-user
mailing list