Ecosyste.ms: Timeline

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

sipsorcery

sipsorcery closed a pull request on nofrixion/moneymoov-dotnet
Hotfix/hotfix vibans
The nuget warning exclusions are temporary for prod hotfix. Will remove later.
sipsorcery created a branch on nofrixion/moneymoov-dotnet

hotfix/hotfix-vibans - .NET Core SDK for NoFrixion's MoneyMoov API

sipsorcery created a tag on nofrixion/moneymoov-dotnet

hotfix-vibans - .NET Core SDK for NoFrixion's MoneyMoov API

sipsorcery pushed 1 commit to develop nofrixion/moneymoov-dotnet
  • Use base64 string for api key hmac secret instead of ascii encoded. (#474) 808ad8d

View on GitHub

sipsorcery created a review on a pull request on nofrixion/moneymoov-dotnet

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Was it a one way stream with you sending? If not what format did FireFox send? While SDP does specify both peers should use the same format there's nothing that prevents different ones. The RTP ...

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I don't think there's going to be a default way to solve that. The choice being made is inline with the SDP spec. The other peer, FireFox in this case, will apply the same rules which allows both p...

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

check-sdp-format-order

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Added a unit test to check the SDP media format order. Tightened up the SDP owner parsing. (#1248) 82809d2

View on GitHub

sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Added a unit test to check the SDP media format order
Tightened up the SDP owner parsing.
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Added a unit test to check the SDP media format order
Tightened up the SDP owner parsing.
sipsorcery created a branch on sipsorcery-org/sipsorcery

check-sdp-format-order - 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
> Right but won't that fail if the client doesn't support h264? Yes, that's correct. If you do want to offer both VP8 and H264 with a preference for H264 you should add H264 as the first support...

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
You can do that already when you create the IAudioSource and/or iVideoSource. ``` SIPSorceryMedia.FFmpeg.FFmpegInit.Initialise(SIPSorceryMedia.FFmpeg.FfmpegLogLevelEnum.AV_LOG_VERBOSE, null, l...

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

softphone-vid-reenable

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Softphone vid reenable (#1246) * Re-enable the video events on the softphone demo. * Added readme. 0a5362b

View on GitHub

sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Softphone vid reenable
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Softphone vid reenable
sipsorcery created a branch on sipsorcery-org/sipsorcery

softphone-vid-reenable - 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
What sort of memory consumption is involved? Are you using any video encoding?

View on GitHub

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
Issues with TURN candidates when RTCPeerConnection is the controlling agent
Short description : when SIPSorcery's RTCPeerConnection is the controlling agent in the ICE session, the `relay` candidates never get chosen before a timeout occurs in situations where the `relay` ...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
About turns and tls in the webRTC
First of all, I would like to express my sincere gratitude to the authors of this open-source repository for their valuable contributions to the community. I encountered an issue while using Web...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
There's currently [no support](https://github.com/sipsorcery-org/sipsorcery/blob/db8114350ed9fdc575a38418c7d18af696a87d8a/src/net/ICE/RtpIceChannel.cs#L685) for connecting to a STUN/TURN servver ov...

View on GitHub

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Updated webrtccmdline TURN settings and comments. db81143

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
This is a known issue. I've added it to the enhancements list #1226.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Growing memory consumption on SipTcpChannel
After 12 hours test, i detect growing memory consumption every time, when method SendOnConnected is called. After a little code analysis, I tried to fix the leak using the dictionary for SocketAsyn...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I'm unable to replicate this issue and I'm also struggling to think of a way the controlling agent (if by that you mean the DTLS role) could be having any impact. It's possible the TURN was ared he...

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
You should definitely be changing the `Call-ID` header as well. It's used in SIP transaction matching logic. If that doesn't fix it can you provide the full SIP trace of both call legs, doesn't ...

View on GitHub

Load more