Skip to content

Commit

Permalink
refactor: updating websocket connections and frame rendering (#12)
Browse files Browse the repository at this point in the history
* feat: add base64 decoding

* refactor(turbo): use spawn_blocking for rendering video frames

* test a switch to python

* add websocket setup

* fix bugs later
  • Loading branch information
cs50victor authored Nov 24, 2023
1 parent 80146c8 commit 87e10e8
Show file tree
Hide file tree
Showing 16 changed files with 1,306 additions and 524 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

# Rust
target/
pipeline_cache.bin

# ggml binaries and binaries in general
*.bin

# dependencies
node_modules
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.18.2
Loading

0 comments on commit 87e10e8

Please sign in to comment.