Hello,
SIPClient.cpp, line 500
if (sscanf(lineStart, "Content-Length: %d", &contentLength) == 1
|| sscanf(lineStart, "Content-Length: %d", &contentLength) == 1) {
Is this bug?
May be:
if (sscanf(lineStart, "Content-Length: %d", &contentLength) == 1
|| sscanf(lineStart, "Content-Length:
Thank you!
Now need not restarting of the receiver.
All work correctly, if I do restart of the transmitter.
Best regards,
Dmitriy
From: Ross Finlayson
Sent: Saturday, September 03, 2011 12:59 AM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] bug in the mp3 receiver
T
yes, I understand, in current situation I must restart receiver.
But if I have remote receiver, it can not be restarted.
How I must change the code of the transmitter or receiver to receive stream if
the transmitter was restarted?
From: Ross Finlayson
Sent: Friday, September 02, 2011 12:33 PM
To
Transmitter may be restarted, this is normal work situation.
If this is not a bug, how I can receive stream?
From: Ross Finlayson
Sent: Monday, August 29, 2011 10:17 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] bug in the mp3 receiver
OK, the problem is that the
I can send to you my VC10 project, if need.
From: Jasleen Kaur
Sent: Tuesday, August 30, 2011 9:16 AM
To: mailto:live-de...@ns.live555.com
Subject: [Live-devel] building live555 in VS 2010
I have been trying to build the make files using Visual Studio 10.
I am facing problems while running
Hello Ross,
I have done this test on separate computers and on the same host.
The same result.
Best regards,
Dmitriy
From: Ross Finlayson
Sent: Monday, August 29, 2011 1:19 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] bug in the mp3 receiver
I'm not sure why th
Hello,
I have found a bug in the testMP3Recevier.
I am testing pair: testMP3Streamer and testMP3Receiver.
The receiver stop receiving sound, if I do restart testMP3Streamer.
For example:
I have file test.mp3 128 kbit/sec, 44100 Hz, stereo, 1 hour long.
Start the receiver:
testMP3Receiver > ttt