Sergey Krashevich
5bf5327a45
Merge branch 'AlexxIT:master' into documentation-site
2026-01-29 00:38:10 +03:00
Sergey Krashevich
8d4869fd08
Merge branch 'AlexxIT:master' into documentation-site
2026-01-26 04:22:35 +03:00
Sergey Krashevich
5970dd2fe4
📝 docs(README): update documentation for clarity and accuracy
2026-01-26 00:40:48 +03:00
John E
051aa664cd
Propose fix a couple of typos
...
Signed-off-by: John E <jeis4wpi@outlook.com >
2026-01-23 17:17:53 -05:00
Sergey Krashevich
ba9fb70929
✨ feat(vitepress): enhance title extraction from files
...
📝 docs(ffmpeg): add title to ffmpeg README
2026-01-19 02:40:02 +03:00
Alex X
05fd0c5cca
Merge pull request #1956 from felipecrs/ffmpeg-timeout
...
Add `#timeout` param for ffmpeg source
2025-12-27 08:38:38 +03:00
Alex X
a3a4276c15
Code refactoring for #1956
2025-12-27 08:36:40 +03:00
Alex X
8636e96379
Change ffmpeg transcoder from opus to opus/16000
2025-12-14 17:59:07 +03:00
Alex X
a86e10446a
Add PCML/8000 to ffmpeg transcoder
2025-12-11 21:59:25 +03:00
Felipe Santos
31962181cb
Add #timeout param for ffmpeg source
2025-11-25 16:37:08 -03:00
Alex X
2b5f9429a8
Update FFmpeg command for encoding H265 (fix profile and level)
2025-09-30 12:17:41 +03:00
Alex X
7415776e4d
Add support alsa source
2025-04-21 20:18:28 +03:00
Alex X
fcb786cf60
Add readme for FFmpeg hardware
2025-03-22 10:56:25 +03:00
Alex X
c56b2cdd62
Merge pull request #1203 from MarcA711/update-rockchip-presets
...
Update FFmpeg presets for Rockchip boards
2025-03-22 10:38:49 +03:00
Alex X
6309d323dc
Update hardware support for Rockchip
2025-03-22 10:32:33 +03:00
Alex X
570b7d0d97
Code refactoring for #1450
2024-11-11 17:49:22 +03:00
Robert Resch
831aa03c9f
Implement suggestion
2024-11-11 11:16:12 +01:00
Alex X
340fd81778
Fix loop request, ex. camera1: ffmpeg:camera1
2024-11-09 18:17:41 +03:00
Alex X
be5bbd3b9b
Fix FFmpeg tests
2024-10-29 14:39:54 +03:00
Alex X
2311d5eabe
Change go version to 1.20 for Windows 7 support
2024-09-01 17:54:01 +03:00
MarcA711
2b69eb2fd0
update FFmpeg presets for Rockchip boards
2024-06-18 17:56:04 +00:00
Alex X
96504e2fb0
BIG rewrite stream info
2024-06-16 06:20:45 +03:00
Alex X
756be9801e
Code refactoring for app module
2024-06-02 07:00:29 +03:00
Alex X
8cb513cb89
Add log level for ffmpeg module
2024-05-27 20:24:24 +03:00
Alex X
f8bc25d0ae
Add support rawvideo format
2024-05-25 08:22:38 +03:00
Alex X
b3e9ed23ac
Add /api/ffmpeg for playing files and tts on cameras with two-way audio
2024-05-24 15:57:18 +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
d2346a2aed
Fix FFmpeg producer codecs
2024-05-24 07:48:44 +03:00
Alex X
8f57b1acb6
Fix TTS template
2024-05-24 07:48:17 +03:00
Alex X
c726651b8b
Add ffmpeg version checker
2024-05-23 17:31:02 +03:00
Alex X
02af2e2849
Code refactoring for FFmpeg producer
2024-05-23 12:40:29 +03:00
Alex X
6d9c7012b0
Add output/aac for ffmpeg source
2024-05-23 12:24:41 +03:00
Alex X
8a7712a4c8
Add ffmpeg auto codec selection logic
2024-05-22 18:49:43 +03:00
Alex X
82fa803a37
Add ffmpeg virtual tests
2024-05-22 18:48:40 +03:00
Alex X
53242ea02f
Add ffmpeg tts source
2024-05-22 13:00:39 +03:00
Alex X
af05083a1f
Code refactoring for ffmpeg device and virtual
2024-05-22 12:58:21 +03:00
Alex X
c41bddbbea
Add using wav format for ffmpeg transcoding to PCMA/PCMU
2024-05-21 17:50:15 +03:00
Alex X
bc8295baee
Improve play audio on RTSP backchannel
2024-05-19 11:56:33 +03:00
Alex X
aa4c81c266
Add pix_fmt to H265 transcoding string
2024-05-14 21:21:27 +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
5ccbd7c1c2
Rename param source to video for ffmpeg virtual source
2024-05-12 15:58:17 +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
8a7ab63b00
Add virtual source to ffmpeg (for testing)
2024-05-03 13:53:46 +03:00
Alex X
07f51e6929
Support ffmpeg source without input
2024-05-03 13:49:39 +03:00
Sergey Krashevich
abe617a346
refactor(ffmpeg): generalize device and hardware support for multiple OS
...
- Rename `device_freebsd.go` to `device_bsd.go` and `hardware_freebsd.go` to `hardware_bsd.go` to reflect broader BSD support (FreeBSD, NetBSD, OpenBSD, Dragonfly).
- Update build tags in `device_bsd.go` and `hardware_bsd.go` to include FreeBSD, NetBSD, OpenBSD, and Dragonfly.
- Rename `device_linux.go` to `device_unix.go` and `hardware_linux.go` to `hardware_unix.go` to generalize Unix support excluding Darwin-based systems and BSDs.
- Add specific build tags to `device_darwin.go`, `device_unix.go`, `hardware_darwin.go`, and `hardware_unix.go` to correctly target their respective operating systems.
- Ensure Windows-specific files (`device_windows.go` and `hardware_windows.go`) are correctly tagged for building on Windows.
2024-05-01 09:04:19 +03:00
Alex X
b4a524f46d
Fix tests
2024-04-30 14:25:48 +03:00
Rob van Oostenrijk
f73ee41d93
Updated FreeBSD ffmpeg integrations
2024-01-30 19:10:53 +04:00
Rob van Oostenrijk
93dad05bde
Added FreeBSD Binaries ( #2 )
...
Co-authored-by: Rob van Oostenrijk <robvanoostenrijk@noreply.users.github.com >
2024-01-29 21:14:47 +04:00
Alex X
853e98879b
Fix OPUS for HomeKit server #667 #843
2023-12-27 23:05:45 +03:00
Alex X
7ad4d350f8
Fix hardware profiles for H265 templates #809
2023-12-17 18:07:57 +03:00