Ecosyste.ms: Timeline

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

sipsorcery

sipsorcery pushed 1 commit to openai-debate sipsorcery-org/sipsorcery
  • Got the conversation trrigger from a data channel message working. a224814

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I don't know about adding events for DNS resolutions. That could get very noisy and there are already other libraries that can do that. I had a quick look and perhaps this [log message](https://...

View on GitHub

sipsorcery opened a pull request on bitcoin-core/guix.sigs
Updated sipsorcery expired gpg key.
sipsorcery created a branch on sipsorcery/guix.sigs

sipsorcery-expiredkey-update - Bitcoin Core release attestations (Guix)

sipsorcery pushed 52 commits to main sipsorcery/guix.sigs
  • Add attestations by sipsorcery for 28.1 non-codesigned d13263c
  • Add TheCharlatan v28.1 non-codesigned 503eeea
  • achow101 28.1 non-codesigned binaries guix attestation 8c7fd5a
  • Merge pull request #1496 from achow101/28.1-nc achow101 28.1 non-codesigned binaries guix attestation a07c16c
  • achow101 28.1 all guix attestation d75ebfc
  • Merge pull request #1495 from TheCharlatan/28.1-non-codesigned Add TheCharlatan v28.1 non-codesigned 76fddea
  • Merge pull request #1494 from sipsorcery/28.1-noncodesigned Add attestations by sipsorcery for 28.1 non-codesigned 5f21621
  • 28.1 kvaciral noncodesigned ee62522
  • Merge pull request #1497 from achow101/28.1-all achow101 28.1 all guix attestation c84f73c
  • Merge pull request #1498 from Kvaciral/28.1-attestations-noncs 28.1 kvaciral noncodesigned dbfa7fd
  • 28.1 kvaciral all e11f9c4
  • Merge pull request #1499 from Kvaciral/28.1-attestations-all 28.1 kvaciral all be8ac70
  • 28.1 laanwj noncodesigned+all bc641f9
  • Add attestations by sipsorcery for 28.1 codesigned bd95ff7
  • Add TheCharlatan v28.1 codesigned c1e4827
  • Add attestations by guggero for 28.1 non-codesigned 1adc0b5
  • Merge pull request #1503 from TheCharlatan/28.1-all ec31e2e
  • Merge pull request #1502 from sipsorcery/28.1-codesigned 454ce1e
  • Merge pull request #1501 from bitcoin-core/28.1-laanwj-noncodesigned+all f47fb2b
  • Add codesigned attestations by willcl-ark for v28.1 f4a35ae
  • and 32 more ...

View on GitHub

sipsorcery pushed 1 commit to openai-debate sipsorcery-org/sipsorcery
  • wip: opeanai datachannel controls. c03484a

View on GitHub

sipsorcery created a branch on sipsorcery-org/sipsorcery

openai-debate - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

sdp-dtmf-negotiate-fix

sipsorcery closed 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...
sipsorcery closed 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...
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Fixed RTP event negotiation to set common ID if remote party is not using 101. Resolves #1251. (#1280) befb54d

View on GitHub

sipsorcery created a branch on sipsorcery-org/sipsorcery

sdp-dtmf-negotiate-fix - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.

sipsorcery created a review comment on a pull request on sipsorcery-org/sipsorcery
if(separator != null) is a lot clearer here.

View on GitHub

sipsorcery created a review on a pull request on sipsorcery-org/sipsorcery
The HexStr method is only used fo deug/diagnostic purposes so clarity is more relevant than optimisation. Still, happy to if the "separator is { } s" expression can be simplified.

View on GitHub

sipsorcery created a review on a pull request on sipsorcery-org/sipsorcery
The HexStr method is only used fo deug/diagnostic purposes so clarity is more relevant than optimisation. Still, happy to if the "separator is { } s" expression can be simplified.

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

ffmpeg-fixes

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Adjustments for ffmpeg file processing fixes. (#1279) * Adjustments for ffmpeg file processing fixes. * Removed f... dedc327

View on GitHub

sipsorcery pushed 1 commit to ffmpeg-fixes sipsorcery-org/sipsorcery
  • Updated the ffmpeg nuget version in the mp4 demo. bed4f6e

View on GitHub

sipsorcery pushed 1 commit to master sipsorcery-org/SIPSorceryMedia.FFmpeg

View on GitHub

sipsorcery created a tag on sipsorcery-org/SIPSorceryMedia.FFmpeg

v8.0.8

sipsorcery pushed 5 commits to master sipsorcery-org/SIPSorceryMedia.FFmpeg
  • wip. a0b6854
  • FFmpeg audio and video source fixed. Still issue with bgr converter segfault. 8500cc5
  • Added transcode examples. 89586d4
  • Put back proper pixel check. 5021012
  • Segfault was caused by using the non-padded width for RGB conversions. e649b20

View on GitHub

sipsorcery closed a pull request on sipsorcery-org/SIPSorceryMedia.FFmpeg
FFmpeg file source fixes
sipsorcery pushed 1 commit to ffmpeg-fixes sipsorcery-org/sipsorcery
  • Removed ffmpeg project reference from webrtc examples. 9dd3fe4

View on GitHub

sipsorcery pushed 1 commit to mp4-fixes2 sipsorcery-org/SIPSorceryMedia.FFmpeg
  • Segfault was caused by using the non-padded width for RGB conversions. 2c3ec4e

View on GitHub

sipsorcery pushed 1 commit to mp4-fixes2 sipsorcery-org/SIPSorceryMedia.FFmpeg
  • Put back proper pixel check. d683caa

View on GitHub

sipsorcery closed a pull request on sipsorcery-org/SIPSorceryMedia.FFmpeg
Fixed the readme typo
sipsorcery opened a pull request on sipsorcery-org/SIPSorceryMedia.FFmpeg
FFmpeg file source fixes
Load more