You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base on your code you are missing a , after the first item called stream1
{
"server": {
"http_port": ":8083"
},
"streams": {
"stream1": {
"url": "rtsp://stream1"
},
"stream2": {
"url": "rtsp://stream2"
}
}
}
I'd like add more stream in the config file, but get error.
my conf:
{
"server": {
"http_port": ":8083"
},
"streams": {
"stream1": {
"url": "rtsp://stream1"
}
"stream2": {
"url": "rtsp://stream2"
}
}
}
Error message: invalid character '"' after object key:value pair
what's the problem with that?
The text was updated successfully, but these errors were encountered: