NU
Size: a a a
NU
NU
NU
AA
RG
Windows does not include zoneinfo files, so bundle the tzinfo-data gem
СЦ
RG
СЦ
RG
#!/bin/bash
DIR=/home/radio/radio_upload
RTMP=rtmp://localhost/live/radio
while true; do
HOUR=`date +%H`
ffmpeg -re -i "`find $DIR/ $DIR/$HOUR/ -type f |sort -R|head -n 1`" -vn -c:a aac -ar 44100 -ac 2 -f flv $RTMP
done
СЦ
#!/bin/bash
DIR=/home/radio/radio_upload
RTMP=rtmp://localhost/live/radio
while true; do
HOUR=`date +%H`
ffmpeg -re -i "`find $DIR/ $DIR/$HOUR/ -type f |sort -R|head -n 1`" -vn -c:a aac -ar 44100 -ac 2 -f flv $RTMP
done
M
V
O