We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我港做过测试,大比方海康威视的NVR需要用户名密码验证的。 rtsp://usr:[email protected]:5544/Streaming/Channels/601
#144
curl -X POST -H "Content-Type: application/json" -d '{ "id" : "123", "identifier": { "rtsp": { "stream_path": "Streaming/Channels/601" } }, "server_address"x.x.x.x:5544", "relay_type":"Pull" }' http://localhost:8000/api/start_relay_stream
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我港做过测试,大比方海康威视的NVR需要用户名密码验证的。
rtsp://usr:[email protected]:5544/Streaming/Channels/601
#144
curl -X POST -H "Content-Type: application/json" -d '{
"id" : "123",
"identifier": {
"rtsp": {
"stream_path": "Streaming/Channels/601"
}
},
"server_address"x.x.x.x:5544",
"relay_type":"Pull"
}' http://localhost:8000/api/start_relay_stream
The text was updated successfully, but these errors were encountered: