Ecosyste.ms: Timeline

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

sipsorcery-org/sipsorcery

sipsorcery pushed 1 commit to flatten-net-namespace sipsorcery-org/sipsorcery
  • Remvoed extraneous log message. e3d49d2

View on GitHub

sipsorcery created a branch on sipsorcery-org/sipsorcery

flatten-net-namespace - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.

icedream starred sipsorcery-org/sipsorcery
icedream starred sipsorcery-org/sipsorcery
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Yes, but the wiring up of the sending/receiving of RTP packets now looks broken. The RTPSession has its own RTCPSession and now there are additional ones introduced by the MediaStream classes. I'm ...

View on GitHub

ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
I put a breakpoint in the RTCPSession constructor and it's called once for video and once for audio - seems ok to me

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I've had a c;loser look at this and I think there's something fundamentally wrong with the MediaStream/AudioStream/VideoStream classes. They now have their own RTCP session instances which are diff...

View on GitHub

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • HasVideo and HasAudio bug fixes (#1267) * fix stream retrieval bug RTC updates * add translations for tray app a... 206b4bf

View on GitHub

sipsorcery closed a pull request on sipsorcery-org/sipsorcery
HasVideo and HasAudio bug fixes
Properties should return true if they have local OR remote not AND. Also added a null coalescer - occasionally i get a null reference exception at Close. RtcpSession is already null. Not sure why....
umar14 starred sipsorcery-org/sipsorcery
TMThong starred sipsorcery-org/sipsorcery
TMThong starred sipsorcery-org/sipsorcery
ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
I've implemented this in my project. My code is wildly diverged from sipsorcery so I can't do a pull request but the jist of it is.. ``` _pc.VideoRtcpSession.OnReportReadyToSend += VideoRtcpSe...

View on GitHub

ispysoftware opened a pull request on sipsorcery-org/sipsorcery
HasVideo and HasAudio bug fixes
Properties should return true if they have local OR remote not AND. Also added a null coalescer - occasionally i get a null reference exception at Close. RtcpSession is already null. Not sure why....
ispysoftware closed a pull request on sipsorcery-org/sipsorcery
Optimise
ispysoftware opened a pull request on sipsorcery-org/sipsorcery
Optimise
ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
In my case I am only sending audio and video, not receiving audio or video so HasVideo is returning false as RemoteTrack is null ``` public bool HasVideo { get { return Loca...

View on GitHub

ispysoftware reopened an issue on sipsorcery-org/sipsorcery
How to integrate RTCP Report Send?
I need to add dynamic bitrate adjustment based on RTCP reports. I can see incoming reports from the browser but no outgoing reports from SipSorcery. There's SendRtcpReport in MediaStream but nothi...
ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
Thanks - you've been really helpful - you should add a sponsor tab to the repo - i'd happily sponsor you. Like https://github.com/Ruslan-B/FFmpeg.AutoGen

View on GitHub

ispysoftware closed an issue on sipsorcery-org/sipsorcery
How to integrate RTCP Report Send?
I need to add dynamic bitrate adjustment based on RTCP reports. I can see incoming reports from the browser but no outgoing reports from SipSorcery. There's SendRtcpReport in MediaStream but nothi...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
RTCP sender and receiver eports should be being sent if your app is sending/receviing any audio/video RTP packets, see [here](https://github.com/sipsorcery-org/sipsorcery/blob/master/src/net/RTP/RT...

View on GitHub

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Removed extraneous comment. 465805f

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

openai-func2

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Small functional imrpovement to openai demo. (#1265) b9d662a

View on GitHub

sipsorcery created a branch on sipsorcery-org/sipsorcery

openai-func2 - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.

ispysoftware opened an issue on sipsorcery-org/sipsorcery
How to integrate RTCP Report Send?
I need to add dynamic bitrate adjustment based on RTCP reports. I can see incoming reports from the browser but no outgoing reports from SipSorcery. There's SendRtcpReport in MediaStream but nothi...
sipsorcery deleted a branch sipsorcery-org/sipsorcery

openai-demo-functional

Load more