16 Commits

Author SHA1 Message Date
Harisreedhar ee5fde1c60 Fix symatically wrong usage in tests (#1075)
* fix symatically wrong usage in tests

* add target-240p.jpg everywhere

* combine both target
2026-04-07 22:41:19 +05:30
henryruhs 89743d14d1 add todos 2026-04-06 18:12:27 +02:00
henryruhs 94b0a4032e fix stuck ffmpeg due multi thread lock 2026-04-06 18:06:42 +02:00
henryruhs ff8db531a8 make ci great again 2026-04-06 18:49:16 +02:00
henryruhs c808cdd5b9 cleanup code part1 2026-03-31 16:55:38 +02:00
Harisreedhar 6bb62cf64e Assets ffmpeg stream upload (#1069)
* ffmpeg sanitize

* fix type

* fix type

* add config

* ChunkQueue -> UploadQueue

* revert assets.py

* move resolve methods to ffmpeg_builder.py

* Refactor ffmpeg.py

* Remove partial import

* improve test

* remove put(None)

* cleanup

* without poll() not working

* ChunkReader -> MediaChunkReader

* improve assert by replacing generic is_file

* naming and cleanup
2026-03-31 16:31:02 +02:00
Harisreedhar 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
Harisreedhar 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
harisreedhar 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
harisreedhar 37c5ad0deb upload asset endpoint 2026-03-17 14:01:49 +01:00
harisreedhar 1abe745790 upload asset endpoint 2026-03-17 14:01:49 +01:00
harisreedhar 6f66937e72 upload asset endpoint 2026-03-17 14:01:49 +01:00