It is about one input stream - mpets that has already been muxed properly
including metadata, that I want to multiply and deliver to different
processes, and/or use different transport protocols like udp or rtp over
tcp/udp, ex: one for multicast streaming , one for unicast connection to a
streamin
I tried to use latest youtube-dl to download a wild animals
video, and I got the following error message:
https protocol not found, recompile FFmpeg with openssl, gnutls or
securetransport enabled.
youtube-dl invokes ffmpeg like this:
ffmpeg command line: ffmpeg -y -loglevel verbose -headers
On 7/21/2018 9:01 AM, Carl Eugen Hoyos wrote:
1. How can I pipe output of ffmpeg without saving it to a file to three
different processes?
2. Is it possible to use encoded stream with different muxers ex. -f mpegts
udp and -f rtp_mpegts > rtp
and pipe first stram to process one, and secc
2018-07-21 0:35 GMT+02:00, Dragan Randjelovic :
> I am using ffmpeg on Windows, [ffmpeg version N-91217-g2bd24d4a37]
>
> 1. How can I pipe output of ffmpeg without saving it to a file to three
> different processes?
>
> 2. Is it possible to use encoded stream with different muxers ex. -f mpegts
>>