Ecosyste.ms: Timeline

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

sipsorcery-org/sipsorcery

lihaoru opened an issue on sipsorcery-org/sipsorcery
OnDtmfTone event when incomingcall
If the OnDtmfTone event is not triggered after an incoming call, the ONDTMFTONE event is triggered after an outgoing call. `var audioSource = AudioSourcesEnum.None; var codecs = new List<AudioCod...
minhva starred sipsorcery-org/sipsorcery
hcavazin starred sipsorcery-org/sipsorcery
Gakki123 starred sipsorcery-org/sipsorcery
ispysoftware created a review comment on a pull request on sipsorcery-org/sipsorcery
Agreed - pushed an update

View on GitHub

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

View on GitHub

ha-ves created a review comment on a pull request on sipsorcery-org/sipsorcery
This will break any/when systems that need more than 2000ms to resolve for the domain of the TURN server. _imo_ it may be better to be configurable in `RTCConfiguration` like `X_GatherTimeoutMs`...

View on GitHub

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

View on GitHub

ispysoftware opened 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
ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
Also, and it might be related, I think there's some weirdness going on with the matching of the streams. If I edit the SDP offer before it gets sent by Firefox to put H264 first (using codecshelpe...

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Was it a one way stream with you sending? If not what format did FireFox send? While SDP does specify both peers should use the same format there's nothing that prevents different ones. The RTP ...

View on GitHub

ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
well.. i mean, i did solve it up the top there ^^ VP8 on my computer uses about 11% CPU, H264 uses around 0.2% CPU so it's quite important to use H264 if at all possible

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I don't think there's going to be a default way to solve that. The choice being made is inline with the SDP spec. The other peer, FireFox in this case, will apply the same rules which allows both p...

View on GitHub

ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
Yeah I'm doing that, I have ``` internal static List<VideoFormat> GetSupportedVideoFormats() => new List<VideoFormat> { new VideoFormat( VideoCodecsEnum.H264, H264_F...

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

check-sdp-format-order

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Added a unit test to check the SDP media format order. Tightened up the SDP owner parsing. (#1248) 82809d2

View on GitHub

sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Added a unit test to check the SDP media format order
Tightened up the SDP owner parsing.
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Added a unit test to check the SDP media format order
Tightened up the SDP owner parsing.
sipsorcery created a branch on sipsorcery-org/sipsorcery

check-sdp-format-order - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
> Right but won't that fail if the client doesn't support h264? Yes, that's correct. If you do want to offer both VP8 and H264 with a preference for H264 you should add H264 as the first support...

View on GitHub

ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
Right but won't that fail if the client doesn't support h264?

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
You can do that already when you create the IAudioSource and/or iVideoSource. ``` SIPSorceryMedia.FFmpeg.FFmpegInit.Initialise(SIPSorceryMedia.FFmpeg.FfmpegLogLevelEnum.AV_LOG_VERBOSE, null, l...

View on GitHub

flash168 starred sipsorcery-org/sipsorcery
ispysoftware opened 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...
sipsorcery deleted a branch sipsorcery-org/sipsorcery

softphone-vid-reenable

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Softphone vid reenable (#1246) * Re-enable the video events on the softphone demo. * Added readme. 0a5362b

View on GitHub

sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Softphone vid reenable
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Softphone vid reenable
sipsorcery created a branch on sipsorcery-org/sipsorcery

softphone-vid-reenable - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
What sort of memory consumption is involved? Are you using any video encoding?

View on GitHub

Load more