Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merged branch 'webtorrent': add /movies/:id stream and subtitles api
commit 8216d90 Author: mirsella <[email protected]> Date: Tue Oct 22 11:40:27 2024 +0200 finally fix remaining errors commit d166e10 Author: mirsella <[email protected]> Date: Tue Oct 22 11:10:58 2024 +0200 rename app to hypertube commit 806d88f Author: mirsella <[email protected]> Date: Tue Oct 22 10:43:39 2024 +0200 Revert "fix nuxt/nuxt#29637" This reverts commit b2e9633. commit b2e9633 Author: mirsella <[email protected]> Date: Tue Oct 22 10:24:58 2024 +0200 fix nuxt/nuxt#29637 commit a7d5ef3 Author: mirsella <[email protected]> Date: Tue Oct 22 00:09:21 2024 +0200 need to debug nodejs error when closing app uv loop at [0x747673dff988] has open handles: [0x74713c4a09c0] timer (active) Close callback: (nil) Data: 0x74713c4a08d0 (First field): 0x74713c378630 [0x74713c4a08d0] udp (active) Close callback: (nil) Data: 0x74713c378630 uv loop at [0x747673dff988] has 2 open handles in total # /usr/bin/node[255359]: void node::CheckedUvLoopClose(uv_loop_t*) at ../src/debug_utils.cc:352 # Assertion failed: "Unreachable code reached" ": " "uv_loop_close() while having open handles" ----- Native stack trace ----- 1: 0x5b8027583e11 node::Assert(node::AssertionInfo const&) [/usr/bin/node] 2: 0x5b80274bd909 node::CheckedUvLoopClose(uv_loop_s*) [/usr/bin/node] 3: 0x5b80276dae6a node::worker::WorkerThreadData::~WorkerThreadData() [/usr/bin/node] 4: 0x5b80276d98f4 node::worker::Worker::Run() [/usr/bin/node] 5: 0x5b80276d9a2b [/usr/bin/node] 6: 0x7476844a339d [/usr/lib/libc.so.6] 7: 0x74768452849c [/usr/lib/libc.so.6] commit 61578b9 Author: mirsella <[email protected]> Date: Mon Oct 21 23:26:39 2024 +0200 add /movies/:id/subtitles/:lang that return the link to the .srt file commit e08ec7d Author: mirsella <[email protected]> Date: Mon Oct 21 23:25:06 2024 +0200 update pages/movies.vue with fixed /movies/[id]/stream commit 0a0a285 Author: mirsella <[email protected]> Date: Mon Oct 21 22:42:56 2024 +0200 add opensubtitles and /api/movies/[id]/subtitles commit 0479d63 Author: mirsella <[email protected]> Date: Mon Oct 21 22:42:42 2024 +0200 add /api/movies commit e0ff075 Author: mirsella <[email protected]> Date: Mon Oct 21 22:42:28 2024 +0200 move stream and ffmpeg endpoint to the right place commit a9edacf Author: mirsella <[email protected]> Date: Mon Oct 21 19:38:09 2024 +0200 add comment update comment commit c42c0c3 Author: mirsella <[email protected]> Date: Mon Oct 21 19:36:01 2024 +0200 finish ffmpeg streaming commit 7e8e92b Author: mirsella <[email protected]> Date: Mon Oct 21 18:47:44 2024 +0200 little ffmpeg tweak, add movies to gitignore commit 32ae6fb Author: mirsella <[email protected]> Date: Mon Oct 21 18:32:48 2024 +0200 use webm instead of mp4 output mp4 produced bugged output because ffmpeg wasn't seekable as its a stream/pipe instead of a pipe, and so it can't go back and chagne already written bytes. webm seems to handle it far better, but the convertion is extremly slow... commit 5a6780f Author: mirsella <[email protected]> Date: Mon Oct 21 11:32:50 2024 +0200 everything seems to be working commit ecbc9ca Author: mirsella <[email protected]> Date: Sun Oct 20 12:03:51 2024 +0200 WIP: webtorrent to ffmpeg commit 35b2446 Author: mirsella <[email protected]> Date: Sun Oct 20 00:51:58 2024 +0200 WIP: try to link webtorrent to ffmpeg commit 3aac1a9 Author: mirsella <[email protected]> Date: Sat Oct 19 18:45:11 2024 +0200 add fluent ffmpeg commit 74ac8c4 Author: mirsella <[email protected]> Date: Sat Oct 19 18:19:30 2024 +0200 dockerfile: use pnpm cache and recommanded install method commit 980814f Author: mirsella <[email protected]> Date: Thu Oct 17 14:52:42 2024 +0200 bump deps to fix CVE-2023-42282 to include this release of the ip github.com/transitive-bullshit/ip-set/issues/9 commit c0fa066 Author: mirsella <[email protected]> Date: Wed Oct 16 23:32:50 2024 +0200 add TODO comments with future lib we will use commit c2138cb Author: mirsella <[email protected]> Date: Wed Oct 16 17:06:43 2024 +0200 add webtorrent and initial torrent downloading implementation
- Loading branch information