Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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.
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...
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.HighOnLemonz created a comment on an issue on sipsorcery-org/sipsorcery
Thanks, it works now. Have a good one.
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...
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.
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 pushed 1 commit to master sipsorcery-org/sipsorcery
- Remvoed erroneous use of bit converter tochar in stun error attribute ctor. (#1235) 32f9a66
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.
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Fixed reinvite null ref bug and updated webrtc projecct wtih vuln packages. (#1234) bbf0867
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Fixed reinvite null ref bug and updated webrtc projecct wtih vuln packages
…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.