Ecosyste.ms: Timeline

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

sipsorcery

sipsorcery pushed 2 commits to webrtc-audioscope sipsorcery-org/sipsorcery
  • Tidy up and added some missing comment headers. d1cbcfa
  • Fixed the off center opengl pixels. 4486917

View on GitHub

sipsorcery pushed 2 commits to webrtc-audioscope sipsorcery-org/sipsorcery
  • Working nicely by triggering audio scope processing from incoming audio RTP packets. 57c3597
  • Renamed audio scope demo to opengl demo. df345b8

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
How to integrate RTCP Report Send?
I need to add dynamic bitrate adjustment based on RTCP reports. I can see incoming reports from the browser but no outgoing reports from SipSorcery. There's SendRtcpReport in MediaStream but nothi...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Playing wav files is very noisy with a lot of distortion.
I am new to using SipSorcery and my first attempt is to make a call out and play a message. The call works but the message played is very hard to understand. Wireshark shows media as: m=audio 1...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
A better approach is to replace this call: `await voipMediaSession.AudioExtrasSource.StartAudio();` with: `await voipMediaSession.Start();` The `AudioExtrasSource` is where the music is...

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Not in this library but NAudio will allow you to resample them.

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I had another look at this any my previous suggestion is not required. The inactive audio track should get added automatically. See this[ unit test](https://github.com/sipsorcery-org/sipsorcery/blo...

View on GitHub

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Added webrtc negotiation unit test for an inactive audio offer. 9803b59

View on GitHub

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Updated nuget package versions in examples. ee19ab0

View on GitHub

sipsorcery pushed 2 commits to master sipsorcery/webrtc-interop
  • Removed unused manifests directory. cce7885
  • Merge branch 'master' of github.com:sipsorcery/webrtc-interop 401d2ad

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/SIPSorceryMedia.Abstractions
All packages have now been released to nuget with version 8.0.7.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/SIPSorceryMedia.Abstractions
Release new NuGet with latest sampling rates
LLMs require higher sampling rates than supported in v1.2.1 (January 2024). As Sipsorcery pulls in Abstractions from this old NuGet, the version does not support the LLM generated voice outputs. ...
sipsorcery pushed 1 commit to master sipsorcery/webrtc-echoes
  • Bump sipsorcery version to 8.0.7 (#55) 0b810bf

View on GitHub

sipsorcery closed a pull request on sipsorcery/webrtc-echoes
Bump sipsorcery version to 8.0.7
sipsorcery opened a pull request on sipsorcery/webrtc-echoes
Bump sipsorcery version to 8.0.7
sipsorcery created a branch on sipsorcery/webrtc-echoes

sipsorcery-bump-8.0.7 - Simple useful interoperability tests for WebRTC libraries. If you are a WebRTC library developer we'd love to include you!

sipsorcery pushed 1 commit to main sipsorcery-org/SIPSorceryMedia.SDL2
  • Updated to use latest abstractions package. Bumped version. 8a1881b

View on GitHub

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

v8.0.7

sipsorcery pushed 1 commit to master sipsorcery-org/SIPSorceryMedia.FFmpeg
  • Updated to latest abstractions package and bumped version. 95dd162

View on GitHub

sipsorcery pushed 1 commit to master sipsorcery-org/SIPSorceryMedia.Windows
  • Updated to latest abstractions package and bumped version. 376d015

View on GitHub

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

v8.0.7

sipsorcery pushed 1 commit to master sipsorcery-org/SIPSorceryMedia.Encoders
  • Update to latest abstractions package and bumped version. a12d06a

View on GitHub

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

v8.0.7 - Audio and video encoders for use with the SIPSorcery Real-time Communications library.

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Update abstractions package and bump version for new package release. e8e256b

View on GitHub

sipsorcery created a tag on sipsorcery-org/sipsorcery

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

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

v8.0.7

sipsorcery pushed 1 commit to master sipsorcery-org/SIPSorceryMedia.Abstractions
  • Add new audio sampling frequency and bump version for release. fef5e27

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Try adding an inactive audio track to your peer connection: ``` MediaStreamTrack audioTrack = new MediaStreamTrack(new List<AudioFormat> { new AudioFormat(SDPWellKnownMediaFormatsEnum.PCMU) }, ...

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/SIPSorceryMedia.Encoders
Sounds reasonable. Would you be interested in creating a PR for the new method?

View on GitHub

sipsorcery created a review on a pull request on nofrixion/moneymoov-dotnet

View on GitHub

Load more