[Live-devel] How to safely close the openRtsp?

2011-12-20 Thread Johnnie Au-Yeung
Hi,ALL: The openRtsp has designed to be close rudely by the CTRL+C or console windows's close button. But while developing GUI streaming client that based on the openRtsp,we may have to safely close the openRtsp and do some related works. Can you please give me some sugguestion that what I

[Live-devel] DeliverPMT

2011-12-20 Thread Jeff Shanab
I am trying to force the MPEG2TransportStreamMultiplexor class to send a PAT, then an PMT and then a keyframe then the diff frames, exactly in that order. In Contrast to the default once per 100 and once per 500frames. I think this is what I will need to simplify my HLS segmenter flter that foll

Re: [Live-devel] how to use openrtsp get nal unit and video configinfo

2011-12-20 Thread Ross Finlayson
> another question,i how to get each nal unit timestamp ? It will be the "presentationTime" parameter to your "afterGettingFrame()" function - i.e., the 'after getting' function that you passed in your sink's call to "itsUpstreamSource->getNextFrame()". Ross Finlayson Live Networks, Inc. http:

Re: [Live-devel] Live555 EventLoop Crash

2011-12-20 Thread Ross Finlayson
> >No, the problem has nothing to do with 'speed'. There's a bug in your code > >somewhere. Sorry. > > Would you please take another look at this? Well, I'm not sure what the "this" is that I can take a look at, because the problem is with your custom code, which I know nothing about. But i

Re: [Live-devel] how to use openrtsp get nal unit and video configinfo

2011-12-20 Thread 杨志祥
thank you answer my question. another question,i how to get each nal unit timestamp ? thank you! i want use live555 openrtsp get nal data from h264 encode device. i see live555 testprog playcommon.cpp code.it use h264videofilesink.

[Live-devel] Problem with RTPTransmissionStats

2011-12-20 Thread Volker Marks
Hi Ross, first of all thanks for your great library. I'm using your library for an application running under Windows XP. (I know it's not your favorite OS.) On one machine ("A") my application multicasts two video streams and one audio stream. On another machine ("B") the application co

Re: [Live-devel] Live555 EventLoop Crash

2011-12-20 Thread David J Myers
Hi Ross, >> I?ve tried increasing OutPacketBuffer::maxSize from 100 to 500 (5 million) but this has no effect. Am I just trying to stream too much data, too quickly? >No, the problem has nothing to do with 'speed'. There's a bug in your code somewhere. Sorry. Would you please tak

Re: [Live-devel] how to use openrtsp get nal unit and video config info

2011-12-20 Thread Ross Finlayson
> i want use live555 openrtsp get nal data from h264 encode device. i see > live555 testprog playcommon.cpp code.it use h264videofilesink. my question: > 1、i hope use playcommon get nal data rather than write file.so i must write > our myh264videosink? yes or no? Yes, if you want to do somethin

[Live-devel] how to use openrtsp get nal unit and video config info

2011-12-20 Thread 杨志祥
dear: i want use live555 openrtsp get nal data from h264 encode device. i see live555 testprog playcommon.cpp code.it use h264videofilesink. my question: 1、i hope use playcommon get nal data rather than write file.so i must write our myh264videosink? yes or no? 2、if use our myh264videosink ge

Re: [Live-devel] Write the stream in a file with openRTSP

2011-12-20 Thread Ross Finlayson
> I would like to use OpenRTSP to record an IP camera stream on my PC. > I arrived to connect it by using this kind of command : openrtsp.exe -4 > rtsp://192.168.0.200/rtsph264 > but I don't know how convert the stream received in a video file ? The "-4" (and "-q") options output to 'stdout'. So

[Live-devel] Write the stream in a file with openRTSP

2011-12-20 Thread Boris Saint-Martin
Hi, I would like to use OpenRTSP to record an IP camera stream on my PC. I arrived to connect it by using this kind of command : openrtsp.exe -4 rtsp://192.168.0.200/rtsph264 but I don't know how convert the stream received in a video file ? Someone to help me ? Cheers Boris Saint-Martin___

Re: [Live-devel] SET_PARAMETER doesn't get handled in the RTSPServer over TCP

2011-12-20 Thread Ross Finlayson
OK, I've now installed a new version (2011.12.20) of the code that fixes this problem. (The problem occurred only with commands - like "SET_PARAMETER" and "GET_PARAMETER" that have a "Content-Length:" header, and only when the entire command is not read at once - which is the case for RTP-over-