Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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
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 pushed 9 commits to master ispysoftware/sipsorcery
- Added webrtc example for connectiing to openapi's realtime webrtc server (#1260) * Added webrtc example for connecti... f3573ed
- ChatGPT sample connects as long as OPUS offered (#1261) * wip: demo program. * Added initial attempt at OPUS code... e0a75d7
- Renamed demo from chatgpt to openai. (#1262) * Renamed demo from chatgpt to openai. * Put OPUS behind a construct... 2d352b8
- Update openapi demo comments. a25b597
- Fixed problem with webrtc web sokcet peer not sending ICE candidates. e150050
- Openai demo functional (#1263) * Updated openai demo to use a functional approach. * Removed comment. a79fcd5
- Small functional imrpovement to openai demo. (#1265) b9d662a
- Removed extraneous comment. 465805f
- Merge branch 'sipsorcery-org:master' into master f88dab4
ispysoftware pushed 4 commits to master ispysoftware/sipsorcery
ispysoftware pushed 1 commit to Optimise ispysoftware/sipsorcery
- Fix bug with HasVideo and HasAudio ae9c22c
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...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...ispysoftware created a comment on an issue on home-assistant/core
I assume so. Probably have to edit the entities list in settings On Mon, Dec 23, 2024, 5:07 PM didi31 ***@***.***> wrote: > Is there a way to remove them from HA manually? > > — > Reply to...
ispysoftware created a comment on an issue on home-assistant/core
well i'm not sure then - if you remove it from HA it should remove all entities. If it doesn't then that sounds like a bug in HA. If the device is not in Agent DVR then it's not going to add it ba...
ispysoftware pushed 1 commit to main ispysoftware/agent-install-scripts
- Update linux_setup.sh Fix for raspberry pi with multiple release folders ec642b3
ispysoftware created a comment on an issue on home-assistant/core
"You tried removing it and re adding it? I think ha keeps it's own list of devices internally"?
ispysoftware created a comment on an issue on ispysoftware/iSpy
you can manually set the model endpoint if you know it - the available list is provided by CPAI so if you've got a question about why only those 2 are supported then ask here: https://github.com...
ispysoftware closed an issue on ispysoftware/iSpy
Only default and mobilenet available when running Coral object detection?
I'm using the Coral Edge TPU and it is working in CPAI. However I notice when running Yolo5ObjectDetection6.2 and CoralObjectDetection2.4.0 I only have two models available. When Coral is not runni...ispysoftware opened an issue on emgucv/emgucv
Separate packages for MacOS (x64/ ARM)
I noticed the libcvextern.dylib for osx is 94mb - I'm guessing it contains both arm and x64 versions within it - could the library be separated out into arm and x64 as this is basically doubling th...ispysoftware pushed 1 commit to main ispysoftware/agentdvr-docker
- Update Dockerfile Add environment variable for coturn detection addd928
ispysoftware pushed 1 commit to main ispysoftware/agentdvr-docker
- Update turnserver.conf set custom credentials note 35f9e05
ispysoftware pushed 1 commit to main ispysoftware/agentdvr-docker
- Update Dockerfile add file permissions 16e961a
ispysoftware pushed 1 commit to main ispysoftware/agentdvr-docker
- Create turnserver.conf Add configuration file for turnserver c50b432
ispysoftware pushed 1 commit to main ispysoftware/agentdvr-docker
- Update Dockerfile Add Coturn 7194680
ispysoftware pushed 20 commits to main ispysoftware/agentdvr-docker
- v4.9.4.0 4763b86
- v4.9.5.0 ffaa7ac
- v4.9.6.0 942d559
- Update README.md for "VLC Supported images" 846d57d
- Update Dockerfile e2b305a
- Fixed PUID/GUID bug 5ba5fa5
- Update Dockerfile e736a69
- Merge pull request #15 from Orange-418/Orange-418-patch-1 Fixed PUID/PGID bug 7c44bd6
- Update Agent.sh [Change the UID & GID of agentdvr user rather than creating on Bootup] - Change the UID & GID of age... 122fd3d
- Update setup.sh [Create and Modify agentdvr user before Agent setup] - Created user agentdvr with default PUID=1000 ... aa49627
- Merge pull request #16 from MekayelAnik/puid-pgid-bug-fix Puid pgid bug fix with GPU permission e4ec902
- Update Agent.sh [Added credit for main Bug fixing] 1a80626
- Update Agent.sh [Add Permission to Use GPU Encode/Decode by Users other than root] - Support for upto 23 HOST GPUs 7592a33
- Update README.md - Beta version has been released - FFMPEG version bumped from 6.0.1 to 7.0.2 - DOTNET version bum... 1838cfd
- Update README.md typing mistake removed 8de7889
- Update README.md d67f2db
- Update README.md 0517b7d
- Update README.md a90f88b
- Update README.md b1c03cb
- Update README.md Added CLI command for Rockchip VPU 1675b99