Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update com.ispy.agent.dvr.plist 605e171
ispysoftware opened a pull request on sipsorcery-org/sipsorcery
fix stream retrieval bug
After setting up logging i noticed a repeating error finding a media stream - not sure why the id is not matching but this logic looked a bit dodgy and the change resolved it with no side effects i...ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
using the inbuilt stun server on port 3478/3479 and also the default google stun servers stun.l.google.com:19302,stun1.l.google.com:19302,stun2.l.google.com:19302
ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
@sipsorcery thanks for taking a look This is the logs from when it's running as a launchd service 17:19:49 SetSessionEvents: ICE state: checking 17:19:49 SetSessionEvents: rtc:onsuccessansw...
ispysoftware opened a pull request on sipsorcery-org/sipsorcery
Update STUNServer.cs
fix bug with secondary endpoint allocationispysoftware pushed 1 commit to updates ispysoftware/sipsorcery
- Update STUNServer.cs fix bug with secondary endpoint allocation 76919ea
ispysoftware created a branch on ispysoftware/sipsorcery
updates - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
ispysoftware pushed 44 commits to master ispysoftware/sipsorcery
- Add abs-send-time extension to answer only when media in offer contains it - fixes #1093 (#1095) 42e5ab1
- Introduce SIPUASCancelDelegate (#1086) * SIPUASCancelDelegate Introduce SIPUASCancelDelegate so that reason and o... 9572267
- UAC send manuel Acknowledge(OK) with SDP (#1097) * #1096 UAC send manuel Acknowledge(OK) with SDP * #1096 UAC sen... af5aff7
- Incremented CSeq number with each REGISTER request (#1098) Currently, after receiving `401 Unauthorized` response fo... bd201b7
- Fixed build and bumped version to 6.2.2. 4960c27
- Customize Allow headers of REGISTER requests (#1102) We need a method to remove 'REGISTER' values from the Allow hea... 1086f3f
- Updated nuget api key. 14e494d
- Bumped version to 6.2.3. 093f497
- Chrome is now checking certificate type and needs to be passed the correct one in Certificate Request. Certificate We... 453b9e2
- Enable generation of SIPSorcery.xml documentation file (#1106) * Enabled GenerateDocumentationFile in SIPSorcery.csp... 10effcb
- Adding try-catch blocks to timer callbacks to avoid crashing the app when an exception is thrown. (#1107) Co-authore... 33ad0ec
- Fix null exception m_primaryStream & m_primaryStream (#1108) * #942 AudioExtrasSource ObjectDisposedException: Canno... 6a770cf
- Bumped version to v6.2.4. a92c574
- SDPAudioVideoMediaFormat WithUpdated methods should use current object not a format parameter (#1131) * this makes m... 8fbef62
- Increase SDP AnnouncementVersion to an unsigned 64-bit integer. (#1132) * Increase SDP AnnouncementVersion to an uns... 8e75121
- WebRTC IPv6 support for TURN (along with REQUESTED-ADDRESS-FAMILY) (#1133) * requested-address-family RFC6156, addre... f35cc1e
- uac and uas send NonInvite SIP Request (#1142) b5a2f86
- Improved tel: URI handling to make it more interchangeable with sip: URIs (#1156) 4964200
- Allow customisation of the call descriptor when transferring calls (#1161) 3129fae
- ResolveMdnsName returns empty array instead of null when mDNS lookup fails. (#1119) 06f8e3c
- and 24 more ...
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update osx_setup3.sh db936ce
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update osx_setup3.sh 3d66a81
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update osx_setup3.sh b4e68c5
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update osx_setup3.sh d5ff138
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update osx_setup3.sh d3946f0
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update osx_setup3.sh b60d3ab
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update osx_setup3.sh d76d052
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update osx_setup3.sh bc36139
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update osx_setup3.sh d747671
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update osx_setup3.sh 7c369ab
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update osx_setup3.sh 1c8510a
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Create osx_setup3.sh 4082eb0
ispysoftware created a comment on an issue on naudio/NAudio
I started rewriting things to get it to work but ended up needing to turn WaveFormat into a struct which opened up a whole can of worms. Workaround is to use SDL via nuget instead of DirectSound
ispysoftware opened an issue on naudio/NAudio
directsound playback breaks with trimming enabled
Setting `<PublishTrimmed>false</PublishTrimmed>` in the .csproj file of any app using net6.0+ breaks directsound playback. Seems like it's stripping out com references - needs some annotations i...ispysoftware created a comment on an issue on dotnet/aspnetcore
@BrennanConroy Thanks, adding ``` builder.Services.Configure<JsonHubProtocolOptions>(o => { o.PayloadSerializerOptions.TypeInfoResolverChain.Insert(0, AppJsonSerializerContext.Default); }); ...
ispysoftware closed an issue on dotnet/aspnetcore
SignalR callbacks working on net7.0, not on net9.0
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug Updating from net7.0 to net9.0 breaks all callbacks from signalr. When running this code ...ispysoftware created a comment on an issue on dotnet/aspnetcore
Thanks @BrennanConroy - I updated the reference to the latest pre-release. Same issue.
ispysoftware pushed 1 commit to main ispysoftware/sigrtest9
- update package reference to latest prerelease 9b37ce7