Skip to content

Commit

Permalink
Update README; invalid JSON format
Browse files Browse the repository at this point in the history
  • Loading branch information
yaba committed Apr 9, 2022
1 parent 7cf8597 commit 0c36c2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ format:
},
"streams": {
"demo1": {
"on_demand" : false
"on_demand" : false,
"url": "rtsp://170.93.143.139/rtplive/470011e600ef003a004ee33696235daa"
},
"demo2": {
"on_demand" : true
"on_demand" : true,
"url": "rtsp://admin:admin123@10.128.18.224/mpeg4"
},
"demo3": {
"on_demand" : false
"on_demand" : false,
"url": "rtsp://170.93.143.139/rtplive/470011e600ef003a004ee33696235daa"
}
}
Expand Down

0 comments on commit 0c36c2a

Please sign in to comment.