Re: [FFmpeg-user] Streaming DASH with ffmpeg

2020-10-06 Thread andrei ka
__ > De: ffmpeg-user en nombre de andrei ka < > andrei.k@gmail.com> > 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 >

Re: [FFmpeg-user] Streaming DASH with ffmpeg

2020-10-06 Thread Mar Andrés López
De: ffmpeg-user en nombre de andrei ka 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 wrote: > I need to stream the video with d

Re: [FFmpeg-user] Streaming DASH with ffmpeg

2020-10-06 Thread andrei ka
On Tue, Oct 6, 2020 at 8:25 AM Mar Andrés López 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

Re: [FFmpeg-user] Streaming DASH with ffmpeg

2020-10-06 Thread Mar Andrés López
That seems really Good! A lot of thanks. De: ffmpeg-user en nombre de andrei ka Enviado: martes, 6 de octubre de 2020 10:03:53 Para: FFmpeg user questions Asunto: Re: [FFmpeg-user] Streaming DASH with ffmpeg :-) e.g. : https://urldefense.proofpoint.com/v2/url

Re: [FFmpeg-user] Streaming DASH with ffmpeg

2020-10-06 Thread andrei ka
:-) e.g. : https://github.com/leandromoreira/live-stream-from-desktop On Tue, Oct 6, 2020 at 8:25 AM Mar Andrés López wrote: > Dear All, > > > I am new in ffmpeg, I was Reading the documentation that ffmpeg has > available for dash. The given command example is the following: > > > ffmpeg -re

[FFmpeg-user] Streaming DASH with ffmpeg

2020-10-06 Thread Mar Andrés López
Dear All, I am new in ffmpeg, I was Reading the documentation that ffmpeg has available for dash. The given command example is the following: ffmpeg -re -i -map 0 -map 0 -c:a libfdk_aac -c:v libx264 \ -b:v:0 800k -b:v:1 300k -s:v:1 320x170 -profile:v:1 baseline \ -profile:v:0 main -bf 1