Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#6980 closed defect (invalid)

Unable to catch best stream from dash manifest (ffmpeg, ffplay, ffprobe)

Reported by: write Owned by:
Priority: normal Component: avformat
Version: unspecified Keywords: dash
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
How to reproduce:

% ffplay -i https://live3-mediaset-it.akamaized.net/content/dash_clr_xo/live/channel(ch03)/manifest.mpd
ffmpeg version ffplay version N-89674-g57d0c24132
built built with gcc 7.2.0 (GCC)

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Attachments (1)

1.txt (5.1 KB ) - added by write 6 years ago.
only 2 streams are catched manifest.mdp has 5 streams (representetion)

Download all attachments as: .zip

Change History (8)

by write, 6 years ago

Attachment: 1.txt added

only 2 streams are catched manifest.mdp has 5 streams (representetion)

comment:1 by RiCON, 6 years ago

This isn't reproducible on git master. Multiple representations support was added in http://git.videolan.org/?p=ffmpeg.git;a=commit;h=94cc16499ff1309386ca1d77aac0627e16ffa917

comment:2 by Carl Eugen Hoyos, 6 years ago

Component: ffprobeavformat
Keywords: dash added; best stram removed
Resolution: invalid
Status: newclosed

comment:3 by write, 6 years ago

Thanks for Your answer.
I'm in Windows. My question is: how to download ( if available) the patched ffmpeg ?

best regards

comment:4 by Steven Liu, 6 years ago

you can use the git clone git://source.ffmpeg.org/ffmpeg.git , this have beed applied this patch

in reply to:  4 comment:6 by write, 6 years ago

Replying to stevenliu:

you can use the git clone git://source.ffmpeg.org/ffmpeg.git , this have beed applied this patch


Thanks a lot.

This means that after cloning on windows I have to built executable ffmpeg 'make' using my windows PC ?

in reply to:  5 comment:7 by write, 6 years ago

Replying to cehoyos:

https://ffmpeg.zeranoe.com/builds/


thanks a lot.
It work using ffmpeg and select( without specification ) the best videostream.

Using ffplay the best videostream is not selected by default but is selected adding: -vst 2

Note: See TracTickets for help on using tickets.