e.cpp is called else
MultiFramedRTPSource.cpp is called. But i can't understand the flow of
execution. Can you please tell me what happend here and in which class i
create a file for getting the packets?
Thanks,
Renjith
___
live-devel mailing list
live-dev
>Hi,
>I would like to know how we get rtp packets. I am using openRTSP in
>Live555 library. We can get rtp frames by using the getNextFrame(). But
>i need rtp packets. I know, using incomingPacketHandler() we can get rtp
>packets, but it is declared in the private section. So i can't use it in
Hi,
I would like to know how we get rtp packets. I am using openRTSP in
Live555 library. We can get rtp frames by using the getNextFrame(). But
i need rtp packets. I know, using incomingPacketHandler() we can get rtp
packets, but it is declared in the private section. So i can't use it in
the o