[Live-devel] Proxy RTP and RTCP packets

Ross Finlayson finlayson at live555.com
Sat May 11 05:18:49 PDT 2019


> Is it possible to create something like a RTSP client proxy that will proxy RTP packets and RTCP packets?
> 
> To elaborate, my goal is not to do anything with RTP packets for now (later I will do something with the packets (like frame dropping)), but just to pass them trough the websocket to the rest of the system where the handling of RTP and RTCP will be done. So I need that low level control, in RTSP client I do not get the RTP packets but the full frame which I do not need, but what I need from RTSP client is the function like describe.
> 
> Is there something that I can do with the current library or this is not possible?

Not really, because our code handles (and processes) incoming RTP and RTCP packets itself.  These packets are not passed to the ‘application-level’ code at all.  Sorry.

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/




More information about the live-devel mailing list