> Am 14.03.2019 um 16:21 schrieb wolfe.t.glenn <[email protected]>: > > 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 _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
