![]() |
|
[dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Python Add-on Development (/forumdisplay.php?fid=26) +--- Thread: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) (/showthread.php?tid=119865) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 |
- DarkApathy - 2012-02-25 20:38 CrazyChicken132 Wrote:I'm not sure what is wrong with either my setup, only getting the startup and the found tuner lines in the window and nothing else. I'm not sure if I have the same issue (definitely a noob here) I get from remoteCeton: Found Device: Ceton InfiniTV PCIe <00-80-3e-e7> Ceton: Downloaded channel map from device Tuner[4]: Loading tuner from device Tuner[4]: Ceton InfiniTV PCIe <00-80-3e-e7> Tuner 4 Server: Starting up scheduler thread Server: Starting up listener thread Server: Press enter to shutdown... I followed the install directions (only changed the settings file to Tuner 4 and changed VLC_PROCESS=C:\Program Files (x86)\VideoLAN\VLC\vlc.exe XBMC says error connecting to server. Please make sure that remoteCeton is running. <urlopen error (10061, 'Connection refused')> I'm running xbmc on the same computer as remoteCeton and VLC Been trying to figure this out since last night. I'm definitely missing a step..thanks in advance for any help! mcheng89 Wrote:Your issue isnt related to his... on remoteCeton: Tuner[4]: Changing channel number to 602 Tuner[4]: Program number is 1 Tuner[4] Channel name is WCBS HD <wcbs> Tuner[4]: rtsp://192.168.200.1:8554/cetonmpeg3 Tuner[4]: Starting video stream VLC[4]: Starting instance with remoteVLC plugin VLC[4]: Streaming to http://localhost:8559 VLC[4]: Setting stream program id using remoteVLC Scheduler: sleeping 90 seconds until next task Scheduler: Checking for tasks to run Scheduler: No clients streaming on Tuner[4] Scheduler: Tuner is inactive. Shutting down stream VLC[4]: Closing VLC instance Tuner[4]: Stopping video stream Scheduler: All tasks are completed. Sleeping... - mcheng89 - 2012-02-25 21:02 DarkApathy Wrote:I'm not sure if I have the same issue (definitely a noob here) Your issue isnt related to his... Hold on... Give me a minute Can you try running this command on your web browser? http://localhost:8555/play?channel=50&tuner=4 ^ change the channel number to a channel that you have. @uspino: Quote:A couple of things. In the sake of coach-potatoeness and minimum effort, the keyboard should automatically come up when the search box shows up. The way it is now, you have to click on the magnifying glass, then click in the tiny text line inside the box and then the keyboard comes up.Fixed this
- DarkApathy - 2012-02-25 21:06 Thanks mcheng! - mcheng89 - 2012-02-25 21:17 DarkApathy Wrote:on remoteCeton: Can you get me the xbmc log? Looks like the remoteceton part is fine. Hotkey: Windows + R Type: %appdata%\xbmc PM me the xbmc.log or pastebin it - mcheng89 - 2012-02-25 21:37 DarkApathy Wrote:deleted Put in the IP of the computer, not the Ceton device in XBMC EDIT: Glad you got it working! @uspino: The second part about the ipad controls might require a specific interface for the ipad. And i didnt know that direct streaming works! I'll add the option later... TODO next: Fix local settings using sencha 2... - DarkApathy - 2012-02-25 21:50 Does anyone know how to add script.cetontv to xbmc on apple tv? do i use an SSH client (if so, what path?) I saw in a previous post, but don't know where the addons folder is: "I was able to install this on my ATV2 by copying the script.cetontv folder to my ATV2's addons folder (not the addon_data folder). I then configure it and launch the program through XBMC but get a blank white screen. Any thoughts on that? " Edit: Looks like /private/var/mobile/library/preferences/xbmc/addons is the right path; how do you change the connection like pressing "c" for xbmc on the computer Thanks! sorry, total noob here. - mcheng89 - 2012-02-25 22:08 DarkApathy Wrote:Does anyone know how to add script.cetontv to xbmc on apple tv? do i use an SSH client (if so, what path?) There's another way. Go into the system settings in xbmc. I think there's a way to get to addon settings from there too - DarkApathy - 2012-02-25 22:33 mcheng89 Wrote:There's another way. Go into the system settings in xbmc. I think there's a way to get to addon settings from there too You're right (as expected). I used the same settings I did for the xbmc on my computer, but I get a white screen with an error saying "Error connecting to server. Please make sure that remoteCeton is running. <urlopen error timed out>" xbmc log from my atv2: http://pastebin.com/y8ZfhaUh - mcheng89 - 2012-02-25 22:37 DarkApathy Wrote:You're right (as expected). I used the same settings I did for the xbmc on my computer, but I get a white screen with an error saying "Error connecting to server. Please make sure that remoteCeton is running. <urlopen error timed out>" What's the ip of the remoteCeton server - DarkApathy - 2012-02-25 22:39 mcheng89 Wrote:what's the ip of the remoteceton server 192.168.200.2 (my computer) 192.168.200.1 (the ip i put in the settings file) |