Open jvary opened 2 years ago
Ok, it looks like there is little interest for this PR/feature, so closing it.
Hi @jvary i would like to take this! I am just very overwhelmed with PRs
I will review and address all issues myself :)
Oh! Glad there is interest! We continued development in-house (and fixed 1-2 bugs as well), so I will update this PR. @Sean-Der : question : would you rather have the 'interface' dealing with raw slices (as right-now), or have rtp.Packet in input/output ?
REQUEST FOR COMMENTS: H264 spreader : reduces the RTP payload size so 3rd parties RTP sources can be properly redirected over SRTP/WebRTC without IP fragmentation.
High level steps:
The steps above handle :
Advantages vs building whole H264 Frame as you initially proposed:
Future improvement: back-buffer to persist between Process(), to avoid making new buffer for each new returned RTP.
jvary@genetec.com