[FFmpeg-trac] #10054(avformat:new): ffmpeg/ffplay miscalculates $Time$, resulting in time from the future and 404 errors

FFmpeg trac at avcodec.org
Sat Dec 24 12:35:24 EET 2022


#10054: ffmpeg/ffplay miscalculates $Time$, resulting in time from the future and
404 errors
------------------------------------+------------------------------------
             Reporter:  TheRadziu   |                    Owner:  (none)
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  dash        |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Comment (by Harisfog):

 Replying to [comment:9 TheRadziu]:
 > Replying to [comment:7 Harisfog]:
 > > I have same issue. any update?
 >
 > found decent file-less bug workaround for the time being, it should work
 for you too. It uses streamlink to grab segments and pipe them to ffmpeg.
 If stream is not DRM free you need to use forked version that adds DRM
 support. If you want to use it like ffplay then pipe it to ffplay or
 player of your choosing instead.
 >
 > {{{
 > streamlink https://live002.cda.pl/enc117/2x2hd/2x2hd.mpd \
 >     best \
 >         --stream-segment-attempts 9999 \
 >         --ffmpeg-dkey "<REDACTED>" \
 >         -O|ffmpeg -nostdin -v fatal -hide_banner -nostats -re -i pipe:0
 -c:v copy -c:a copy -f flv output"
 > }}}
 > This being said I consider it only workaround and still will wait for
 proper ffmpeg bugfix.

 Thanks! This is helpful!
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10054#comment:10>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list