> So, what i can't figure out is that can i directly read data from RTPSource
> and write it into a local buffer that my STB application can use? If yes, then
> how?
If your RTSP/RTP is a single video-only source (or a Transport Stream), then
the simplest way to do this is to just run "openRTSP",
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