Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Oct 5, 2024
1 parent 1ccc7e8 commit 83cb350
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/target/debug/rtsp2webrtc-rs",
"args": ["--url", "rtsp://211.132.61.124/axis-media/media.amp"],
"args": ["-c", "config.json"],
"cwd": "${workspaceFolder}"
}
]
Expand Down
Loading

0 comments on commit 83cb350

Please sign in to comment.