[FFmpeg-user] communication between ffmpeg and ffserver how to

Soho Soho123 soho123.2012 at gmail.com
Sun Aug 11 18:38:59 CEST 2013


Hi All,


if the example below:
ffmpeg -loglevel debug -f video4linux2 -r 30 -s 1280x720 -input_format
mjpeg -i /dev/video0 -vcodec copy http://localhost:9080/feed1.ffm

ffmpeg will use http post to send ffserver video data , but it should be
involve TCP handshake between ffserver and ffmpeg.
Is it possible to send video data without TCP handshake from ffmpeg?

Is there any communication method suitable for ffmpeg <---->ffserver?


More information about the ffmpeg-user mailing list