Commit Graph
175 Commits
Author SHA1 Message Date
Harisreedharandhenryruhs ab24cd3f2e Implement basic webrtc stream (#1054)
* implement basic webrtc_stream

* add aiortc to requirements.txt

* update aiortc version

* rename variables with rtc_ prefix

* changes

* changes

* change helper to assert_helper and stream_helper

* rename variables with rtc_ prefix

* add error handling

* return whole connection

* remove monkey patch and some cleaning

* cleanup

* tiny adjustments

* tiny adjustments

* proper typing and naming for rtc offer set

* - remove async from on_video_track method
- rename source -> target
- add audio

* audio always before video

---------

Co-authored-by: henryruhs <info@henryruhs.com>
2026-03-17 14:02:40 +01:00
Harisreedharandhenryruhs e57713c3c6 Rename process to stream (#1053)
* rename process to stream

* remove /image and add webrtc_stream_video scaffolding

* remove _image
2026-03-17 14:02:16 +01:00
Henry Ruhs c25e0a2f88 rename args store to capability store (#1048)
* rename args store to capability store

* fix lint and remove unused types
2026-03-17 14:02:16 +01:00
Harisreedharandhenryruhs cd3023b9e1 Improve tests (#1047)
* improve tests

* does it hurt someone to have crazy numbers?

---------

Co-authored-by: henryruhs <info@henryruhs.com>
2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs d90b796b51 fix pre-check issue 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs b3afacf670 remove pre_check 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs 2d1269e5e6 remove program 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs 7957640f61 hopefully fix test 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs 2ee01b38ee pre_check() on test instead 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs 7a105a4c8d fix naming and remove unwanted state initialization 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs 1fc87c275e init 'face_selector_mode' to many 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs 26a950e595 update test 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs 7affeb7e3b process image 2026-03-17 14:02:16 +01:00
Harisreedharandhenryruhs 08653f85ff Feat/refactor args (#1045)
* follow the new argument naming convention

* revert

* use get_xxx_arguments

* Simple fix Args

* Fix more stuff

---------

Co-authored-by: henryruhs <info@henryruhs.com>
2026-03-17 14:02:16 +01:00
henryruhs 2b447503d5 allow register_arguments to be nested, fix types, adjust processors 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs f36ae318fd reformat test_api_state.py 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs 8dba29ef18 remove unwanted assertions 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs eb72ec461b remove value None as default 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs 298dbc80f3 remove value None as default 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs 4ab2d81580 add test_api_capabilities.py 2026-03-17 14:02:16 +01:00
harisreedharandhenryruhs 4fae6af88d fix test 2026-03-17 14:02:13 +01:00
harisreedharandhenryruhs 88b3241b61 add capabilities 2026-03-17 14:02:13 +01:00
harisreedharandhenryruhs b4138a8f12 remove try block, make detect_graphic_devices stateless, cosmetics 2026-03-17 14:02:07 +01:00
harisreedharandhenryruhs d23e0123a5 fix test 2026-03-17 14:02:07 +01:00
harisreedharandhenryruhs 0bc6a545bf add processor metric 2026-03-17 14:01:57 +01:00
harisreedharandhenryruhs fa82d87302 add network metrics 2026-03-17 14:01:57 +01:00
harisreedharandhenryruhs 75858c8636 fix test 2026-03-17 14:01:57 +01:00
harisreedharandhenryruhs e4c0f162a9 add memory metrics 2026-03-17 14:01:54 +01:00
harisreedharandhenryruhs e4bd360577 some cosmetics 2026-03-17 14:01:54 +01:00
harisreedharandhenryruhs 671eb7129d add disk to metric test 2026-03-17 14:01:54 +01:00
harisreedharandhenryruhs d7c4be226c cleanup 2026-03-17 14:01:54 +01:00
harisreedharandhenryruhs 995804410b improve test 2026-03-17 14:01:54 +01:00
harisreedharandhenryruhs ff0bf31c86 remove instance check 2026-03-17 14:01:54 +01:00
harisreedharandhenryruhs bac8befad7 fix test 2026-03-17 14:01:54 +01:00
harisreedharandhenryruhs b2c4e38362 add metrics 2026-03-17 14:01:54 +01:00
harisreedharandhenryruhs 3d852b4aec add metrics 2026-03-17 14:01:54 +01:00
Henry Ruhs ba8093e844 Revisit and cleanup ffprobe integration (#1027)
* Revisit and cleanup ffprobe integration

* Revisit and cleanup ffprobe integration
2026-03-17 14:01:49 +01:00
harisreedharandhenryruhs fb4811a65b add missing endpoints 2026-03-17 14:01:49 +01:00
henryruhs 946a12bc0e Add process manager to the right place 2026-03-17 14:01:49 +01:00
henryruhs 79340e193e FFmpeg powered sanitization, Chunk based upload write 2026-03-17 14:01:49 +01:00
henryruhs 1fe6e2d6de Simplify testing 2026-03-17 14:01:49 +01:00
henryruhs 4ba6f7643e Revamp the upload 2026-03-17 14:01:49 +01:00
harisreedharandhenryruhs 37c5ad0deb upload asset endpoint 2026-03-17 14:01:49 +01:00
harisreedharandhenryruhs 1abe745790 upload asset endpoint 2026-03-17 14:01:49 +01:00
harisreedharandhenryruhs 6f66937e72 upload asset endpoint 2026-03-17 14:01:49 +01:00
henryruhs 73786a75a4 Polish asset store and helpers 2026-03-17 14:01:49 +01:00
Harisreedharandhenryruhs d5fb30ba65 Feat/audio metadata (#1019)
* audio metadata

* audio metadata

* audio metadata

* audio metadata

* audio metadata

* audio metadata

* audio metadata
2026-03-17 14:01:49 +01:00
harisreedharandhenryruhs 771ffe3081 asset store update 2026-03-17 14:01:49 +01:00
henryruhs f59bf04bc2 Minor cleanup 2026-03-17 14:01:49 +01:00
harisreedharandhenryruhs 5a2eb2059d state api updates 2026-03-17 14:01:49 +01:00