Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

sipsorcery-org/sipsorcery

Butcher-vj created a comment on an issue on sipsorcery-org/sipsorcery
> Yes, I had changed it. Turns out I just needed to set the preset to low latency and that did the trick. Thanks though! Hey, Could you explain about that ?

View on GitHub

lihaoru created a comment on an issue on sipsorcery-org/sipsorcery
I retested it, because the registration terminal is on the alcatel oxe switch, there is a DTMF type setting on the switch, if set to 101, it can receive incoming calls, but if set to 97, it canno ...

View on GitHub

mapr-fr starred sipsorcery-org/sipsorcery
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
PR's welcome.

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
You can use the [SIPCallServer](https://github.com/sipsorcery-org/sipsorcery/blob/master/examples/SIPExamples/SIPCallServer/Program.cs) and [SendDtmf](https://github.com/sipsorcery-org/sipsorcery/b...

View on GitHub

sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Optimise SendingFormat, Timeout on Wait and Fix bug in g722
Only get SendingFormat once Add sanity check for ICE Gathering timeout Fix bug in g722 codec Added some more: Fix rounding bug in SendAudioFrame Fix bug where duplicate durations were being ...
sipsorcery created a review on a pull request on sipsorcery-org/sipsorcery

View on GitHub

ispysoftware created a review comment on a pull request on sipsorcery-org/sipsorcery
yeah the original method has bugs. In the for loop you have LocalTrack.Timestamp += payloadDuration; and then on exit you have LocalTrack.Timestamp += duration; This works if the buffer ...

View on GitHub

ispysoftware created a review on a pull request on sipsorcery-org/sipsorcery

View on GitHub

skybuleli starred sipsorcery-org/sipsorcery
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
> Few minutes after the PeerConnection was closed, memory is cleared. But is it normal to have memory consumption while receiving RTPPackets? Yes, particularly with video streams. There are a lo...

View on GitHub

sipsorcery created a review comment on a pull request on sipsorcery-org/sipsorcery
Is there a reason for this change? Is it just doing the same thing as the original code but in a different way?

View on GitHub

sipsorcery created a review comment on a pull request on sipsorcery-org/sipsorcery
Could you remove this orphaned summary comment delimiter. It will get flagged as a warning.

View on GitHub

sipsorcery created a review on a pull request on sipsorcery-org/sipsorcery

View on GitHub

RajivSingh-Symplr starred sipsorcery-org/sipsorcery
kegu starred sipsorcery-org/sipsorcery
ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
I've resolved the performance issues with VP8 (It was my sws flags using a high quality color matching flag). It is using H264 when VP8 isn't available (on IOS). There does need to be an update th...

View on GitHub

ispysoftware closed an issue on sipsorcery-org/sipsorcery
Add ability to prefer H264
My web clients vary in their SDP over whether they prefer VP8 (firefox) or H264 (chrome) but they support both. The server side app performance is much (much) better with H264. Unfortunately t...
7Keane starred sipsorcery-org/sipsorcery
ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
@sipsorcery Is SetVideoEncoderBitrate supposed to be called automagically via some feedback/ stream monitoring/ webrtc mechanism?

View on GitHub

ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
OK I've been looking into this some more - the code to select the profile definitely needs to be expanded beyond first match. When it's using VP8 it works ok as VP8 is very forgiving but uses a lo...

View on GitHub

ha-ves created a comment on an issue on sipsorcery-org/sipsorcery
I can't replicate this with `SIPSorceryMedia.FFmpeg` (Sending & Receiving). RTP framing and depacketizer each do copies in their process but they look to be garbage collected correctly.

View on GitHub

bigsupersniper starred sipsorcery-org/sipsorcery
ispysoftware created a comment on a pull request on sipsorcery-org/sipsorcery
If that were to happen then the codec would need to be reinitialized which isn't currently happening in the rest of the code base. If it switched to VP8 from H264 for example it'd just send H264 fr...

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I think you could be right about the SDP format matching. I recall in the past issues when non-well known format IDs were used. If you're not in a position to create a PR (another one) for it I can...

View on GitHub

sipsorcery created a comment on a pull request on sipsorcery-org/sipsorcery
Thanks for the PR. I'd like to spend a little bit more time analysing it. I have this nagging feeling that the sending format can occassionally change if the remote peer switches to a different ...

View on GitHub

lihaoru created a comment on an issue on sipsorcery-org/sipsorcery
OnRtpEvent is not triggered: mediaSession.OnRtpEvent += (ep, events, had) => { //untriggered };

View on GitHub

cagedh1 created a comment on an issue on sipsorcery-org/sipsorcery
Hi, how to finally connect to WebSocket?

View on GitHub

ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
This AreMatch method in \net\SDP\SDPAudioVideoMediaFormat.cs shouldn't be comparing the ID's ``` if (format1.ID < DYNAMIC_ID_MIN && format1.ID == format2.ID && ...

View on GitHub

cacayue starred sipsorcery-org/sipsorcery
Load more