uvgRTP icon indicating copy to clipboard operation
uvgRTP copied to clipboard

An open-source library for RTP/SRTP media delivery

Results 63 uvgRTP issues
Sort by recently updated
recently updated
newest added

I did check the source with a static code analyzer and found lots of maybe minor problems that should be resolved. Just to show some examples condition is always false...

dev

Would it be possible to get support for RFC 4175 aka SMPTE 2110 as a feature of this library?

feature

I fixed the ZRTP with two streams, but there is a race condition when two or more streams are performing ZRTP in multistream mode (three or mode streams in total)....

feature

This is regarding RTCP receiver report (pt=73 or 201) I am receiving but I believe it applies to other RTCP packets as well. In my setup, both RTP and RTCP...

feature

Hi, I would like to use the header extension for my project for send and receive a status and ID. I found the "struct ext_header" declaration but I didn't find...

feature

Hello, This is more of a feature request than an issue, but I'm wondering if there would be potential support for python in the near future. I understand the amount...

feature

According to [RFC 6189](https://www.rfc-editor.org/rfc/rfc6189), the support for ZRTP is indicated by a zrtp-hash attribute in SDP message. This attribute carries hash for ZRTP Hello message and can be used to...

feature

I noticed while reading [RFC 7667 RTP Topologies](https://datatracker.ietf.org/doc/html/rfc7667) that RFC 3550 does also supports joint RTP sessions where there is only one RTP instance, but multiple UDP endpoints. uvgRTP does...

feature

These could be implemented into uvgRTP at some point. At least the PLI, SLI and FIR requests seems interesting to me. These would allow low latency control of encoder features...

feature

Hi, I've encountered a problem trying to include uvgRTP into my android app. It's been super simple, except for one compilation issue: ``` uvgrtp/src/hostname.cc:54:9: error: use of undeclared identifier 'getlogin_r'...