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

Add files via upload

This commit is contained in:
2021-10-05 14:13:23 +02:00
committed by GitHub
parent 28599b0911
commit eb875e8e7a

12
RAI3.sh
View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# V1.1 20210905 Public relase
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709&output=45" -U "iphone" -O p.txt wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709&output=45" -U "iphone" -O p.txt
grep content p.txt >temp.txt grep content p.txt >temp.txt
@@ -8,7 +9,14 @@ 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"
#max bitrate video
#mpv2 --hls-bitrate=max "$surce"
#Video --vid=2 'bitrate 2137033' (h264)
mpv --vid=2 "$surce"
rm p.txt rm p.txt
rm temp.txt rm temp.txt
rm temp2.txt rm temp2.txt