And do you know if it is posible to do something like this:

ffmpeg -re -i http://localhost:5055/dash.mpd dashvideo.mp4


I have set up a webserver into IIS with a dash manifest and the segment chunks 
so I would like to know to do that?


but it is not working.


A lot of thanks in advance

________________________________
De: ffmpeg-user <[email protected]> en nombre de andrei ka 
<[email protected]>
Enviado: martes, 6 de octubre de 2020 10:09:35
Para: FFmpeg user questions
Asunto: Re: [FFmpeg-user] Streaming DASH with ffmpeg

On Tue, Oct 6, 2020 at 8:25 AM Mar Andrés López <[email protected]>
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...
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://urldefense.proofpoint.com/v2/url?u=https-3A__ffmpeg.org_mailman_listinfo_ffmpeg-2Duser&d=DwIGaQ&c=CIoxZ4z5BqFvKvSGFOTo726QZIiNTc_M9CmngT-Pla4&r=6hC3rvTBWUFDzy12mBL-ibcRFc1EHXzwjcFCetQx-fY&m=tYiCJ9Ewc_QAlrB2nf_ghYd-EZmG6Ctqp-L70qyMaLM&s=AS4x3DVlixsXoM5fQwHMc0ohzt1nUr9omG7fIVzJxrw&e=

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

P Please consider the environment before printing this e-mail.
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to