LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

H.264 raw byte streams to VLC

Solved!
Go to solution

Will this DLL allow one to replay captured packets? I need to caprure and then replay in my application.

0 Kudos
Message 11 of 13
(878 Views)

Hi casultycare,

 

You mean that you capture the UDP packets and saved them as raw data? As far as I know, the DLL would recognize only existing video file format or UDP streams. I do not know about reading raw data from a UDP stream. It might work... or not.

 

One thing that is very likely to work is to write a LabVIEW application that would read back those UDP packets and re-stream them using UDP. The DLL would then work.

 

Good luck.

Marc Dubois
0 Kudos
Message 12 of 13
(866 Views)

Hello I am also working on similar application. I am receiving continuous data packets in LabVIEW from RTSP ethernet camera encoded in H.264 format. I am receiving this in string in LabVIEW. I want to extract info & stream video on front panel. Can anyone help me about this?

0 Kudos
Message 13 of 13
(682 Views)