revmischa / rtsp-server

Lightweight RTSP/RTP streaming media server
https://metacpan.org/release/RTSP-Server
427 stars 111 forks source link

Latency induced by proxy ? #8

Closed LeRatierBretonnien closed 8 years ago

LeRatierBretonnien commented 8 years ago

I would like to now if the rtsp-server add any latency on delivering RTP packets ? Or is there a buffer, keeping a certain amount of RTP packets before sending them ? If this kind of buffering exists, i would like to control it / reduce it at its minimum.

Thanks for your support !

revmischa commented 8 years ago

It rebroadcasts the RTP packets as they come in without buffering https://github.com/revmischa/rtsp-server/blob/master/lib/RTSP/Server/RTPListener.pm#L95