Skip to content

Commit

Permalink
temp: different ffmpeg versions produce different init chunk extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
j0sh committed Aug 16, 2019
1 parent 3fa841a commit 446fb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ffmpeg/ffmpeg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,8 @@ func TestMuxerOpts(t *testing.T) {
# ffprobe -loglevel warning -show_format out.mpd | grep format_name=dash # this fails so skip for now
# concat headers. mp4 chunks are annoying
cat init-stream0.mp4 lpms-test-0-00001.m4s > video.m4s
cat init-stream1.mp4 lpms-test-1-00001.m4s > audio.m4s
cat init-stream0.m4s lpms-test-0-00001.m4s > video.m4s
cat init-stream1.m4s lpms-test-1-00001.m4s > audio.m4s
ffprobe -show_format video.m4s | grep nb_streams=1
ffprobe -show_format audio.m4s | grep nb_streams=1
ffprobe -show_streams -select_streams v video.m4s | grep codec_name=h264
Expand Down

0 comments on commit 446fb05

Please sign in to comment.