In last resort, you still can access the content of each RTP packet through a
callback set in with RTPSource::setAuxilliaryReadHandler.
Denis.
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-dev
You realize, I hope, that a LIVE555 RTSP client does all of the processing of
incoming RTP/RTCP automatically. This includes providing - along with audio
and video payloads - a “presentation time” value that can be used to
synchronize the incoming audio and video streams. See
http://li
Hello,
I have done an POC which uses Livee555 RTSP client which provide me RTP data of
both audio and video(without header).
I use that data and send it over web socket to another application which is
nothing but browser.
Now I want to send data(audio/video) with header means whole RTP packet so