README.md: add usage/firewall directions

This commit is contained in:
Cole Mickens 2019-12-31 18:38:51 -08:00 committed by GitHub
parent 53b0767af1
commit b03412b397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,4 +88,8 @@ and libmpv libraries are either 64 or 32 bit. (Don't mismatch them.)
5. Open a regular `cmd` prompt. Navigate to the `plex-mpv-shim` folder. 5. Open a regular `cmd` prompt. Navigate to the `plex-mpv-shim` folder.
6. Run `pyinstaller -cF --add-binary "mpv-1.dll;." --icon media.ico run.py`. 6. Run `pyinstaller -cF --add-binary "mpv-1.dll;." --icon media.ico run.py`.
## Usage
To use `plex-mpv-shim` you merely need to start the application.
Your firewall will need to allow inbound TCP 3000 (for this application's web server) and inbound UDP 32410, 32412, 32413, 32414 ([Plex's GDM ports](https://support.plex.tv/articles/201543147-what-network-ports-do-i-need-to-allow-through-my-firewall/)).