Page 1 of 1

JFIF in UDP packet

Posted: 05 Jun 2017 19:32
by pela
Hi,

How do I create an SDP file for the following?

I have a network camera that outputs each frame as JPEG, formatted as a JFIF file. The camera puts this data directly in UDP packtets. There are no RTP headers, and nothing that looks like RFC2435. In Wireshark, I have collected payload data from a few UDP Packets and put them together in a file. An image viewer could then detect the file as JFIF, and understand image size etc. It could also show the upper part of the image correctly. (I was too lazy to collect all UDP packets of the image, I just used the first ones.)

How do I get VLC to show video from this camera?

Re: JFIF in UDP packet

Posted: 06 Jun 2017 09:27
by Jean-Baptiste Kempf
I don't think we support this.

Re: JFIF in UDP packet

Posted: 06 Jun 2017 18:31
by Rémi Denis-Courmont
SDP can hardly describe anything other than RTP. The only non-RTP thing that VLC can handle with SDP is raw MPEG-TS.

Re: JFIF in UDP packet

Posted: 11 Jun 2017 18:31
by pela
Thanks for the info. Are there any plans for supporting this?

Re: JFIF in UDP packet

Posted: 11 Jun 2017 19:30
by Rémi Denis-Courmont
No.

Re: JFIF in UDP packet

Posted: 12 Jun 2017 17:48
by pela
Ok. Thanks for your quick responses.