#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 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.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10054#comment:9>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".