Password header is missing #11
Closed
brucewinter
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cool project, excited to get this running!
I got the frontend running, but got this error when trying to add a stream:
curl -X 'POST' 'http://192.168.86.151:7007/api/streams' -H 'accept: application/json' -H 'Content-Type: application/json' -d '{ "name": "c7", "password": "birdcage", "address": "rtsp://192.168.86.152:8554/c7_sub", "protocol": "rtsp", "transport": "TCP"}'
{"error":"Password header is missing"}
It wasn't clear where to specify the password?
Beta Was this translation helpful? Give feedback.
All reactions