Restructuring + installer scripts
This commit is contained in:
parent
006da11595
commit
ce6843044c
11 changed files with 34 additions and 9 deletions
4
Buffer/play1000kbit.sh
Executable file
4
Buffer/play1000kbit.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
ffmpeg -re -i "$1" -b 1024000 -ar 11025 -f flv - 2> /dev/null | ./Buffer 500
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue