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
> 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
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
> 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
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
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
> 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
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