[Live-devel] Metadata missing from mp3 stream using RTSP livemediaserver app

2011-10-18 Thread Ashish Mathur
Hi Ross, I am using livemediaserver.exe to stream a mp3 audio file. At the client side i am using openRTSP client application to receive the data. After receiving the data audio-mpa-1 is created. On observing the data in this file i found that the metadata information of MP3 file (ID3 tag etc are m

[Live-devel] How to get the file size : RTSP client live555

2011-10-04 Thread Ashish Mathur
Hi Ross, Is it possible for a RTSP client to find the size of the file at the time of establishing connection from the live555 RTSP server? Or there is any workaround by seeking to the end of file and getting the offset? If yes, then how? Regards, Ashish __

[Live-devel] Understanding live555 flow for RTSP client implementation

2011-09-29 Thread Ashish Mathur
Hi, I am trying to implement a RTSP client application for STB. All i want is streamed RTSP over RTP data to be available for my STB(which will then decode it). I want to put the data packet by packet inside a buffer that can be read by a thread continuously in my STB application. This buffer must

[Live-devel] RTSP client implementation issue using live555 libs

2011-08-18 Thread Ashish Mathur
Hi, I am currently writing a RTSPClient application for STB using live555 libs. The idea is to play a RTSP stream residing on a RTSP server through a RTSP client application residing on a STB. I was taking the reference from the testProgs like Play_common.cpp and OpenRTSP.cpp. I have been able to