Replies: 1 comment
-
Hi @lostmsu, in this example https://github.com/sipsorcery-org/sipsorcery/tree/master/examples/WebRTCExamples/WebRTCtoFfplay key frame will be used to stream in FFplay. Referring this might help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am streaming to browser clients using SIPSorcery without key frames for lower bandwidth and latency. From looking at the issues it sounds like I need to handle FIR and/or picture loss feedback messages to force key frames (or retransmit). But how do I do that? How do I subscribe to receive the feedback messages?
Also, I noticed
IVideoSource
interface. If I implement it, will SIPSorcery handle above for me? I could not findForceKeyFrame
calls that would seem to be doing that in the source code.Beta Was this translation helpful? Give feedback.
All reactions