Ecosyste.ms: Timeline

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

sipsorcery-org/sipsorcery

HighOnLemonz closed an issue on sipsorcery-org/sipsorcery
Repeat MP4 indefinitely
On WebRTC, right now, I am starting the video with: if (state == RTCPeerConnectionState.connected) { await mediaFileSource.StartVideo(); } T...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
It's outdated, hasn't been tested in a while. It didn't work properly for me either. I'll see if I can get it working over the next few days.

View on GitHub

jolby starred sipsorcery-org/sipsorcery
mawiedemann opened an issue on sipsorcery-org/sipsorcery
Example "SIPToWebRtcBridgeVideo" not working
Hi, I set up a local FreeSwitch with just the default Settings and tested the SIPToWebRtcBridgeVideo example by adding a SIPRegistrationUserAgent and calling it with MicroSIP. The audio works but...
HighOnLemonz opened an issue on sipsorcery-org/sipsorcery
Repeat MP4 indefinitely
On WebRTC, right now, I am starting the video with: if (state == RTCPeerConnectionState.connected) { await mediaFileSource.StartVideo(); } T...
ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
I resolved this on my version with ``` state.QmfSignalHistory[22] = inputBuffer[j++]; if (j < inputBufferCount) { state.QmfSignalHistory[23] = inputBuffer[j++]; } else { //Duplic...

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.
askmetoo starred sipsorcery-org/sipsorcery
HighOnLemonz created a comment on an issue on sipsorcery-org/sipsorcery
Thanks, it works now. Have a good one.

View on GitHub

HighOnLemonz closed an issue on sipsorcery-org/sipsorcery
Ffmpeg 'Specific method is not supported'
Hi, Running the WebRTCMp4Source example I hit a block at the FFmpegInit.Initialize line where I always get 'Specific method is not supported' and nothing else. I am using ffmpeg.exe Windows b...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
It's usually a mismatch in the FFmpeg version and the C# wrapper library. Unfortunately that's a very fragile mechanism. If you install FFMpeg as per the instructions [here](https://github.com/s...

View on GitHub

HighOnLemonz opened an issue on sipsorcery-org/sipsorcery
Ffmpeg 'Specific method is not supported'
Hi, Running the WebRTCMp4Source example I hit a block at the FFmpegInit.Initialize line where I always get 'Specific method is not supported' and nothing else. I am using ffmpeg.exe Windows b...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
The use of BitConverter.ToChar is very strange. Fixed in #1235.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
STUNErrorCodeAttribute System.ArgumentException
Been working on a project to forward RTSP streams over WebRTC. Pretty new to all this, so bear with me. The logging output and research I've done makes it seem that I need to be using a TURN server...
sipsorcery deleted a branch sipsorcery-org/sipsorcery

remove-bitconv-tochar

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Remvoed erroneous use of bit converter tochar in stun error attribute ctor. (#1235) 32f9a66

View on GitHub

sipsorcery created a branch on sipsorcery-org/sipsorcery

remove-bitconv-tochar - 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
Resolved in #1234.

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

reinvite-bug-fix

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Fixed reinvite null ref bug and updated webrtc projecct wtih vuln packages. (#1234) bbf0867

View on GitHub

sipsorcery created a branch on sipsorcery-org/sipsorcery

reinvite-bug-fix - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.

sipsorcery opened an issue on sipsorcery-org/sipsorcery
ArgumentNullException when receiving RE-INVITE request
### Discussed in https://github.com/sipsorcery-org/sipsorcery/discussions/1193 <div type='discussions-op-text'> <sup>Originally posted by **vezhichenko** October 9, 2024</sup> Is it possibl...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Mutual hold/unhold during a call
Hello, it's me again ! I'm investigating hold/unhold scenarios as we previously discussed in the #479, but I also noticed that if two clients hold a call at once, the state of the user agent is...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Hold On/Off does not produce Hold events on remote party
SIPUserAgent, Call Hold On/Off disable voice. When it will be Off on remote party, music audible for caller, Off on caller side just disabling voice. However, events will not be received by other p...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
The trick to get the same contact details in the INVITE and REGISTER requests is to use a single SIPTransport class in your app and pass it as a constructor parameter to each user agent. That way t...

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Softphone outgoing call Timeout
I get a timeout every time I try to place an outgoing call. - Incoming calls work as expected - Other softphones work for incoming and outgoing Any thoughts how to investigate the issue? [...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Is it possible multistream PeerConnections with Sipsorcery
since Janus now supports multistream PeerConnections, subscriptions can be done either in "bulks" (you use a single PeerConnection to subscribe to multiple streams from one or more publishers) or s...
sipsorcery deleted a branch sipsorcery-org/sipsorcery

fix-sdpformat-empty

Load more