[Libav-user] using avconv to transmux MPEGTS over RTP to MPEGTS over UDP

Andrey Utkin andrey.krieger.utkin at gmail.com
Sun Feb 5 21:13:50 CET 2012


Please run with adding option -loglevel debug
It will make ./configure options appear in log, so we can try to
reproduce the issue.
Also maybe some more information will appear.

What happens if you split this command into two?

avconv -loglevel debug -i rtp://234.5.5.5:10201 -c copy out.ts
then, if it succeeds,
avconv -loglevel debug -i out.ts -vcodec copy -acodec copy -f mpegts
udp://localhost:4444

-- 
Andrey Utkin


More information about the Libav-user mailing list