Ecosyste.ms: Timeline

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

sipsorcery-org/sipsorcery

tmakaro created a comment on an issue on sipsorcery-org/sipsorcery
Found it. you can add the following before you make the call: voipMediaSession.TakeOffHold();

View on GitHub

tmakaro opened 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
I got it working with NAudio. Thank you for pointing me in the correct direction.

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

tmakaro created a comment on an issue on sipsorcery-org/sipsorcery
I see the problem. The wav files are supposed to be recorded 16-bit PCM. I have them recorded as 32-bit float, whatever the heck that is. Is there any way to set up SipSorcery to play 32-bit flo...

View on GitHub

tmakaro opened 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
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

ha-ves created a comment on an issue on sipsorcery-org/sipsorcery
There is also this catch block down the line in SetRemoteDescription if an exception occurs which then returns Error. Could you get what the exception was? [i.e.](https://learn.microsoft.com/en-us...

View on GitHub

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.

ernestjohn starred sipsorcery-org/sipsorcery
Bungalow12 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.P...

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

Bungalow12 opened 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...
xiaomihu521 starred sipsorcery-org/sipsorcery
ethanguo770 starred sipsorcery-org/sipsorcery
yginuo starred sipsorcery-org/sipsorcery
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
It's not meant to be wired up externally. It was meant to be done as part of the internal plumbing. It was previoulsy in place but got missed in the MediaStream refactor. The removal of the even...

View on GitHub

ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
OK makes sense - if people have hooked up a send already it'll be sending them twice - not sure if that will cause an issue or not. I think you also need to remove the event handler in CloseRtcp...

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
This issue should be fixed now. The [event handler to send an RTCP report](https://github.com/sipsorcery-org/sipsorcery/blob/cdf7bfe4f04e40c2e321c9bbf76c293f08c55a35/src/net/RTP/RTPSession.cs#L658)...

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

rtcp-wiring-fix

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Added missing event handler for RTCP report ready. (#1269) cdf7bfe

View on GitHub

sipsorcery created a branch on sipsorcery-org/sipsorcery

rtcp-wiring-fix - 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
  • Updated the end year to 2025. 60ad77b

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

flatten-net-namespace

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Flatten net namespace to remove RTP specific namespaces (#1268) * Flatten Net namespace, no need for RTP specific na... 8157f4e

View on GitHub

Load more