1
0
mirror of https://github.com/fenix-soft/railive.git synced 2025-06-05 17:00:27 +02:00

Update RAImovie.sh

This commit is contained in:
2016-10-13 11:47:50 +02:00
committed by GitHub
parent 7483ba2ff3
commit c82a67a9a9

View File

@ -9,7 +9,7 @@ sed -e 's/<\/url>//g' temp2.txt >temp.txt
dos2unix temp.txt dos2unix temp.txt
surce=`cat temp.txt` surce=`cat temp.txt`
echo $surce echo $surce
./mpv --hls-bitrate=max "$surce" mpv --hls-bitrate=max "$surce"
rm p.txt rm p.txt
rm temp.txt rm temp.txt
rm temp2.txt rm temp2.txt