Kodi Community Forum
Release CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: Release CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) (/showthread.php?tid=119865)



RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - shpitz461 - 2013-12-27

(2013-12-27, 06:13)mcheng89 Wrote: I'm back.

In progress:
Fixing some issues with the hdhomerun and latest vlc 2.1.2.
DLNA media server

That is awesome stuff, thanks mcheng!!!!

So with DLNA, if my TV supports it, I will be able to stream liveTV directly to the TV? Is it possible to disable transcoding?

Also, how do you know the API to interact with Ceton? Do you have their SDK or something? I'd be interested in trying some coding (Delphi) myself Smile


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - mcheng89 - 2013-12-27

v0.6.5:

Update for vlc 2.1.2 and fixes/cleanup for hdhomerun
Please use latest hdhomerun beta firmware: http://www.silicondust.com/forum2/viewtopic.php?f=19&t=2484&sid=d27344902288c4c82ef1cea8b26ca680

https://www.mediafire.com/?67g64az61s24a3u



In progress:
DLNA

(2013-12-27, 18:23)shpitz461 Wrote: So with DLNA, if my TV supports it, I will be able to stream liveTV directly to the TV? Is it possible to disable transcoding?

Also, how do you know the API to interact with Ceton? Do you have their SDK or something? I'd be interested in trying some coding (Delphi) myself Smile

The tv will probably support live tv without transcoding. Smile

DRI specs:
http://www.cablelabs.com/wp-content/uploads/specdocs/OC-SP-DRI-I04-100910.pdf

Anything specific that you would like to do with the ceton device? I can probably give you some easier examples. Would you want examples using http post calls?


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - shpitz461 - 2013-12-27

Thanks again! Not sure what I'd like to do... Would be nice to be able to select a tuner and set channel, then stream it via http.

I'm also curious about the DLNA aspect you're going to implement... I need to learn more...

Regarding DRI, since the Ceton is cablecorp certified, that means they have to stick to the DRI spec?

I remember a few years ago, when I was using an ATSC tuner for OTA signals, there was a tiny app called WatchHDTV that was very small, was able to tune to channels, and record. I'd like to create something like that for the InfiniTV-4, but baby steps... Smile

Thanks again for all your help!


Rasberry pi xbmc Channel change fix - Scott1620 - 2013-12-31

I wanted to share that I have fixed the channel change issue on the Rasberry pi using the tv:Confusederver script.

The problem seems to be that the pi cannot stop the stream before trying to initiate the stream to be switched to. I changed the Overlay.py file in the resources/lib folder.

After the two self.Player.stop() statements in that file, ADD time.sleep(5) after it. Like below.
Code:
self.Player.stop()
time.sleep(5)

This basically gives the pi time to close the current stream before the next stream starts. Works like a charm for me!

Thanks so much mcheng89 for this BTW! Amazing piece of work here, it just keeps getting better.


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - mcheng89 - 2014-01-08

Sorry for the lack of updates. I finished the dlna discovery part. Hoping to finish up the rest this weekend, and then start work on other changes.


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - dem0n2001 - 2014-01-08

(2014-01-08, 04:23)mcheng89 Wrote: Sorry for the lack of updates. I finished the dlna discovery part. Hoping to finish up the rest this weekend, and then start work on other changes.

need any testers?


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - jfoley - 2014-01-08

(2014-01-08, 04:23)mcheng89 Wrote: Sorry for the lack of updates. I finished the dlna discovery part. Hoping to finish up the rest this weekend, and then start work on other changes.

Beggars can't be choosers. I appreciate the work you have done thus far!


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - shpitz461 - 2014-01-08

Yeah, no rush... It's amazing how the opensource community keeps products alive, shocking the manufacturers appear to have no desire to keep their products alive...

Struggling here with an InfiniTV 4 and Echo, WMC is slow and very restricting...


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - HowIChrgeLazer - 2014-01-11

(2013-12-27, 21:58)mcheng89 Wrote: v0.6.5:

Update for vlc 2.1.2 and fixes/cleanup for hdhomerun
Please use latest hdhomerun beta firmware: http://www.silicondust.com/forum2/viewtopic.php?f=19&t=2484&sid=d27344902288c4c82ef1cea8b26ca680

https://www.mediafire.com/?67g64az61s24a3u


Awesome, thanks for the update!

I did notice a small bug in this version, the silent launch script doesn't seem to work now.


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - CORRUPT27 - 2014-01-11

Hey Guys i am having a an issue setting this up.

I have an hdhomerun prime setup, i have installed the latest tvserver 0.6.5 and vlc 2.1.2.

i installed the plex plugin but first thing i noticed is that there is only one channel per channel list. ex:menu "channel 1- 73" only shows channel 73.


The other issue i am having is when attempting to play the channel through plex i receive the error cannot load m3u8. I noticed in the HDHOMERUN status page that the tuner is enabling the requested channel.

I also tried with http://localhost:8888/play?channel=7&format=ts&redirect=true&resolution=480&bitrate=500 and to no avail.

The terminal displays:

VLC - Verify that stream has started
stopping video stream
failed video stream.

the log file logs-tv_remote.txt has:

Checking for video: 0
Stream is not playing

Its not a firewall issue since i have NPVR installed and i am able to watch tv from there.

Thank you for the help


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - CORRUPT27 - 2014-01-17

Got it somewhat working.

Question has anyone been able to get this working with a roku?

I am very excited about this project


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - JOHNBON00007 - 2014-01-17

I have FIOS with HDHomerun Prime, and have a Media Center PC. I would like to access tv from any mobile device outside home, please help me with the process, I am novate. do I need to install all four programs below in my pc or only pvr.tvserver and do I need VLC software in my PC , please advise, thanks.


Link to PseudoTV: http://forum.xbmc.org/showthread.php?tid=90738

Download + Install:
Read the Install.txt file to set up the plugin.
Download v0.6.4 - WINDOWS: http://www.mediafire.com/?llud7upugimsf8j
Download v0.5.11 - OSX: http://www.mediafire.com/?v1n2y1n6w4i3k41
Download pvr.tvserver source: http://www.mediafire.com/?624fgs5dc69jvhw


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - billys9319 - 2014-01-20

(2014-01-17, 20:21)JOHNBON00007 Wrote: I have FIOS with HDHomerun Prime, and have a Media Center PC. I would like to access tv from any mobile device outside home, please help me with the process, I am novate. do I need to install all four programs below in my pc or only pvr.tvserver and do I need VLC software in my PC , please advise, thanks.


Link to PseudoTV: http://forum.xbmc.org/showthread.php?tid=90738

Download + Install:
Read the Install.txt file to set up the plugin.
Download v0.6.4 - WINDOWS: http://www.mediafire.com/?llud7upugimsf8j
Download v0.5.11 - OSX: http://www.mediafire.com/?v1n2y1n6w4i3k41
Download pvr.tvserver source: http://www.mediafire.com/?624fgs5dc69jvhw

download and install the latest VLC
download the tvserver https://www.mediafire.com/?67g64az61s24a3u and following the install.txt file to configure.

This all you need running to view outside of the house. You will need to know your external IP address and have the port you as using forwarded on your router to you media center pc.


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - soccerplaya2090 - 2014-01-26

I'm not sure what I'm doing wrong, I've extracted the zip and ran the tv.exe
I've configured the tuner settings to use the IP my card is which is 192.168.200.2 but it cant detect the card
I've allowed it through my firewall and I've turned off the firewall and it still doesn't detect it
Any advice?
Image


RE: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - dbqbbq - 2014-01-26

(2014-01-26, 01:11)soccerplaya2090 Wrote: I'm not sure what I'm doing wrong, I've extracted the zip and ran the tv.exe
I've configured the tuner settings to use the IP my card is which is 192.168.200.2 but it cant detect the card
I've allowed it through my firewall and I've turned off the firewall and it still doesn't detect it
Any advice?

Try 192.168.200.1, I'm pretty sure that will fix it.