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 _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
