PDA

View Full Version : i want to make modification in Playtv script


sunhouse2
01-04-2014, 11:26 AM
i want to remove this CLI execution from Playtv script

https://raw.github.com/K-S-V/Scripts/master/PlayTV.php

that's mean execute it without passing by CLI screen , and when execute it like this for example


php myscript.php >> /folder/links.txt


i don't wanna use choices menu when i execute this php script all will be executed in background and creat automaticaly a text file with rtmp url's

for example the output when i execute the script will be like this:


rtmpdump -r "rtmp://stream.air-tv.tv:1935/live" -a "live" -s "http://static.playtv.fr/swf/tvplayer.swf" -p "http://playtv.fr/television" -C S:c8d0c3e9ef430365e634efd638d8b50c13d4c09649ece262 3e3292dadccc0ae89075140cda75d2a3e8511bd338c40599f3 cce2d3450b6bbcc98ed7887e6d346c1d44fbe0039f5c1b1c3c 6282cdf2339f3206bbf2c0902887527d3e2ce4263bca35e1d2 7adeabfadb0854e9ef5c8f94b6fd40806b9ccc6807 --live -y "web1.stream"

rtmpdump -r "rtmpe://149.11.114.58/tvplayer" -a "tvplayer" -s "http://static.playtv.fr/swf/tvplayer.swf" -p "http://playtv.fr/television" -C S:e6fd8d83f6c79d9eaff447c12b12e58e54a8da2a5e374a01 100502ec39f3ba6d8c70356718c99b95cb26d2e744b46836d6 7005038967e6bf17088df4a05254cdbcf56929d00b6a190eb8 01b71596cd5d92822088b3e19eb43b0e92b277e73aaf995a98 5cd70d15ea4fc4e925ccf2c80ad36410c0719d47f5 --live -y "france-4_hi"

rtmpdump -r "rtmpe://149.11.114.58/tvplayer" -a "tvplayer" -s "http://static.playtv.fr/swf/tvplayer.swf" -p "http://playtv.fr/television" -C S:2fdcbf85a068eeddad31fc7a60f6ea8d6e7b83544fa1fab3 0c5b1fbf89311955c96041167607e354f3fedc61cde0553b2d 561fbcb2a503d1dbf22ed8e936ba495b549b3a7edf44568772 c5b5fb367e0017cc36110f3230dca85c205b1d7b57aab57d0d c4ef07ef2b2e6ce932992386bac9655fdfc92b9d41 --live -y "france-5_hi"


thanks

KSV
01-04-2014, 12:01 PM
KSV PlayTV Downloader

You can use script with following switches:

--help displays this help
--list display formatted channels list and exit
--print only print the base rtmpdump command, don't start anything
--quiet disables unnecessary output
--proxy [param] use proxy to retrieve channel information
--url [param] use specified url without displaying channels list


PlayTV.php -quiet -print -url p6Js5V2k49
rtmpdump -r "rtmpe://149.11.114.58/tvplayer" -a "tvplayer" -s "http://static.playtv.fr/swf/tvplayer.swf" -p "http://play
tv.fr/television" -C S:6ba6ea96ebfa05570e2735c3dd631ffe1e69f439044ddade 388413950da47dbf221581c4134fb6fe48e81194acf1bc967
5bf75d03569788f767b52886ddae194c79330f7b2e315d1e27 18a502f0f4295611f0160b3d9a7e94c1246018b0a8fd05e696 1f7ed5de95d7ab091295
6eac300ce2ff0c653c0e09f --live -y "rt-doc_hi"

sunhouse2
01-04-2014, 07:07 PM
Hi Ksv,
Thanks for your help and big thanks to offer to us your scripts very useful great skills to get rtmp links and decrypting


KSV PlayTV Downloader

You can use script with following switches:

--help displays this help
--list display formatted channels list and exit
--print only print the base rtmpdump command, don't start anything
--quiet disables unnecessary output
--proxy [param] use proxy to retrieve channel information
--url [param] use specified url without displaying channels list


PlayTV.php -quiet -print -url p6Js5V2k49
rtmpdump -r "rtmpe://149.11.114.58/tvplayer" -a "tvplayer" -s "http://static.playtv.fr/swf/tvplayer.swf" -p "http://play
tv.fr/television" -C S:6ba6ea96ebfa05570e2735c3dd631ffe1e69f439044ddade 388413950da47dbf221581c4134fb6fe48e81194acf1bc967
5bf75d03569788f767b52886ddae194c79330f7b2e315d1e27 18a502f0f4295611f0160b3d9a7e94c1246018b0a8fd05e696 1f7ed5de95d7ab091295
6eac300ce2ff0c653c0e09f --live -y "rt-doc_hi"