Skip to content

Commit

Permalink
Remove erroneous route and update dictionary updater (#207)
Browse files Browse the repository at this point in the history
* Remove erroneous route and update dictionary updater

* Rename dictionary updater
  • Loading branch information
Ullaakut authored May 23, 2019
1 parent 4728567 commit 2e49587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion dictionaries/routes
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ play2.sdp
profile2/media.smp
profile5/media.smp
rtpvideo1.sdp
rtsp://ip-addr
rtsp_live0
rtsp_live1
rtsp_live2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@ func loadRoutes(url string, bar *mpb.Bar) {
}

switch rtspURL {
case "", "[Details]", "rtsp://ip-addr/", "http://ip-addr/":
case "",
"rtsp://ip-addr/",
"rtsp://ip-addr",
"rtsp://ip-addr:[email protected]:6667/blinkhd":
return
default:
route := strings.TrimSpace(strings.TrimPrefix(rtspURL, "rtsp://ip-addr/"))
Expand Down

0 comments on commit 2e49587

Please sign in to comment.