[Live-devel] openRTSP writing all zeros

2010-12-16 Thread Wiser, Tyson
I have created an RTSP server using your library that streams video frames in a custom format, using the M bit to indicate the end of the frame. Each frame is roughly 400KB. I have been trying to use openRTSP to receive the stream and output each frame to a file using the following command lin

Re: [Live-devel] Open RTSP and video file splitting...

2010-12-16 Thread Ross Finlayson
But often the program exits in "Segmentation Fault", and I don't know why... The reason is that you are closing (and deleting) your 'data sink' object - "qtOut" - but you are still 'playing' that object. I.e., the code thinks that it should still be receiving incoming network data into the o

Re: [Live-devel] Support for Kasenna Mediabase server (long story...)

2010-12-16 Thread Ross Finlayson
>From my understanding, this should mean that version 2010.04.09 still had support for Kasenna, am I right? Yes. If so, is it possible to download it from some repository? I'm sure it's possible to download this from somewhere - but not from us. We do not support old versions of the cod

[Live-devel] Open RTSP and video file splitting...

2010-12-16 Thread Matteo Lisi
Hi to All... I'm working on linux I'm trying to modify the test program "openRTSP" in live555 packet, for taking the streaming from a IP cam and put in a different file every 60 seconds. Like final result I want to have a collection of video file with lenght 60 seconds named stdout_xxx.mp4.

Re: [Live-devel] Support for Kasenna Mediabase server (long story...)

2010-12-16 Thread Pampolini Matteo
Hi Ross, first of all many thanks for your feedback and sorry for this late reply, In the meantime I made further investigations as reported below. Moreover, please let me tell you that I perfectly agree to what you wrote and to the comment inside the code, but unfortunately I have a customer tha

Re: [Live-devel] Problem streaming continuous H.264 video over Transport Stream

2010-12-16 Thread Ross Finlayson
Since the upgrade I had also come up with another issue: the stream from the encoder shows "Warning: Invalid 'nal_unit_type': 0. Does the NAL unit begin with a MPEG 'start code' by mistake?" from H264VideoStreamDiscreteFramer::afterGettingFrame1(). I don't understand how you could have been us

Re: [Live-devel] Problem streaming continuous H.264 video over Transport Stream

2010-12-16 Thread Bruno Filipe Basilio
Ross, > I'm a bit puzzled by this, though for two reasons: > 1/ You are not using a "MPEG2TransportStreamFramer" in front of your > "MultiFramedRTPSink", so the latter should not be getting a > "durationInMicroseconds" value other than 0. > 2/ You are using a recent version of the code (because yo