3 lines
84 B
Bash
Executable file
3 lines
84 B
Bash
Executable file
#!/bin/bash
|
|
ffmpeg -re -i "$1" -b 1024000 -ar 11025 -f flv - | ./Server_PLS 5000 5
|
|
|