Skip to content

Rust Axum을 활용한 비디오 스트리밍 서버 개발

Notifications You must be signed in to change notification settings

KimWang906/video_streaming_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Streaming Server

How to use?

  • First, create a resource directory inside /src and add video (mp4 format) to it.

Then execute the following command:

cargo install cargo-edit
cargo install cargo-watch
cargo watch -x run

When the server is running, open index.html inside the static/ directory with a browser.

Note: The project is currently in development and has many features that have not been implemented.

API

  • /video : Loads the video file in the resource directory and returns it to the client with status code 403 as many as Chunks
  • /list : Reads and returns a file within the current resource directory as a list
  • /preview_image: incomplete

About

Rust Axum을 활용한 비디오 스트리밍 서버 개발

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published