Hello,
I am seeing an issue when running multiple instances of openRTSP to capture
h.264 data from multiple IP cameras. I am using command line options to
allow openRTSP to save the data into 12 second periodic files. I have
openRTSP compiled and running on QNX 6.5.0 and can stream data from one
Hello,
I am able to use the openRTSP client for receiving H.264 and MP4 data from
an IP camera fine, but cannot seem to find a way to receive MPEG TS from
the same camera. Is this a supported feature of openRTSP? I saw a method
of piping the received H.264 video data to MPEG TS using
testH264Vid
Did not realize I could stream H264 using openRTSP (did not see any
documentation, but looking through the code I have found it) After further
testing the issue does not exist in openRTSP and only my application. I
apologize for the "non-issue" and appreciate all the help you provided.
Thanks ag
Yes I am recording from RTSP/RTP stream through my own application using
the library. The camera itself is not providing any preceding "start code"
and is only being added by the sink. The majority of the frames are fine,
but a couple of times throughout the file there is an issue with an SPS or
I am experiencing issues when saving H.264 video directly from a camera to
a file sink (H264VideoFileSink) involving some corrupt frames where the
forbidden bit is being set to 1. I have tested with other formats (MP4,
AVI) and there is no issue, I have also used wireshark to confirm the data
comi