[FFmpeg-user] Streaming DASH with ffmpeg
andrei ka
andrei.k.gml at gmail.com
Tue Oct 6 11:09:35 EEST 2020
On Tue, Oct 6, 2020 at 8:25 AM Mar Andrés López <mar.andres.l at gmv.com>
wrote:
> I need to stream the video with dash over UDP. Is posible to do that in
> just one command
afaik you can't, it sends chunks and updates manifests at the same time,
you'd need rewrite ffmpeg to serialise it and encapsulate. and yet, if you
udp looses packets and bad luck it looses manifest transfert you'd be
screwed up. at most, you cand send you encoded live over srt (preferred
protocol for udp in terms of reliability & bw usage) and on the receiving
part repackage it to dash...
More information about the ffmpeg-user
mailing list