2012-12-07, 07:55
Noob: I have tried scanning these posts for a similar set of problems, but no clear answers. I am stuck on the XBMC - Error connecting to server. Please make sure that remoteCeton is running. <URLOPEN Error timed out>. remoteceton IS running.
Using windows 7 Premium 64 bit, Ceton Infinitv 4 PCI, VLC 2.0.4, Comcast. Cable card is paired and working. WMC streams all my Comcast channels. Currently, only using one desktop for all the above.
Downloaded and installed CetonTV 2.2.3. Ran remoteCeton.exe and configured the settings.conf file as shown below.
===================================================
DEVICE SELECTION
===================================================
#Which device are you using?
#Valid device values: CETON, HDHOMERUN
SERVER_DEVICE=CETON
===================================================
CETON CONFIGS (ignore if you are using HDHomerun)
===================================================
#IP address of the Ceton device
CETON_IP=192.168.200.1
#CETON_TUNER is set as a comma seperated value list.
#Valid values for list: 1,2,3,4 -ted remember this
CETON_TUNER=4
===================================================
GLOBAL CONFIGS
===================================================
SERVER_CONTROL_PORT=8555
SERVER_SECURED=true
SERVER_USERNAME=admin
SERVER_PASSWORD=admin
VLC_PROCESS=C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
#VLC PORTS are for the first tuner.
#For each port besides the first, the port = tuner 1 port + the tuner number - 1.
#Example: If VLC_STREAM_CTRL is 2386 for tuner 1, tuner 2 is 2387, etc.
VLC_STREAM_CTRL=2386
VLC_STREAM_PORT=8556
#Allow downloading of programming guide data
#Valid values are true or false
EPG_ENABLED=true
#Sets the hour of day to download the epg. This is downloaded daily
#Values are from 0 to 23.
EPG_HOUR_OF_DAY=4
Ran remoteCeton.exe again
Copied script.cetontv to %APPDATA%\XBMC\addons, CetonTV came up in my add on's, Configured the settings with 1) the IP address of my desktop (192.168.0.103). That's a static IP address. 2. set the SERVER_CONTROL_PORT to 8555, the same as in the settings.conf file. Chose Tuner 4 in XBMC and the same in the settings.conf file.
Copied libremoteVLC_plugin.dll to the \VLC\plugins\control\ folder. In VLC, when I open the Tools - plugin's and extensions, I can see the remoteVLC in the VLC list.
I run XBMC and click the CetonTV add-on. I always get the Error connecting to server.
Checking the XBMC log - I think this is the key part of XBMC log file.
19:48:51 T:6824 NOTICE: -->Python Interpreter Initialized<--
19:48:51 T:6824 ERROR: C:\Users\Ted\AppData\Roaming\XBMC\addons\script.cetontv\resources\lib\Overlay.py:58: DeprecationWarning: object.__init__() takes no parameters
xbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs)
19:48:51 T:6824 ERROR: C:\Users\Ted\AppData\Roaming\XBMC\addons\script.cetontv\resources\lib\Overlay.py:34: DeprecationWarning: object.__init__() takes no parameters
xbmc.Player.__init__(self, xbmc.PLAYER_CORE_AUTO)
19:48:51 T:6824 NOTICE: Media Path is C:\Users\Ted\AppData\Roaming\XBMC\addons\script.cetontv\resources\skins\default\media/
19:48:51 T:6824 NOTICE: SECURITY ENABLED: true
19:48:51 T:6824 NOTICE: SETTING SECURITY INFO
19:48:51 T:6824 NOTICE: RESOLUTION SETTING: DIRECT STREAMING
19:48:51 T:6824 NOTICE: QUALITY SETTING: NOT TRANSCODING
19:48:51 T:6824 NOTICE: GET STREAM URL: http://192.168.0.103:8555/getStreamUrl?tuner=4
19:49:11 T:6824 FATAL: script.cetontv-TVOverlay: FATAL ERROR: Error connecting to server. Please make sure that remoteCeton is running. <urlopen error timed out>
19:49:23 T:6724 ERROR: Unable to create file special://temp/screenshot001.png
19:49:55 T:6876 NOTICE: VideoInfoScanner: Starting scan ..
19:49:55 T:6876 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
19:49:58 T:6824 ERROR: script.cetontv-Active Thread: MainThread
19:50:07 T:7032 NOTICE: -->Python Interpreter Initialized<--
19:50:34 T:2488 NOTICE: -->Python Interpreter Initialized<--
19:50:34 T:6724 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\Ted\AppData\Roaming\XBMC\addons\script.cetontv
19:50:49 T:6664 ERROR: Previous line repeats 1 times.
19:50:49 T:6664 NOTICE: -->Python Interpreter Initialized<--
19:51:19 T:5096 NOTICE: -->Python Interpreter Initialized<--
19:51:28 T:6724 NOTICE: Storing total System Uptime
19:51:28 T:6724 NOTICE: Saving settings
19:51:28 T:6724 NOTICE: stop all
If I paste this in my browser - I get success status.
http://localhost:8555/play?channel=50&tuner=4
Can someone advise on how to fix the Error connecting to server. Please make sure that remoteCeton is running. <URLOPEN Error timed out,. when remoteceton is running? And get CetonTV XBMC add-on too run.
Thanks in advance.
Using windows 7 Premium 64 bit, Ceton Infinitv 4 PCI, VLC 2.0.4, Comcast. Cable card is paired and working. WMC streams all my Comcast channels. Currently, only using one desktop for all the above.
Downloaded and installed CetonTV 2.2.3. Ran remoteCeton.exe and configured the settings.conf file as shown below.
===================================================
DEVICE SELECTION
===================================================
#Which device are you using?
#Valid device values: CETON, HDHOMERUN
SERVER_DEVICE=CETON
===================================================
CETON CONFIGS (ignore if you are using HDHomerun)
===================================================
#IP address of the Ceton device
CETON_IP=192.168.200.1
#CETON_TUNER is set as a comma seperated value list.
#Valid values for list: 1,2,3,4 -ted remember this
CETON_TUNER=4
===================================================
GLOBAL CONFIGS
===================================================
SERVER_CONTROL_PORT=8555
SERVER_SECURED=true
SERVER_USERNAME=admin
SERVER_PASSWORD=admin
VLC_PROCESS=C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
#VLC PORTS are for the first tuner.
#For each port besides the first, the port = tuner 1 port + the tuner number - 1.
#Example: If VLC_STREAM_CTRL is 2386 for tuner 1, tuner 2 is 2387, etc.
VLC_STREAM_CTRL=2386
VLC_STREAM_PORT=8556
#Allow downloading of programming guide data
#Valid values are true or false
EPG_ENABLED=true
#Sets the hour of day to download the epg. This is downloaded daily
#Values are from 0 to 23.
EPG_HOUR_OF_DAY=4
Ran remoteCeton.exe again
Copied script.cetontv to %APPDATA%\XBMC\addons, CetonTV came up in my add on's, Configured the settings with 1) the IP address of my desktop (192.168.0.103). That's a static IP address. 2. set the SERVER_CONTROL_PORT to 8555, the same as in the settings.conf file. Chose Tuner 4 in XBMC and the same in the settings.conf file.
Copied libremoteVLC_plugin.dll to the \VLC\plugins\control\ folder. In VLC, when I open the Tools - plugin's and extensions, I can see the remoteVLC in the VLC list.
I run XBMC and click the CetonTV add-on. I always get the Error connecting to server.
Checking the XBMC log - I think this is the key part of XBMC log file.
19:48:51 T:6824 NOTICE: -->Python Interpreter Initialized<--
19:48:51 T:6824 ERROR: C:\Users\Ted\AppData\Roaming\XBMC\addons\script.cetontv\resources\lib\Overlay.py:58: DeprecationWarning: object.__init__() takes no parameters
xbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs)
19:48:51 T:6824 ERROR: C:\Users\Ted\AppData\Roaming\XBMC\addons\script.cetontv\resources\lib\Overlay.py:34: DeprecationWarning: object.__init__() takes no parameters
xbmc.Player.__init__(self, xbmc.PLAYER_CORE_AUTO)
19:48:51 T:6824 NOTICE: Media Path is C:\Users\Ted\AppData\Roaming\XBMC\addons\script.cetontv\resources\skins\default\media/
19:48:51 T:6824 NOTICE: SECURITY ENABLED: true
19:48:51 T:6824 NOTICE: SETTING SECURITY INFO
19:48:51 T:6824 NOTICE: RESOLUTION SETTING: DIRECT STREAMING
19:48:51 T:6824 NOTICE: QUALITY SETTING: NOT TRANSCODING
19:48:51 T:6824 NOTICE: GET STREAM URL: http://192.168.0.103:8555/getStreamUrl?tuner=4
19:49:11 T:6824 FATAL: script.cetontv-TVOverlay: FATAL ERROR: Error connecting to server. Please make sure that remoteCeton is running. <urlopen error timed out>
19:49:23 T:6724 ERROR: Unable to create file special://temp/screenshot001.png
19:49:55 T:6876 NOTICE: VideoInfoScanner: Starting scan ..
19:49:55 T:6876 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
19:49:58 T:6824 ERROR: script.cetontv-Active Thread: MainThread
19:50:07 T:7032 NOTICE: -->Python Interpreter Initialized<--
19:50:34 T:2488 NOTICE: -->Python Interpreter Initialized<--
19:50:34 T:6724 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\Ted\AppData\Roaming\XBMC\addons\script.cetontv
19:50:49 T:6664 ERROR: Previous line repeats 1 times.
19:50:49 T:6664 NOTICE: -->Python Interpreter Initialized<--
19:51:19 T:5096 NOTICE: -->Python Interpreter Initialized<--
19:51:28 T:6724 NOTICE: Storing total System Uptime
19:51:28 T:6724 NOTICE: Saving settings
19:51:28 T:6724 NOTICE: stop all
If I paste this in my browser - I get success status.
http://localhost:8555/play?channel=50&tuner=4
Can someone advise on how to fix the Error connecting to server. Please make sure that remoteCeton is running. <URLOPEN Error timed out,. when remoteceton is running? And get CetonTV XBMC add-on too run.
Thanks in advance.