@ Carl - sure, but I do not think you understand my question.

HTTP uses TCP, yes. But I am saying that I want the output stream to be
encapsulated in L7 packets rather than still sent over L4.

I am not asking about lower level transport. I simply need HTTP
encapsulation.

While the FFmpeg protocols documentation seems to indicate that muxing over
HTTP is quite possible, I am not seeing expected behavior as there is no
encapsulation happening.



On Thu, Mar 14, 2019 at 11:56 AM Carl Eugen Hoyos <[email protected]>
wrote:

>
>
> > 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` <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".
_______________________________________________
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".

Reply via email to