Is there a way to retrieve raw frame data from RTSP?
Posted: 20 May 2020 14:25
Hi
I'm trying to retrieve a custom video feed that transits through RTSP but is sent without any compression. Each RTP frame contains a full image. Using lib555 openRTSP I can dump the raw images to file using the following command line: ./openRTSP -m -t -b 1000000
Is there a way to get the equivalent data from libvlc?
Thanks
Sebastien
I'm trying to retrieve a custom video feed that transits through RTSP but is sent without any compression. Each RTP frame contains a full image. Using lib555 openRTSP I can dump the raw images to file using the following command line: ./openRTSP -m -t -b 1000000
Is there a way to get the equivalent data from libvlc?
Thanks
Sebastien