Update README.md

This commit is contained in:
Fierelier 2023-11-08 12:17:36 +01:00
parent 2efbaad7b9
commit aab1a6c3f2
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Gives you a token you can broadcast with. By default, tokens expire after 2 minu
This is useful for getting a one-time access via HTTPS, and then using it to stream via HTTP, avoiding the CPU overhead of HTTPS and the security risk of HTTP. Think of it like a handshake.
### Server environment variables (fserv_arg_*)
### Server environment variables (`fserv_arg_*`)
- **`user`**: Your user's name.
- **`user_password`**: Your user's password.
@ -17,7 +17,7 @@ This is useful for getting a one-time access via HTTPS, and then using it to str
`fstream.py <ip:port> broadcast`
Accepts data from stdin, and sends it to the specified server.
### Server environment variables (fserv_arg_*)
### Server environment variables (`fserv_arg_*`)
- **`user`**: Your user's name.
- **`user_password`**: Your user's password. Optional, if you use `token`.
- **`token`**: Your temporary token. Optional, if you use `user_password`.
@ -42,7 +42,7 @@ Broadcast Windows desktop as `fier` to `127.0.0.1:61920`, supplying `123` as the
`fstream.py <ip:port> broadcast`
Accepts data from the server, and sends it to stdout.
### Server environment variables (fserv_arg_*)
### Server environment variables (`fserv_arg_*`)
- **`user`**: The user you wanna watch.
- **`channel`**: The user's channel you wanna watch.
- **`channel_password`**: The channel's password.