Ecosyste.ms: Timeline

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

sipsorcery-org/sipsorcery

mmichniak starred sipsorcery-org/sipsorcery
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
```` [21:57:23 DBG] FFmpeg file source decoder aac audio codec for stream 0. [SWR @ 000001ee047cc000] Input channel layout "" is invalid or unsupported. [21:57:23 DBG] Disposing of FFmpegAudioDe...

View on GitHub

paulomorgado opened a pull request on sipsorcery-org/sipsorcery
Use object.ReferenceEquals for reference type equality comparison
Use [Object.ReferenceEquals(Object, Object) Method](https://learn.microsoft.com/dotnet/api/system.object.referenceequals) to compare for both parameters being `null` references or referencing the s...
Bungalow12 closed an issue on sipsorcery-org/sipsorcery
Getting an Error on SetRemoteDescription
Hi, I have a scenario in which I have a requesting Peer A and a providing Peer B. Peer A is sending an offer such that it wants video to be `recvonly` and audio to be `inactive`. The descr...
Bungalow12 created a comment on an issue on sipsorcery-org/sipsorcery
Yeah it does seem I have some exception. This is likely a me problem. 😬 Thanks for the quick reply and assistance.

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Sorry for the late reply. This does look like a bug in this library. The DTMF format negotiation does not seem to be taking place proprely so if there is a different DTMF payload type ID in an offe...

View on GitHub

rgelinski starred sipsorcery-org/sipsorcery
sipsorcery closed an issue on sipsorcery-org/sipsorcery
How can I turn of the music playing on my outbound call?
I wrote a test program to make an outbound call and play a wave file. Just before and just after the wave file plays, there is what sounds like background music? Is it something my Asterisk server ...
tmakaro created a comment on an issue on sipsorcery-org/sipsorcery
Thank you.

View on GitHub

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery

View on GitHub

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

readme-newdemos

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Added new demo notifcations to readme. (#1275) 4e63cf1

View on GitHub

sipsorcery created a branch on sipsorcery-org/sipsorcery

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

sipsorcery deleted a branch sipsorcery-org/sipsorcery

webrtc-audioscope

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Webrtc audioscope (#1274) * wip: webrtc audioscope building but not wired up. * Got opengl render loop firing on ... 3b0d505

View on GitHub

sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Webrtc audioscope
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Webrtc audioscope
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

deepak-rawat starred sipsorcery-org/sipsorcery
deepak-rawat starred sipsorcery-org/sipsorcery
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

Load more