Aaron Clauson
Aaron Clauson
That sounds like a bug alright. I'll try and track it down when I get a chance.
@ixyj it's taken me a while to get to this. You aren't able to get debug logs of when this occurs by any chance?
No, there's not. The VP8 and H264 wrappers are prototypes at best and most parameters, including max bitrate, are left at the default for realtime streaming. If you want to...
> Making outgoing calls is working nicely, I have two-way audio to a web client, That's very impressive. What are you using to access the speaker and/or microphone? > I...
> I'm accessing the speakers through libvlcsharp and the microphone through NateRickard/Plugin.AudioRecorder. As you said in another issue somewhere it was a case of wiring up the media endpoints, and...
> Although it'll be interesting when MAUI comes along. There won't be any audio interop in MAUI. Microsoft showed next to zero interest even when it was ,Net Framework and...
The reason is [here](https://github.com/sipsorcery-org/sipsorcery/tree/master/src/net/RTP/Packetisation). You'll note there is no VP9 packetisation. Yet another thing I didn't get around to. I haven't looked into it but I think VP8 and VP9...
The reason for the invalid RTCP packets is because they are not being decrypted by the SRTP context. The reason they're not being decrypted is becuase the [logic that chooses...
One thing to double check is whether it's a one way stream, i.e. sendonly from sipsorcery to Chrome or vice-versa. In those cases it may be that the SSRC of...
> This is the first time I have reported a bug to an open source project, so I appreciate your patience if this is not the right way to address...