Thanks for the help.
I'm using Windows OS and VLC 1.0.0
I was able to establish communication between openRTSP and
testOnDemandRTSPServer application. openRTSP saved the incoming data to a
file and after renaming it to *.mp3 I was able to play it.
What I'm aware now is that I need to provide ope
Hi,
I have created a subclass of MediaSink which process the received data. I am
using this instead of FileSink.
I am able to see MultiFramedRTPSource::doGetNextFrame1() getting called
before I start playing streams. It also calls my afterGettingFrame()
and continuePlaying() function. All this wo