[FFmpeg-user] translate rtp to http
Moritz Barsnick
barsnick at gmx.net
Tue May 31 17:29:09 CEST 2016
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
More information about the ffmpeg-user
mailing list