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?? How can I just get FFmpeg to send the data over *HTTP*?? On Thu, Mar 14, 2019 at 3:57 AM Carl Eugen Hoyos <[email protected]> wrote: > 2019-03-14 6:51 GMT+01:00, Glenn W <[email protected]>: > > I need to SEND h264 packets efficiently as possible, and > > over HTTP. > > Then why don't you send AnnexB? It seems hard to believe > that it has more overhead than rtsp... > > > I don't understand why this should not be possible, as FFmpeg > > can use RTSP protocol to request over HTTP when demuxing. > > (That's not exactly a strong argument...) > > 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". _______________________________________________ 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".
