Re: [Live-devel] Race condition bug fix

2007-09-13 Thread Ross Finlayson
I agree that in the case of two reads to build a request, my code does not pass the correct length, however there is still a problem. Sorry I did not explain it fully in my original mail. In our use of the server, the client often makes two requests for a pair of streams from the server. There

Re: [Live-devel] Race condition bug fix

2007-09-13 Thread Geoff Cleary
I agree that in the case of two reads to build a request, my code does not pass the correct length, however there is still a problem. Sorry I did not explain it fully in my original mail. In our use of the server, the client often makes two requests for a pair of streams from the server. Theref

Re: [Live-devel] Can't connect to BBC Radio WMA streams via rtsp

2007-09-13 Thread Ross Finlayson
Sending request: SETUP rtsp://wmlive.bbc.co.uk/wms/bbc7/hi_s1/audio RTSP/1.0 CSeq: 3 Transport: RTP/AVP;unicast;client_port=33094-33095 User-Agent: VLC media player (LIVE555 Streaming Media v2006.03.16) Received SETUP response: RTSP/1.0 400 Bad Request Date: Thu, 13 Sep 2007 07:25:45 GMT CSeq: 3

Re: [Live-devel] open source mp3 player to play streams received from testMP3Receievr.cpp

2007-09-13 Thread Anand Anand
Hi, Thanks for the prompt reply. Ya I understand that the output from testMP3Receiver.cpp can be played by any mp3 player, however I find that open source players such as vlc are highly integrated and complicated so, I cant see how the file is being played in the code.. So, my question is is there

[Live-devel] Can't connect to BBC Radio WMA streams via rtsp

2007-09-13 Thread prn 57r
Hi, I'm in the process of creating an RTSP client and have run into problems with connecting to the BBC's radio stations. Like vlc, I am using the livemedia libraries to provide rtsp support and have done a fair amount of work getting my client to receive mms streams via RTSP. Both vlc and my RTSP

Re: [Live-devel] open source mp3 player to play streams received from testMP3Receievr.cpp

2007-09-13 Thread Ross Finlayson
>Is there any open source mp3 player that i can use to play the >streams receiver from the sample program testMP3Receiver.cpp? The demo application "testMP3Receiver" outputs its received data as a regular MP3 file, so any MP3 player will be able to play it. Did you mean to ask about a player ap

[Live-devel] open source mp3 player to play streams received from testMP3Receievr.cpp

2007-09-13 Thread Anand Anand
Hi Is there any open source mp3 player that i can use to play the streams receiver from the sample program testMP3Receiver.cpp?.. currently the stream is encoded in mp3 format i need to decode and play it as it is being received. simlarly is there some open source to play mpg video files as they a