Re: [Live-devel] How is the best way to realize it ?

2012-09-05 Thread Raph
Thaks for this lot of informations. The things I realized are somewhere 'bad' way to realize it, but what I did is : Copy WAVAdioFileSource.cpp to ReaStreamAudio.cpp my own file Copy WAVAudioFileServerMediaSubsession.cpp to ReaStreamFileServerMediaSubsession.cpp with they corresponding .h

Re: [Live-devel] simulate RTP packet loss

2012-09-05 Thread Ross Finlayson
> I would like to simulate packet loss of RTP packets on the network, and I > would like to use Live555 to do this. In fact, there already is some code in > MultiFramedRTPSink (in the MultiFramedRTPSink::sendPacketIfNecessary() > function) which is contained in a "TEST_LOSS" macro, and is hardc

[Live-devel] simulate RTP packet loss

2012-09-05 Thread Andy Stevens
Hi all, I would like to simulate packet loss of RTP packets on the network, and I would like to use Live555 to do this. In fact, there already is some code in MultiFramedRTPSink (in the MultiFramedRTPSink::sendPacketIfNecessary() function) which is contained in a "TEST_LOSS" macro, and is ha

Re: [Live-devel] windows, live555, tcp transport

2012-09-05 Thread Ross Finlayson
> Ok, this looks like a problem with Live555 on windows compiled with ms vc (in > my > case its ms vc 2010). On linux openRTSP work fine. > > Included sample software (openRTSP) connects to server (with only tcp > transport > available), show no errors but still dont receive any data. Also OpenR

Re: [Live-devel] windows, live555, tcp transport

2012-09-05 Thread ЗвягинцевАнтон
Ok, this looks like a problem with Live555 on windows compiled with ms vc (in my case its ms vc 2010). On linux openRTSP work fine. Included sample software (openRTSP) connects to server (with only tcp transport available), show no errors but still dont receive any data. Also OpenRTSP cpu usage is

Re: [Live-devel] windows, live555, tcp transport

2012-09-05 Thread ЗвягинцевАнтон
Ross Finlayson writes: > > > > I am working on rtsp client software. Everything works fine until the transport on the server side was changed to tcp. I got the 461 error in “after-setup” handler. Ok, this is the easiest part – I just make some modification to code and handle this case (another

Re: [Live-devel] windows, live555, tcp transport

2012-09-05 Thread Ross Finlayson
> I am working on rtsp client software. Everything works fine until the > transport on the server side was changed to tcp. I got the 461 error in > “after-setup” handler. Ok, this is the easiest part – I just make some > modification to code and handle this case (another try to setup session is

[Live-devel] windows, live555, tcp transport

2012-09-05 Thread Звягинцев Антон
Hello. I am working on rtsp client software. Everything works fine until the transport on the server side was changed to tcp. I got the 461 error in "after-setup" handler. Ok, this is the easiest part - I just make some modification to code and handle this case (another try to setup session is don