Hey buddy, I tried to use your library to read from a RTSP stream and forward to a TCP/UDP port as mpegts using the -f mpegts udp://127.0.0.1 (and also as tcp) but both failed with the error unable to find an output format for udp://....
I've been able to use this approach with other static ffmpeg builds but I was trying to leverage your library since offers a much more convenient/reliable path forward. I tried forking and adding both tcp and udp as protocols and mpegts as muxer/demuxer but still got the same error. Do you have any clues on why I'm not being able to do this on your library?
Hey buddy, I tried to use your library to read from a RTSP stream and forward to a TCP/UDP port as mpegts using the
-f mpegts udp://127.0.0.1(and also as tcp) but both failed with the errorunable to find an output format for udp://....I've been able to use this approach with other static ffmpeg builds but I was trying to leverage your library since offers a much more convenient/reliable path forward. I tried forking and adding both tcp and udp as protocols and mpegts as muxer/demuxer but still got the same error. Do you have any clues on why I'm not being able to do this on your library?