On Tue, May 31, 2016 at 16:02:37 +0200, juan carlos Rebate wrote: > I don't do top posting
You do, effectively. > the encoder is not shit please do not insult, the problem is that FFmpeg > does not work well Have you tried decoding to file (instead of http server) with ffmpeg? (I assume it doesn't work either, just asking.) I would have tried both of these: $ ffmpeg -i rtp://239.0.0.111:8208 -f null - $ ffmpeg -i rtp://239.0.0.111:8208 -f ogg /dev/null -y Since ffmpeg doesn't work well, what does? What players play this rtp:// stream successfully? The message seems to indicate too much packet reordering required. Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
