Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Flatten net namespace to remove RTP specific namespaces
sipsorcery pushed 1 commit to flatten-net-namespace sipsorcery-org/sipsorcery
- Remvoed extraneous log message. e3d49d2
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.
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 ...
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
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...
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
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....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...
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 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...
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
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...
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Small functional imrpovement to openai demo. (#1265) b9d662a
sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Small functional imrpovement to openai demo.
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Small functional imrpovement to openai demo.
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.