Sergey Krashevich
cc74504ed8
feat(shell): add Windows support for TTY detection
2024-05-28 10:19:51 +03:00
Sergey Krashevich
a79061c7c2
feat(logging): add interactive shell detection for console output
2024-05-28 09:10:51 +03:00
Alex X
8e571a66e3
Code refactoring for debug packet logger
2024-05-26 00:19:26 +03:00
Alex X
0ccfcb0ec0
Fix timestamps for RTMP client
2024-05-26 00:18:56 +03:00
Alex X
8bae4631d2
Fix support some RTSP servers
2024-05-26 00:18:36 +03:00
Alex X
268629f551
Fix pix_fmt for publishing to RTMP servers
2024-05-25 19:45:29 +03:00
Alex X
0bd2fcde54
Update color index func for ascii stream
2024-05-25 13:52:55 +03:00
Alex X
6f34cf0c95
Add streaming to rawvideo format
2024-05-25 11:55:28 +03:00
Alex X
f8bc25d0ae
Add support rawvideo format
2024-05-25 08:22:38 +03:00
Alex X
d9d2bdff44
Add timeout query param to RTSP incoming source #1118
2024-05-24 16:26:06 +03:00
Alex X
bf3f81ccac
Update ffmpeg pkg for reading files and parsing ffmpeg version
2024-05-24 11:06:51 +03:00
Alex X
78a74da8d6
Fix aac.DecodeConfig sampleRate parsing
2024-05-22 18:46:30 +03:00
Alex X
54c8ca0112
Add wav format to magic producer
2024-05-21 17:48:31 +03:00
Alex X
99cc21aacb
Code refactoring for magic producer
2024-05-20 14:24:04 +03:00
Alex X
bc8295baee
Improve play audio on RTSP backchannel
2024-05-19 11:56:33 +03:00
Alex X
686fb374e9
Remove PCMU for two way for DVRIP source #1111
2024-05-18 17:14:55 +03:00
isegals
7a131822db
Update client.go
...
Add "AudioFormat":{"EncodeType":"G711_ALAW"} to suppoet new firmware
2024-05-18 11:14:16 +03:00
Alex X
6878f05e57
Fix ESC codes duplicates for ASCII stream
2024-05-17 14:34:24 +03:00
Alex X
d428a8964a
Fix writers for MJPEG and ASCII
2024-05-17 14:32:59 +03:00
Alex X
f432e72dd0
Add support custom color for ascii streaming
2024-05-16 22:02:18 +03:00
Alex X
2929db9cec
Fix w/h variables for ascii streaming
2024-05-16 22:01:57 +03:00
Alex X
6d967bc1f9
Improve ascii stream for any one symbol
2024-05-16 17:33:09 +03:00
Alex X
83c0053b2c
Fix blinking for ASCII stream
2024-05-16 15:28:47 +03:00
Alex X
ecfd7404f5
Add UTF8 support for ASCII streaming
2024-05-16 14:01:43 +03:00
Alex X
41badbfb8e
Add support streaming as ascii to terminal
2024-05-16 12:00:41 +03:00
Alex X
69c288b154
Fix codec name for probe producer
2024-05-15 10:31:43 +03:00
Alex X
4823e60a92
Add probe stream API #998
2024-05-15 07:44:18 +03:00
Alex X
a51156cf18
Add instant start for WebRTC consumer
2024-05-14 17:34:47 +03:00
Alex X
32e0ee4a10
Merge pull request #1071 from skrashevich/refactr-syscall-more-generic
...
refactor(sysctl): consolidate platform-specific syscall files
2024-05-13 19:00:10 +03:00
Alex X
205018c96a
Improve WebRTC candidates handling
2024-05-12 15:55:32 +03:00
Alex X
f7b98044e6
Fix Kasa KC200 cameras
2024-05-10 22:50:33 +03:00
Sergey Krashevich
f158ffb33e
Merge remote-tracking branch 'upstream/master' into refactr-syscall-more-generic
2024-05-07 14:45:48 +03:00
Alex X
290e011061
Add support allowed_media_types for RTSP server #1054
2024-05-06 07:32:45 +03:00
Alex X
8ac834bdd4
Add support AAC MPEG-2 for magic source
2024-05-05 12:35:51 +03:00
Alex X
06d8503fd0
Increase timeout for hls client
2024-05-05 12:32:18 +03:00
Alex X
4c3de3bbf4
Fix panic on h264.EmitNalus #1076
2024-05-05 07:01:21 +03:00
Alex X
322c332170
Fix JPEG from mjpg-streamer project
2024-05-04 07:44:30 +03:00
Alex X
a03db503c3
Fix running backchannel exec without start #1080
2024-05-03 15:57:18 +03:00
Alex X
edbcd3e736
Skip non-media codecs in webrtc module
2024-05-03 11:30:39 +03:00
Alex X
b4a524f46d
Fix tests
2024-04-30 14:25:48 +03:00
Alex X
297096a93b
Remove unused core.Any func
2024-04-30 13:34:24 +03:00
Alex X
bec792797d
Fix WebRTC WriteRTP panic #994
2024-04-30 11:04:22 +03:00
Alex X
52832223f8
Code refactoring after #859
2024-04-30 07:09:15 +03:00
Sergey Krashevich
e080eac204
refactor(mdns): consolidate platform-specific syscall files
...
- Rename `syscall_linux.go` to `syscall.go` with build constraints for non-BSD and non-Windows platforms.
- Merge `syscall_darwin.go` into `syscall_bsd.go` and adjust build constraints for BSD platforms (Darwin, FreeBSD, OpenBSD).
- Remove redundant `syscall_freebsd.go`.
- Add build constraints to `syscall_windows.go` for Windows platform.
2024-04-30 01:55:51 +03:00
Alex X
7a0646fd5f
Merge pull request #859 from 'reifl/master'
2024-04-29 20:19:51 +03:00
Alex X
070ea3892f
Merge pull request #913 from robvanoostenrijk/master
...
Added FreeBSD binaries
2024-04-29 11:27:31 +03:00
Alex X
cf4f6468f3
Simplify restart func
2024-04-29 10:41:53 +03:00
Alex X
e304035f76
Code refactoring after #967
2024-04-29 06:59:07 +03:00
Alex X
d96701453d
Merge pull request #967 from f1d094/master
...
Modify ISAPI to reliably open connections
2024-04-29 06:58:30 +03:00
Alex X
fb756b7473
Merge pull request #1029 from aprilmaccydee/h200-child-devices
...
feat(tapo): Add support for H200 hub and child devices (for example battery/sub2G powered D230S1)
2024-04-28 12:56:23 +03:00