Page 1 of 1

UDP/TS streaming from raw video format

Posted: 03 Feb 2018 15:44
by mpichini
Hello,

I've a video compression board that receives a PAL input video stream and provides the video in raw video format on a PCIe bus.
I get the video raw data from the processor board via a DMA I/O channel.
Now I want to create a TS/MPEG2 UDP stream to distribute the video to a VLC Client.
Any idea if and how can I achieve this with VLC ?

best regards,
Massimo

Re: UDP/TS streaming from raw video format

Posted: 03 Feb 2018 16:09
by mpichini
I could provide the raw data read from the DMA channel over an UDP connection.

Re: UDP/TS streaming from raw video format

Posted: 05 Feb 2018 11:40
by InTheWings
You need to transcode. It's not possible to stream raw video over ts.

See transcoding/streaming documentation on

Re: UDP/TS streaming from raw video format

Posted: 05 Feb 2018 11:41
by InTheWings
You need to transcode. It's not possible to stream raw video over ts.

See transcoding/streaming documentation on
the wiki Documentation:Documentation/