Ecosyste.ms: Timeline

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

sipsorcery-org/sipsorcery

ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
Logs from latest + with verbose ``` 10:18:51 AM | InitSession: rtc:added servers -- | -- 10:18:51 AM | InitSession: rtc:added servers -- | -- 10:18:51 AM | No DTLS certificate is provided i...

View on GitHub

reeselaye starred sipsorcery-org/sipsorcery
kyoybs starred sipsorcery-org/sipsorcery
ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
Thanks for helping me troubleshoot this it's much appreciated. I'm not using a local cert in the config - is there another flag I should be setting to make it use self signed? I'll give the b...

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I realise this is a bit of a late reply but the reason there are no such methods on the audio sink is that it's typically a speaker device and you don't start or stop speakers. Instead you just sen...

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Life-Cycle Methods on IAudioSink not called
Hi, I'm currently playing around with SipSorcery and apart from the astonishing work done here, I've come accross an inssue which is bothering me and I'm seeking advice to maybe create a pull requ...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Hmm just more questions based on those logs. The ICE state IS changing to connected so some traffic must be getting through. The next send attempt after connecting then seems to fail and a diffe...

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Ok, I understand what you're asking but I have no idea how to do it. I've never built a WebASM app. It seems like the question is more about that than this library.

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Please feel free to re-open, or even better open a separate issue for the audio problem, if there is any more info.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
C# Windows app - Only One ICE Candidate
Hello, We ar working on creating a streaming app to stream the audio of the system microphone to web browser, for the same we have created C@ app that uses this library (a really great and extensi...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Cannot register to 3CX V18
SIPRegistrationUserAgent allow only Username and Password. 3CX require Username, Login and Password. How can I pass the right credential?
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Switching audio input and output device
We are trying to switch audio source (SDL2AudioSource) on a live MediaSteamTrack in an open and connected RTCPeerConnection. We are trying to switch audio endpoint (SDL2AudioEndPoint) on a live ...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
The closest example I have is this [sipspeech](https://github.com/sipsorcery/sipspeech) one I did a few years ago. It integrates with Azure's speech engine. May or may not help but it's the closest...

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Use for real time voice agents with llms?
I found this library while researching C# libraries For real time communications And low latency voice agents using llms. The library was rent mentioned in this thread: https://stackoverflow.com/q...
sipsorcery pushed 5 commits to gh-pages sipsorcery-org/sipsorcery
  • Reverted #1190 due to audio corruption. (#1212) a215927
  • Add an example to webrtccmdline of waiting for ICE gathering to complete. (#1211) 22e6c47
  • Increase UDP receive buffer size to accommodate fragemented UDP packets. (#1213) 39896a2
  • Merge branch 'master' into gh-pages 8f11666
  • Appveyor CI updates 88339ba

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Feel free to re-open if there is anymore info.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Call SipServer with sipsorcery and answered call but automatically hungup.
Using the Sip Sorcery library, I create a voice call on the sip server and answer this call. After a while, the call closes automatically. What could be the reason for this? Do I need any extra con...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
The UDP receive buffer has been bumped to 3000 bytes in #1213 to help deal with fragemented UDP packets.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
get error if udp package is longer than 1472
While I try to use webrtc and connect to zlmediakit, i got some exception. I wish to get some suggestion there is some udp package which length is 2144, so i have changed the `UdpReceiver :prote...
sipsorcery deleted a branch sipsorcery-org/sipsorcery

increase-udp-receive-buffer

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Increase UDP receive buffer size to accommodate fragemented UDP packets. (#1213) 39896a2

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

webrtccmd-waitfor-icegathering

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Add an example to webrtccmdline of waiting for ICE gathering to complete. (#1211) 22e6c47

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

revert-1190

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Reverted #1190 due to audio corruption. (#1212) a215927

View on GitHub

giannik created a comment on an issue on sipsorcery-org/sipsorcery
hmm, Thank you for the heads up. I'll start with the examples and see if I can build a quick poc. Any specific examples you can point to from where I should start?

View on GitHub

Load more