10-25-2019 07:32 AM
Will this DLL allow one to replay captured packets? I need to caprure and then replay in my application.
10-25-2019 07:52 AM
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.
10-13-2021 01:59 AM
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?