[FFmpeg-user] FFmpeg muxing over HTTP
Carl Eugen Hoyos
ceffmpeg at gmail.com
Thu Mar 14 17:56:30 EET 2019
> Am 14.03.2019 um 16:21 schrieb wolfe.t.glenn <wolfe.t.glenn at gmail.com>:
>
> Even when I run this command:
>
> `ffmpeg -re -i hq-video.mp4 -c:v libx264 -an -s 1280x720 -f h264
> http://my-server/push`
>
> It is still sending the data only over *TCP*. Why is this the case??
Because while http does not strictly require tcp iirc, it is always used over tcp afaik. I don’t think my-server would accept anything else.
If you want udp (or rtp) tell FFmpeg so.
Please avoid top-posting here, Carl Eugen
More information about the ffmpeg-user
mailing list