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