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-30 Thread Ross Finlayson
> Yes I am recording from RTSP/RTP stream through my own application using the > library. Does the problem occur if you use the provided "openRTSP" demo application (see ), instead of your own application? (If the problem occurs only with your application, then

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

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

2014-05-22 Thread Ross Finlayson
> I am experiencing issues when saving H.264 video directly from a camera to a > file sink (H264VideoFileSink) What do you mean by saving "directly from a camera"? Are you recording from a RTSP/RTP stream - e.g., using our "openRTSP" demo application? In this case, "H264VideoFileSink" does not

[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