Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
ispysoftware pushed 3 commits to master ispysoftware/sipsorcery
- Optimise SendingFormat, Timeout on Wait and Fix bug in g722 (#1249) * fix stream retrieval bug RTC updates * add... 2ab8d55
- Updated getting authenticated STUN request to use FIPS compliant library. (#1257) * Updated getting authenticated ST... b931e11
- Merge branch 'sipsorcery-org:master' into master 3296e02
ispysoftware created a comment on an issue on doitandbedone/ispyagentdvr-docker
The updated webrtc library doesn't have a TURN server built into it, only STUN. I guess in some NATs the only connection possible is via the TURN server. Pretty weird as it's working fine in all m...
ispysoftware reopened an issue on doitandbedone/ispyagentdvr-docker
Error: WebRTC: ICE failed, add a TURN server and see about:webrtc for more details
**Affected Version** latest (FROM DOCKER HUB sha256:4dd51c3266955d5ee499776a817720ad7aa4672057ec82fdf4b18c93f1ccd0d0) **Describe the bug** After upgrading ispyagent to latest version, it could...ispysoftware created a comment on a pull request on doitandbedone/ispyagentdvr-docker
The latest release version is 5.8.0.0 There's a beta version using new libs (and ffmpeg 7), currently at 5.9.2.0 https://www.ispyconnect.com/producthistory.aspx?productid=27
ispysoftware created a comment on an issue on doitandbedone/ispyagentdvr-docker
@jo-gross will need more info than "does not work" - it's working fine here
ispysoftware created a comment on an issue on doitandbedone/ispyagentdvr-docker
have you tried the docker version on the download page?
ispysoftware created a comment on an issue on ispysoftware/iSpy
set stun server to disabled on server settings - local server you might not be able to access it after you do that though, especially over the local network
ispysoftware closed an issue on ispysoftware/iSpy
Off STUN/TURN on AgentDVR Docker
Hi, can I somehow get rid of the use of STUN / TURN servers and a bunch of listening ports from them? I don't need any functions other than recording cameras via RSTP from the DVR, I saw access to...ispysoftware closed a pull request on doitandbedone/ispyagentdvr-docker
Update Dockerfile
Extend port range for stun serverispysoftware pushed 2 commits to master doitandbedone/ispyagentdvr-docker
ispysoftware closed a pull request on doitandbedone/ispyagentdvr-docker
Update Dockerfile
Adding missing forwarding portsispysoftware created a comment on an issue on doitandbedone/ispyagentdvr-docker
I responded to you on reddit
ispysoftware created a comment on an issue on doitandbedone/ispyagentdvr-docker
It's due to the port range for the RTC server - new versions are using 50000 to 50100 but this docker version is only forwarding 50000 to 50010 https://github.com/doitandbedone/ispyagentdvr-dock...
ispysoftware opened a pull request on doitandbedone/ispyagentdvr-docker
Update Dockerfile
Extend port range for stun serverispysoftware created a review comment on a pull request on sipsorcery-org/sipsorcery
yeah the original method has bugs. In the for loop you have LocalTrack.Timestamp += payloadDuration; and then on exit you have LocalTrack.Timestamp += duration; This works if the buffer ...
ispysoftware created a comment on an issue on home-assistant/core
Agent doesn't use webrtc in HA it's an mjpeg video feed unless you are embedding the Agent UI
ispysoftware created a comment on an issue on sipsorcery-org/sipsorcery
I've resolved the performance issues with VP8 (It was my sws flags using a high quality color matching flag). It is using H264 when VP8 isn't available (on IOS). There does need to be an update th...
ispysoftware closed an issue on sipsorcery-org/sipsorcery
Add ability to prefer H264
My web clients vary in their SDP over whether they prefer VP8 (firefox) or H264 (chrome) but they support both. The server side app performance is much (much) better with H264. Unfortunately t...ispysoftware pushed 5 commits to master ispysoftware/sipsorcery
- Minor fixes and adjustments to examples. (#1240) a3eff45
- Updated webrtccmdline TURN settings and comments. db81143
- Softphone vid reenable (#1246) * Re-enable the video events on the softphone demo. * Added readme. 0a5362b
- Added a unit test to check the SDP media format order. Tightened up the SDP owner parsing. (#1248) 82809d2
- Merge branch 'sipsorcery-org:master' into master c763db3
ispysoftware pushed 9 commits to master ispysoftware/sipsorcery
- revert c49c0c9
- Optimise SendVideo and SendAudio (only get SendingFormat once) Add sanity check for ICE Gathering timeout 8e7b251
- Optimise SendVideo and SendAudio (only get SendingFormat once) Add sanity check for ICE Gathering timeout Fix bug in ... 44c733c
- remove turn folder 66c7568
- Merge branch 'Optimise' of https://github.com/ispysoftware/sipsorcery into Optimise e1748d8
- Remove turn folder dc1aa26
- Move gather timeout to config 52076bc
- Fix rounding bug in SendAudioFrame Fix bug where duplicate durations were being added to local track timestamp in Sen... ebc9a43
- Merge pull request #1 from ispysoftware/Optimise Optimise 3948ae2