Commit Graph

722 Commits

Author SHA1 Message Date
Alex X ae8145f266 Fix panic on AVCCToCodec #1652 2025-05-22 15:52:10 +03:00
Alex X 7107508286 Merge pull request #1669 from hnws/master
feat(nest): add retry logic for 429 and 409 errors with exponential backoff
2025-05-02 11:03:38 +03:00
hnws cd2f90a7a1 refactor: remove logging from nest package 2025-05-01 22:30:58 -04:00
Alex X e1577b5ad3 Remove unnecessary nil check 2025-05-01 15:31:18 +03:00
Alex X c50e894a42 Add PlayFile function to wyoming server 2025-04-24 21:23:16 +03:00
Alex X 890fd78a6a Remove errors from wyoming server handlers 2025-04-24 18:32:42 +03:00
Alex X 518cae1476 Add support events to wyoming server 2025-04-24 17:13:51 +03:00
Alex X 545a105ba0 Add support body to expr fetch func 2025-04-22 16:37:10 +03:00
Alex X 70b4bf779e Change wyoming Event.Data type to string 2025-04-22 16:35:44 +03:00
Alex X 7cf672da84 Add readme for exec and wyoming modules 2025-04-22 14:19:40 +03:00
Alex X 80f57a0292 Add support snd mode for wyoming module 2025-04-22 13:16:57 +03:00
Alex X 3b7309d9f7 Add support mic mode for wyoming module 2025-04-22 11:49:08 +03:00
Alex X 6df1e68a5f Update wyoming producer and backchannel 2025-04-22 10:26:00 +03:00
Alex X df2e982090 Add logs to wyoming module 2025-04-22 10:25:22 +03:00
Alex X 902af5e5d7 Add wyoming module 2025-04-22 06:37:42 +03:00
Alex X 7fe23c7bc5 Add wav backchannel (not used yet) 2025-04-21 20:33:13 +03:00
Alex X d0c3cb066c Rewrite exec backchannel 2025-04-21 20:33:13 +03:00
Alex X 1b41f61247 Add supported codec check for alsa source 2025-04-21 20:18:28 +03:00
Alex X e1342f06b7 Change codec channels from uint16 to uint8 2025-04-21 20:18:28 +03:00
Alex X f535595d1f Add universal PCM transcoder 2025-04-21 20:18:28 +03:00
Alex X 7415776e4d Add support alsa source 2025-04-21 20:18:28 +03:00
Alex X bad7caa187 Add ioctl package 2025-04-21 20:17:52 +03:00
Alex X f45fef29d8 Add support eseecloud source #1690 2025-04-08 19:55:51 +03:00
Alex X 699a995e8c Fix deadlock on write to track channel 2025-04-08 11:33:04 +03:00
Alex X ce02b03a73 Merge pull request #1682 from infastin/fix/sender-deadlock
fix(core): potential sender goroutine deadlock
2025-04-08 11:26:18 +03:00
Alex X af7509ebaf Update pion/webrtc library to v4 2025-04-07 16:56:38 +03:00
infastin 487527f5a5 chore: remove mutexes 2025-04-05 13:50:02 +05:00
Alex X bfd26560b1 Add flussonic source #1678 2025-04-04 19:59:52 +03:00
Alex X be3a1c5b5f Rewrite ivideon source 2025-04-04 19:58:05 +03:00
infastin 0669cfbebf fix(core): potential sender loop deadlock 2025-03-31 19:12:07 +05:00
Alex X d99bf122ea Fix SPS parsing in some cases 2025-03-27 20:52:49 +03:00
hnws fe10a7e55f feat(nest): add retry logic for 429 and 409 errors with exponential backoff 2025-03-21 23:10:16 -04:00
Alex X 60250a32c2 Fix support HKSV for HomeKit cameras #684 2025-03-12 22:28:30 +03:00
Alex X 6a4c73db03 Fix possible panic for tlv8.UnmarshalBase64 2025-03-12 06:05:21 +03:00
Alex X c8f68f44af Optimize imports 2025-03-09 17:26:06 +03:00
Alex X 3954a555f8 Fix extra slash for RTSP SETUP #1236 2025-03-09 17:08:25 +03:00
Alex X b6934922fa Improve ONVIF server #1304 2025-03-09 16:26:10 +03:00
Alex X c9724e2024 Fix RTMP server handshake for FFmpeg #1318 2025-03-09 07:20:40 +03:00
Alex X a15deedf0d Fix YAML patch in some cases #1626 2025-03-07 21:44:23 +03:00
Alex X 39c14e6556 Fix support streaming to YouTube #1574 2025-03-01 21:36:32 +03:00
Alex X 57cd791348 Fix ONVIF client GetCapabilities request 2025-03-01 20:00:59 +03:00
Alex X 934d43b525 Update WebRTC server operation in closed docker containers 2025-02-27 14:30:56 +03:00
Alex X 858c04bacf Fix situation when WebRTC candidate pair changes multiple times #1282 2025-02-26 21:39:56 +03:00
Alex X 2a5355b1f8 Fix WebRTC server with static UDP port 2025-02-26 21:34:46 +03:00
Alex X 7d37f645ba Improved limited HomeKit server support for open source projects 2025-02-25 19:26:30 +03:00
Alex X c50738005d Update mDNS server handler 2025-02-25 16:16:38 +03:00
Alex X effff6f88d Fix concurrent SRTP sessions map read and map write #1489 2025-02-24 22:04:14 +03:00
Alex X 45b223a2ef Fix panic on reading nil TLV8 #1507 2025-02-24 21:55:10 +03:00
Alex X e55c2e9598 Merge pull request #1438 from huynhquangtoan/master
Fix "panic: send on closed channel"
2025-02-24 20:27:53 +03:00
Alex X 6ee52474e1 Code refactoring for panic: send on closed channel 2025-02-24 18:13:16 +03:00