9 lines
294 B
TOML
9 lines
294 B
TOML
[package]
|
|
name = "rave"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "io-util", "time", "sync"] }
|
|
# ffmpeg -re -i video.mp4 -c copy -f flv rtmp://localhost:1935/live/test
|
|
# ffplay http://localhost:8080/live/test.flv |