Can someone make a script for this website which has a lot of streams: https://vaughn.live/browse
it don't workthis is your request
use like that and you can get name from link
PHP:<?php $name = @$_GET['name']; // thirdparty $url = 'https://vaughn.live/'.$name; $stream = vaughn($url); $mp4ServerNode = explode('mp4ServerNode = "',$stream); $mp4ServerNode = $mp4ServerNode[1]; $mp4ServerNode = explode('";',$mp4ServerNode); $mp4ServerNode = $mp4ServerNode[0]; $mp4StreamName = explode('var mp4StreamName = "',$stream); $mp4StreamName = $mp4StreamName[1]; $mp4StreamName = explode('";',$mp4StreamName); $mp4StreamName = $mp4StreamName[0]; $mp4StreamUrl = explode('var mp4StreamUrl = "', $stream); $mp4StreamUrl = $mp4StreamUrl[1]; $mp4StreamUrl = explode('";', $mp4StreamUrl); $mp4StreamUrl = $mp4StreamUrl[0]; $stream = str_replace('{mp4Server}',$mp4ServerNode,$mp4StreamUrl); $stream = str_replace('{streamName}',$mp4StreamName,$stream); header("location: ".$stream); function vaughn($url){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET'); curl_setopt($ch, CURLOPT_ENCODING, 'gzip, deflate'); $headers = array(); $headers[] = 'Authority: vaughn.live'; $headers[] = 'Upgrade-Insecure-Requests: 1'; $headers[] = 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'; $headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'; $headers[] = 'Referer: https://vaughn.live/browse'; $headers[] = 'Accept-Language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,ar;q=0.6'; $headers[] = 'Cookie: __cfduid=d034db617a84f58e7c838cd5d170cf3bc1574550412; _ga=GA1.2.181562858.1574550423; _gid=GA1.2.847575695.1574550423; __qca=P0-2072097094-1574550423565; __abvs=MTU3NDU2OTA5MA%3D%3D; _gat_gtag_UA_24793147_23=1'; curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $result = curl_exec($ch); if (curl_errno($ch)) { echo 'Error:' . curl_error($ch); } curl_close($ch); return $result; }
| Channels | MatchTime Unblock CDN | Offshore Server | Contact |
| 100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
| 500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
| 1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
did you try it? did it work ?Can someone make a script for this website which has a lot of streams: https://vaughn.live/browse
The code runs perfectly but the m3u8 URL which is generating I suppose it is wrong.did you try it? did it work?
it's not working for me at allThe code runs perfectly but the m3u8 URL which is generating I suppose it is wrong.
The output of the stream has to be like this https://stream-cdn.vaughnsoft.net/play/live_pcmusicradio.flv?s=H-Ubp1ZloTZcJiB6_VnePQ&e=1574612970, but i don't understand how it creates the values for ?s= and e=
| Channels | MatchTime Unblock CDN | Offshore Server | Contact |
| 100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
| 500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
| 1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
It is a javascript script which on the page that generates the s= and e= values,The code runs perfectly but the m3u8 URL which is generating I suppose it is wrong.
The output of the stream has to be like this https://stream-cdn.vaughnsoft.net/play/live_pcmusicradio.flv?s=H-Ubp1ZloTZcJiB6_VnePQ&e=1574612970, but i don't understand how it creates the values for ?s= and e=
mp4StreamUrl = "https://" + mp4ServerNode + "/play/" + mp4StreamName + ".flv?s=" + window.vs_rct + "&e=" + window.vs_rct_e; \
so is it working for you are you able to play the video?It is a javascript script which on the page that generates the s= and e= values,BUT, i do not have an idea where is the .js code which has the algorithm from these two variablesJavaScript:mp4StreamUrl = "https://" + mp4ServerNode + "/play/" + mp4StreamName + ".flv?s=" + window.vs_rct + "&e=" + window.vs_rct_e; \
No, it isn't, because the m3u8 url which is extracting the PHP code is wrong.so is it working for you are you able to play the video?
mp4StreamUrl = "https://" + mp4ServerNode + "/play/" + mp4StreamName + ".flv?s=" + window.vs_rct + "&e=" + window.vs_rct_e; \,
| Channels | MatchTime Unblock CDN | Offshore Server | Contact |
| 100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
| 500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
| 1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |





