Skip to content

Commit

Permalink
Use default upstream listening port
Browse files Browse the repository at this point in the history
  • Loading branch information
nochso committed Jul 15, 2016
1 parent d33cf0e commit 8d2a864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {

player = flag.String("player", "", "Open the stream with a video player ("+joinPlayerNames()+")")
flag.IntVar(&port, "port", 8080, "Port to stream the video on")
flag.IntVar(&torrentPort, "torrent-port", 6882, "Port to listen for incoming torrent connections")
flag.IntVar(&torrentPort, "torrent-port", 50007, "Port to listen for incoming torrent connections")
seed = flag.Bool("seed", false, "Seed after finished downloading")
flag.IntVar(&maxConnections, "conn", 200, "Maximum number of connections")
tcp = flag.Bool("tcp", true, "Allow connections via TCP")
Expand Down

0 comments on commit 8d2a864

Please sign in to comment.