Re: [Live-devel] Release 2012.08.28

2012-08-28 Thread Ross Finlayson
> I just tried to do the subclass of WAVAudioFileSource and discovered that the > “fPreferredFrameSize” variable in that class is still private. In checking > the release notes for 2012.08.28 I see that the variable was moved from > private to protected in “ByteStreamFileSource.” Is this what yo

[Live-devel] Release 2012.08.28

2012-08-28 Thread Sid Price
Ross, I just tried to do the subclass of WAVAudioFileSource and discovered that the "fPreferredFrameSize" variable in that class is still private. In checking the release notes for 2012.08.28 I see that the variable was moved from private to protected in "ByteStreamFileSource." Is this what you

Re: [Live-devel] Is it possible to add some arguments to live555mediaServer

2012-08-28 Thread Ross Finlayson
> We used live555MediaServer for test purpose and it is nice because it is very > simple, but as there is no parameter it choose it behaviour by itself > (depending of available ports). > You will find attached a small modification in order to specify a port as an > argument. No, the "LIVE555 M

[Live-devel] Is it possible to add some arguments to live555mediaServer

2012-08-28 Thread PROMONET Michel
Hi Ross, We used live555MediaServer for test purpose and it is nice because it is very simple, but as there is no parameter it choose it behaviour by itself (depending of available ports). You will find attached a small modification in order to specify a port as an argument. An

Re: [Live-devel] A Problem of RTSP Server

2012-08-28 Thread Eden Lee (Gorilla)
Dear Ross, Currently, we have many PCs on which VLC Media Player is installed. Most of them (VLC RTSP clients) can correctly display the image from our RTSP server. However, some can't with black screen (no any image). I don't know Why? The following message is shown by VLC Media Player: main

Re: [Live-devel] Problem! If Matroska file not exist

2012-08-28 Thread Ross Finlayson
> but, In void MatroskaFileParser::continueParsing() call, the "if (fOnEndFunc > != NULL) (*fOnEndFunc)(fOnEndClientData);" will call, then will call "void > MatroskaFile::handleEndOfTrackHeaderParsing()", and this time the > "fParserForInitialization" is a invalid pointer, delete the invalid po

Re: [Live-devel] Problem! If Matroska file not exist

2012-08-28 Thread kingking kuo
> > > If Matroska if is not exist the program will crash.> > > > 1. In > > > MatroskaFile.cpp > > > > fParserForInitialization> > = new > > > MatroskaFileParser(*this, ByteStreamFileSource::createNew(envir(), > > > fileName),> > handleEndOfTrackHeaderParsing, this, NULL); > [...]> > // > > > i

[Live-devel] TCP Zero Window /Full using openRTSP with RTP over TCP

2012-08-28 Thread Dexter.O
1.I run openRTSP on win7 2.Here is my command line input: openrtsp -t rtsp://192.168.36.166:8554/cam00 3.H264 video i think recvfrom call too often,when tcp send TCP Zero Window /Full,select still set frecv,and recvfrom still return EWOULDBLOCK,so it into a unlimit loop, how can i fix it. thx ___