1
Fork 0
galene/rtpconn
Juliusz Chroboczek 4435a30a53 Use sequence parameter sets for h.264 keyframe detection.
RFC 6184 Section 8.5.1 implies that the sender will send a
a sequence parameter set in response to PLI.  Since a keyframe is
useless without parameters, use the SPS to detect keyframes.
2021-05-15 23:50:32 +02:00
..
codec.go Use sequence parameter sets for h.264 keyframe detection. 2021-05-15 23:50:32 +02:00
codec_test.go Add tests for codec manipulation and rtpconn data stuctures. 2021-05-14 23:21:14 +02:00
rtp_test.go Allow various codecs. 2020-12-26 19:46:37 +01:00
rtpconn.go Send sender report more often. 2021-05-14 23:21:14 +02:00
rtpconn_test.go Add tests for codec manipulation and rtpconn data stuctures. 2021-05-14 23:21:14 +02:00
rtpreader.go Move keyframe handling to the sender side. 2021-05-11 22:36:56 +02:00
rtpstats.go Scalable video coding (SVC). 2021-05-14 23:21:14 +02:00
rtpwriter.go Use Write instead of WriteRTP in the downTrack interface. 2021-05-11 23:48:17 +02:00
webclient.go Implement per-stream requests. 2021-05-14 23:21:14 +02:00