Ecosyste.ms: Timeline

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

ha-ves

ha-ves pushed 25 commits to master ha-ves/sipsorcery
  • Update TopViaHeader for CANCEL:OK (#1170) Update TopViaHeader for a SIP-Cancel:Ok to assure correct routing of the r... 97d2a35
  • Use a lock for access to the ICE checklist. (#1204) daadc25
  • Fix bug not disposing of SIP register timer. (#1205) 2f59115
  • Update STUNServer.cs (#1206) fix bug with secondary endpoint allocation e4fee84
  • fix stream retrieval bug (#1207) RTC updates 09555fb
  • webrtccmdline additions and some minor improvements (#1209) * Small bug fix on setting RTP port and added echo serve... 38399f8
  • Reverted #1190 due to audio corruption. (#1212) a215927
  • Add an example to webrtccmdline of waiting for ICE gathering to complete. (#1211) 22e6c47
  • Increase UDP receive buffer size to accommodate fragemented UDP packets. (#1213) 39896a2
  • Fixed bug in voip media session that was sending each audio samples to the rtp session twice. (#1216) 3c23377
  • Ignore onject dispaoed exception in SIP UA call ended. (#1217) 4df8815
  • Handle exceptions in the fire and forget update ICE candidate list method. (#1218) 32d6dcf
  • Removed unused parameter from voimediasession ctor. (#1220) c4d865a
  • Comment out the wholesale addition of the feedback attribute to every media attribute. (#1221) c0ed0e8
  • DEfault the webrtc datachannel ordered property to true. (#1222) de91be6
  • Fixed logging in webrtc get started example. 08b9cb0
  • Update README.md f349f0f
  • Bumped version to 8.0.2. cc829db
  • Disabled some failing unit tests for macosx. 4b934f6
  • Disabled another failing test on macosx. eae2fa7
  • and 5 more ...

View on GitHub

ha-ves created a comment on an issue on sipsorcery-org/sipsorcery
I tested browser creates a `RecvOnly` instead of `Inactive` for this case. Since it's not implemented internally in SIPSorcery, this is some pseudo signaling I used: ```c# // if offer if ...

View on GitHub

ha-ves closed an issue on sipsorcery-org/sipsorcery
One-sided MediaStreamTrack always Inactive? (How to activate an Inactive track?)
Scenario: **PeerA** is the Caller. **PeerB** is the Callee. Both are already connected with a data channel (because no media is needed yet). Then, 1. **PeerA** now wants to receive video...
ha-ves created a comment on an issue on sipsorcery-org/sipsorcery
I replicated this issue via static file serving and off-band signaling but only had some of the same problems. 1. It pretty much connects instantly after signaling, 1. H264 via FFmpeg, not so m...

View on GitHub

ha-ves pushed 5 commits to master ha-ves/sipsorcery
  • Reduce Memory allocations (#1190) * Reduce Memory allocations Reduce Memory allocations on H264 Sender HotPath by... 7a5abea
  • Switch examples to use main library directly rather than via nuget package. (#1203) 03556ea
  • Swtiches the WebRTC DTLS certificate default from RSA to ECDSA (#1201) * wip: add support for ecdsa dtls certs. Sele... 2424300
  • Bumped version to v8.0.1-pre. 7bfe291
  • Handle exception in WebRTCWebSocketPeer.OnOpen() to log the error. (#1121) Co-authored-by: tspoh <[email protected]... 009f150

View on GitHub

ha-ves pushed 3 commits to master ha-ves/sipsorcery
  • Added a DTLS diags message and a method for generating an ECDSA compatible certificate for DTLS handshake testing. (#... ef0efa5
  • Fixed SIP vidphone example. 81a2efc
  • Set protocol when creating a new data channel (#1199) f560fbc

View on GitHub

ha-ves created a comment on an issue on sipsorcery-org/sipsorcery
Glad your ICE problem is fixed. For the voice problem I'm not sure about it, I'm not familiar with the SIP part of this library. But maybe some similar issues you can check with #707 and #1122

View on GitHub

ha-ves created a comment on an issue on sipsorcery-org/sipsorcery
> One thing I noticed that no `complete` event is ever fired for `Pc_iceGatheringState`, it is always `gathering`. That's certainly weird, it will usually timeout after 10s or so (not sure the ti...

View on GitHub

ha-ves created a comment on an issue on sipsorcery-org/sipsorcery
Another way is to also signal `pc.onicecandidate += Pc_onicecandidate;` to the other peer.

View on GitHub

ha-ves created a comment on an issue on sipsorcery-org/sipsorcery
_I'm commenting for preliminary measures._ highly similar with #861 `host` ice candidates are created per "connected" network interface in your host machine. The other ones are usually `srf...

View on GitHub