aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-09 19:35:15 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-10 17:04:31 +0100
commitd088586296f6bba924b0cc65676dd7da4558fbdc (patch)
tree10a04f7dedd5889de4f8ccad86048200bb29c65a /TODO
parentddc3871b27fe9fc086453e3c61b96ae4783e4035 (diff)
Make plasmashell check work in flatpak
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 565993d..fe938c2 100644
--- a/TODO
+++ b/TODO
@@ -221,4 +221,8 @@ Use explicit sync in pipewire video code: https://docs.pipewire.org/page_dma_buf
Support vaapi rotation. Support for it is added in mesa here: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32919.
Replay (and recording?) fails to save properly sometimes (especially for long videos). This is noticable with mp4 files since they get corrupt and become unplayable.
- The entire video does seem to get saved (it's a large video file) and it seems to have the correct headers but it's not playable. \ No newline at end of file
+ The entire video does seem to get saved (it's a large video file) and it seems to have the correct headers but it's not playable.
+
+Make it possible to save a shorter replay clip remotely. Maybe implement ipc first, to then also allow starting recording/stream while a replay is running.
+
+Add an option to pass http headers when streaming. Some streaming services require streaming keys to be passed in a http header instead of in the url as a parameter. \ No newline at end of file