![]() |
|
[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 113 |
- LehighBri - 2012-03-08 14:31 mcheng89 Wrote:@LehighBri: Will give you deinterlacing today Thanks. Can you also add 1080p support in iOS now that the ipad 3 and apple tv 3 are coming out? - mcheng89 - 2012-03-08 15:25 Going to look into a xbmc pvr addon instead of pseudotv... Does anyone use this? - LehighBri - 2012-03-08 15:34 mcheng89 Wrote:Going to look into a xbmc pvr addon instead of pseudotv... Good call given that the next major version of XBMC could likely include the PVR API/functionality, etc, so no point in creating your own from scratch. - ViperJPB - 2012-03-08 19:59 uspino Wrote:I have FIOS, no copy protection, so I can't tell for sure, but I think you won't be able to see copy-protected channels... Can somebody confirm this? Is this the case only with this method of viewing streams in XBMC? Or is that true of the Ceton running in Media Center as well? They say they can view encrypted premium channels on their site but obviously in Media Center. I would not want to ditch my cable DVR if I was not going to be able to record and view the same channels. At the moment I have no premium channels. Just would need to be able to view and record network HD, Foodnetwork, HGTV, Speed, Versus, Spike, Cartoon, Discovery, TNT, and AMC. - mcheng89 - 2012-03-08 20:07 ViperJPB Wrote:Is this the case only with this method of viewing streams in XBMC? Or is that true of the Ceton running in Media Center as well? They say they can view encrypted premium channels on their site but obviously in Media Center. I would not want to ditch my cable DVR if I was not going to be able to record and view the same channels. At the moment I have no premium channels. Just would need to be able to view and record network HD, Foodnetwork, HGTV, Speed, Versus, Spike, Cartoon, Discovery, TNT, and AMC. Media center should be able to record/play. Comcast marks most of their channels as copy freely, so you should be fine using XBMC. Check here: http://www.missingremote.com/forums/cable-provider-copy-protection-switched-digital-video-and-self-install-status-master-list - ViperJPB - 2012-03-08 20:20 mcheng89 Wrote:Media center should be able to record/play. Thanks mcheng. Good to hear. I also just got confirmation from Ceton customer service that under Media Center it can record and play any content including encrypted HBO content. However I knew the specs of my planned system did not meet their minimum requirements, but I asked anyway. They just gave me the same canned response that it does not meet the minimum requirement. I'm looking at a recommended Atom dual core 1.8GHz setup with ION gfx and 4GB of ram. Media Center/XBMC and a external USB drive for recording. Will this be enough muscle to run it all and record four HD shows at once? It meets every spec minus the dual core 2.0Ghz. - mcheng89 - 2012-03-09 05:14 Will release something later. Just some more minor updates. Not home ![]() Next big update will be xbmc pvr or recording... - europorsche914 - 2012-03-09 05:57 mcheng89 Wrote:I have the call sign already... I'll give you the api tonight Ok I tested this out a little bit and ran into an issue, it appears that even though the user is logged in, the authentication doesnt seem to apply to the vlc plugin.. So with authentication enable on the api, leads to vlc plugin to not start the stream but if the url is entered into the address bar (http://192.168.1.10:8555/play?channel=3&tuner=4&redirect=true) the api then changes to that channel and starts the stream as normal. With authentication disabled everything works as normal in the webgui.. I will look into vlc and authentication tomorrow Im a little tired now but figured Id give ya an update!
- mcheng89 - 2012-03-09 06:04 europorsche914 Wrote:Ok I tested this out a little bit and ran into an issue, it appears that even though the user is logged in, the authentication doesnt seem to apply to the vlc plugin.. So with authentication enable on the api, leads to vlc plugin to not start the stream but if the url is entered into the address bar (http://192.168.1.10:8555/play?channel=3&tuner=4&redirect=true) the api then changes to that channel and starts the stream as normal. With authentication disabled everything works as normal in the webgui.. I will look into vlc and authentication tomorrow Im a little tired now but figured Id give ya an update! Just pass in the direct stream url I guess... Use this to get the url: http://localhost:8555/getStreamUrl?tuner=4 Then start the stream by doing a play api call without the redirect. Then play the direct url. ![]() I'll update it for you when I get home. EDIT: v1.9.2 Added more info (episode title, episode description) to the epg api ![]() Notes: DELETE RESOURCES/EPGDATA.DB Since the program requires the new fields, it will crash if you try to get the epg data without forcing a update - tuonepctech - 2012-03-09 07:22 please requesting help |