[FFmpeg-user] HD Webcam Stream

Moritz Barsnick barsnick at gmx.net
Tue Jun 4 18:09:38 EEST 2019


On Tue, Jun 04, 2019 at 13:32:46 +0200, Markus Raps wrote:
> iam trying to send a USB Webcam (Audio and Video) steam via UDP to
> Another machine for further rendering.
> my problem: the other side cant see the video data in the mpegts stream
> without encoding.
[...]
> Output #0, mpegts, to 'udp://192.168.4.4:6666?pkt_size=1316':
>    Metadata:
>      encoder         : Lavf57.56.101
>      Stream #0:0: Video: mjpeg, yuvj422p(pc, bt470bg/unknown/unknown), 1920x1080, q=2-31, -5 kb/s, 30 fps, 30 tbr, 90k tbn, 1000k tbc
>      Stream #0:1: Audio: aac (LC), 32000 Hz, stereo, fltp, 128 kb/s
>      Metadata:
>        encoder         : Lavc57.64.101 aac

While ffmpeg is happily doing this, I understand that MJPEG in MPEG-TS
is not supported. That it why the demuxing ffmpeg doesn't cope with it.

I haven't yet found a more suitable container for UDP though... No
solution, sorry.

Cheers,
Moritz


More information about the ffmpeg-user mailing list