I am also having problems getting this to work. This is what I have done:
- Installed Firefox
- Insalled VLC making sure to tick off Mozilla plugin and Activex thingie
- Checked that Web-X-TV works okay in both Mozilla and IE.
- Installed WAMP and enabled Allow ALL in httpd.conf
- Downloaded process.exe and put in c:\
- Disabled windows firewall for test purposes
- Installed restream package in c:\wamp\www
- Verified page reachable internally and externally
Dreambox 600 running on 192.168.0.109
PC with VLC running on 192.168.0.104
Settings.php:
$config[$i]['dreamboxname'] = "600 PVR";
$config[$i]['dreamboxip'] = "192.168.0.109";
$config[$i]['dreamboxusername'] = "root";
$config[$i]['dreamboxpassword'] = "dreambox";
$config[$i]['dreambox_enigma_version'] = "1";
$config[$i]['streamprotocol'] = "http"; //
$config['vlc_lan_hostnameip'] = "192.168.0.104";
$config['vlc_lan_streamingport'] = "8888"; //Intranet streaming port
$config['vlc_rtsp_controlport'] = "8889";
$config['vlc_wan_hostnameip'] = "xx.xx.xx.xxx"; // internet IP
$config['vlc_wan_streamingport'] = "8888"; // Internet streaming port
I have tried changing vlc_wan_streamingport and vlc_lan_streamingport to 9090, but that does not affect the result described below.
So I fire up firefox with localhost,
192.168.0.104 or
http://wanip
It looks good, all controls looks good, the channel list is working and i can change channels successfully. The display says [no video].
When i try to get it to work with the following settings and hitting go:
Resoulution: 328*288
FPS:15
Bitrate:150
V Codec: MP32
A codec:mpega
Tranpsort:http
A white page appears saying "changing stream, setting up VLC server" and a rotating wheel starts... NO sign of VLC and no sign of the stream and this just goes on and on.
Same thing happes if I change to mmsh
Router has port 80 and 8888 pointing to the machine running VLC.
I can also add that if i start VLC and press GO, vlc will close down.
Can anyone see what I am doing wrong ? Your help is greatly appreciated.. Id love to get this up and running and I feel Im close to making that happen..
Kind Regards
Tommy