Ecosyste.ms: Timeline

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

sipsorcery-org/sipsorcery

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Determine if Call Was Answered by Person or Voicemail System
How can I detect if a call went to voicemail or was picked up by a person? I noticed that callResult still shows success, and IsCallActive remains true even when no one actually picks up. I conside...
sipsorcery pushed 3 commits to gh-pages sipsorcery-org/sipsorcery
  • Changed the logging for the SIP and RTP UDP channels to omit the stack trace for expected socket closed exceptions. (... 1c6b956
  • Merge branch 'master' into gh-pages 7ed4c5d
  • Appveyor CI updates 9b26d55

View on GitHub

babawarrior opened an issue on sipsorcery-org/sipsorcery
Determine if Call Was Answered by Person or Voicemail System
How can I detect if a call went to voicemail or was picked up by a person? I noticed that callResult still shows success, and IsCallActive remains true even when no one actually picks up. I conside...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
FfmpegToWebRTC Latency problem
I am using the FfmpegToWebRTC example and no matter what I try, I seem to always have about a 1.5 second delay. Currently using the following ffmpeg command: ffmpeg -re -rtsp_transport tcp -hwaccel...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Receiving Substreams from Simulcast-Enabled Devices Without Simulcast Implementation
We are currently utilizing Janus as our media server. Our setup involves joining a video room with an SDP generated by SipSorcery. When another device transmits video with simulcast enabled, we ...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Getting `profile-level-id` in `OnVideoFormatsNegotiated`
I am having issues with Firefox peer, probably because it only supports baseline H.264 profile. I could tune down my encoder to provide that, but the issue is that on the SIPSorcery side `OnVide...
sipsorcery deleted a branch sipsorcery-org/sipsorcery

udp-channel-logs

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Changed the logging for the SIP and RTP UDP channels to omit the stack trace for expected socket closed exceptions. (... 1c6b956

View on GitHub

sipsorcery created a branch on sipsorcery-org/sipsorcery

udp-channel-logs - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Added to enhancments tracking issue.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Data channels quickly slow down to a crawl under pressure
Please see https://github.com/sipsorcery-org/sipsorcery/pull/1087 for the test project. P.S. I think a unit test for transmitting a few GiB of data should be put in place.
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Slightly late reply. The SIPTranpsort class did have the facility to add transactions at one point, the commented out code can be seen [here](https://github.com/sipsorcery-org/sipsorcery/blob/e6...

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
There seems to be no way of handling a received SIPNonInviteTransaction asynchronously
I receive a SIP (non-INVITE) request via `SIPTransport.SIPTransportRequestReceived` and would like to use `SIPNonInviteTransaction` but handle the transaction asynchronously. This leads into the pr...
tdav starred sipsorcery-org/sipsorcery
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
The fix of hardcoding the SSRC value won't work. That's a pseudo random value and is expected to change for every RTP session. The cause of the issue here is why the RTP packet received on the m...

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
OnDtmfTone triggered multiple times
HI, when I call my program from a mobile phone, OnDtmfTone is triggered 7 times. When i call my program from deskphone, OnDtmfTone is correctly triggered 1 times. Example from deskphone re...
sipsorcery reopened an issue on sipsorcery-org/sipsorcery
Crash in G722Codec.cs when called with odd number of shorts
Need some check in G722Codec.cs Encoder as crash at line 417 state.QmfSignalHistory[23] = inputBuffer[j++]; if inputbuffer has odd length.
ElDuderinoBerlin created a comment on an issue on sipsorcery-org/sipsorcery
Have had the same bug. The C# code is a port from old C code orginally. So it's an very old bug in the original source code. Sadly i don't know how to fix it.

View on GitHub

lostmsu created a comment on an issue on sipsorcery-org/sipsorcery
I guess there's already a mechanism similar to SOCKS: TURN. The reason for suggesting SOCKS is that TURN is less ubiquitous.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
G729 encode problem
I use sipsorcery to answer a sip audio call with G729 codec. On sipsorcery side listen audio normally, but on caller side hear the noise(can hear volume change on speaking).
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
PR's welcome. The g729 codec was a copy paste from another open source implentation.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Crash in G722Codec.cs when called with odd number of shorts
Need some check in G722Codec.cs Encoder as crash at line 417 state.QmfSignalHistory[23] = inputBuffer[j++]; if inputbuffer has odd length.
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Do you mean a SOCKs proxy? How would this work? WebRTC is designed to connect peers directly not via any intermediaries.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Audio Source Device Setting while creating WindowsAudioEndPoint object
Like var videoSource = new WindowsVideoEndPoint(new VpxVideoEncoder(), "HD Webcam"); can we define for audio too. var audioSource = new WindowsAudioEndPoint(new AudioEncoder()) with setting devi...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Slow Video Loading
I'm sending video (VP8) from the SipSorcery.Net implementation to a web page. Using the following method: `RTCPeerConnection.SendVideo ` It's working, but it takes a good 15-30 seconds to s...
sipsorcery opened an issue on sipsorcery-org/sipsorcery
Enhancements
This issue is to capture issues relating o missing features for the main protocols supported or other generally useful feaures: WebRTC: - Session re-negotiation https://w3c.github.io/webrtc-pc...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Problem with receiving image is error
good image is 28kb , problem image is 50kb, udp packet is loss, then merge to one packet , I think
Load more