Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test xiu #36

Closed
Tracked by #30
aleeusgr opened this issue Jan 9, 2024 · 1 comment
Closed
Tracked by #30

test xiu #36

aleeusgr opened this issue Jan 9, 2024 · 1 comment

Comments

@aleeusgr
Copy link
Owner

aleeusgr commented Jan 9, 2024

xiu, 1.2k⭐
A simple, high performance and secure live media server in pure Rust

https://crates.io/crates/xiu
https://github.com/harlanc/xiu

Originally posted by @aleeusgr in #17 (comment)

@aleeusgr
Copy link
Owner Author

aleeusgr commented Jan 9, 2024

  • cargo install xiu
  • add files
  • run xiu -c config.toml
  • ffmpeg -re -stream_loop -1 -i /home/alex/Videos/DJI_0147.MP4 -c:a copy -c:v copy -f flv -flvflags no_duration_filesize rtmp://127.0.0.1:1935/live/test
  • http://localhost:8900/
config.toml

[rtmp]
enabled = true
port = 1935

[webrtc]
enabled = true
port = 8900

[log]
level = "info"

expect

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant