Sioro-Neoku / go-peerflix

Go Peerflix
MIT License
470 stars 119 forks source link

Added custom port entry to readme #31

Open milankragujevic opened 8 years ago

milankragujevic commented 8 years ago

I didn't know go-peerflix had this capability so I went to try and implement my own, then I saw it in the source. I think it should be in the readme.

Sioro-Neoku commented 8 years ago

Please fix the typo.

For a future reference, the parameters are accessible via go-peerflix -help (or just go-peerflix). So I don't believe we should document every switch in the readme, as it is explained quite neatly there:

Usage of go-peerflix:
  -player string
        Open the stream with a video player (VLC, MPV, MPlayer)
  -port int
        Port to stream the video on (default 8080)
  -seed
        Seed after finished downloading
  -tcp
        Allow connections via TCP (default true)