-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
我希望用xiu将海康NVR的RTSP转成HLS流如何配置 #138
Labels
new feature
new feature
Comments
目前xiu只能接受RTSP推流,海康可以把RTSP流推到server端吗? |
可以GB28181协议推流 |
添加了拉取camera RTSP流到本地的功能,使用上面的配置可以转成HLS,使用说明 #144 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
类似源地址rtsp://admin:[email protected]:554/Streaming/Channels/101
目前我的配置文件是
[rtsp]
enabled = true
port = 445
[rtsp.auth]
pull_enabled = true
push_enabled = true
algorithm = "simple"
[httpflv]
enabled = true
port = 8081
[httpflv.auth]
pull_enabled = true
algorithm = "simple"
[log]
level = "info"
[log.file]
enabled = false
rotate = "hour"
path = "./logs"
[authsecret]
key = "admin"
password = "testAy2024"
[[streams.sources]]
url = "rtsp://admin:[email protected]:554/Streaming/Channels/101"
app = "live"
name = "stream"
The text was updated successfully, but these errors were encountered: