[Live-devel] OpenRTSP Frame Loss When Streaming Multiple Cameras

2014-08-08 Thread Alix Frombach
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

[Live-devel] Using openRTP for receiving MPEG TS

2014-07-19 Thread Alix Frombach
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

Re: [Live-devel] Issues streaming H.264 video from camera to a file

2014-05-31 Thread Alix Frombach
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

Re: [Live-devel] Issues streaming H.264 video from camera to a file

2014-05-29 Thread Alix Frombach
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

[Live-devel] Issues streaming H.264 video from camera to a file

2014-05-22 Thread Alix Frombach
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