9 lines
406 B
Plaintext
9 lines
406 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# USER SETTINGS
|
||
|
FST_IP="fier.me:61920"
|
||
|
FST_USER="user"
|
||
|
FST_CHANNEL="default"
|
||
|
FST_CHANNELPASS="123"
|
||
|
|
||
|
python3 fstream.py "$FST_IP" "watch,user=$FST_USER,channel=$FST_CHANNEL,channel-password=$FST_CHANNELPASS" | ffplay -avioflags direct -strict experimental -analyzeduration 0 -sync ext -probesize 32 -fflags nobuffer -flags low_delay -max_delay 0 -max_probe_packets 0 -x264opts intra-refresh=1 -
|