![]() |
|
[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 |
- europorsche914 - 2012-02-26 05:25 mcheng89 Wrote:I'll help you with the timezone. Should we go vlc? gotya knew i was missing something so the .getTime() returns the time in UTC other issue I just thought of is handling DST (havent looked up how to handle it yet..) I tried the vlc plugin but guess you need an additional package or maybe I didnt select the checkbox when installing vlc cause it didnt show up :shrug: gotta look into it.. - mcheng89 - 2012-02-26 05:38 europorsche914 Wrote:gotya knew i was missing something so the .getTime() returns the time in UTC other issue I just thought of is handling DST (havent looked up how to handle it yet..) I tried the vlc plugin but guess you need an additional package or maybe I didnt select the checkbox when installing vlc cause it didnt show up :shrug: gotta look into it.. Theres a checkbox when you install it. - europorsche914 - 2012-02-26 05:51 mcheng89 Wrote:Theres a checkbox when you install it. hmm works in firefox but not in IE9? not sure whats up I reinstalled vlc and it only mentions mozilla.. too tired to look into it now.. thanks for your hard work! EDIT: reinstalled vlc 2.0 again but made sure IE was closed and now the plugin shows up! - uspino - 2012-02-26 14:30 Same here, on IE it starts downloading a file with name of the server IP ("Downloading 192_168_1_189"). Reinstalled VLC, checked web plugin, etc... Other than that, great looking interfaces, both iOS and web. - europorsche914 - 2012-02-26 16:47 uspino Wrote:Same here, on IE it starts downloading a file with name of the server IP ("Downloading 192_168_1_189"). Reinstalled VLC, checked web plugin, etc... this is caused by IE not knowing how to handle the content type.. not sure of how to fix it other than using a different content type. The content type is being assigned by the api, although im not sure hard setting the content type is the right method because on cable systems that use mpeg4 the currently assigned content type of mp2t (mpeg2 transport stream) would be incorrect.. maybe a content type detection method is required? - uspino - 2012-02-26 17:47 mcheng89 , I know you have a long todo list. Here's one more... Enable AirPlay? I think it is supposed some sort of x-webkit-airplay="allow" in the code, but I'm sure you know better. - mcheng89 - 2012-02-26 18:38 uspino Wrote:mcheng89 , I know you have a long todo list. Here's one more... Enable AirPlay? I think it is supposed some sort of x-webkit-airplay="allow" in the code, but I'm sure you know better. Will do... Probably won't have any progress for today. europorsche914 Wrote:EDIT: reinstalled vlc 2.0 again but made sure IE was closed and now the plugin shows up!Looks like it's something we can use ![]() I have some other ideas... I can mux the file as a flv and we can use a flash player, or mux it as mp4 to get html5 video (not all browsers support h264 though, so prob not going to do this). - uspino - 2012-02-26 19:07 Reinstalled VLC, all file types associated, all web plugins, IE closed. Now IE tries to launch VLC when clicking on a channel number, then I get an error box with "The command line options could not be parsed. Make sure they are valid", three times, then error page on IE. On remoteCeton I get: Tuner[3]: rtsp://192.168.200.1:8554/cetonmpeg2 Tuner[3]: Starting video stream VLC[3]: Starting VLC instance with remoteVLC plugin VLC[3]: Streaming to http://localhost:8558 VLC[3]: Setting stream program id using remoteVLC Error: connect() returned error 10061. Error: No connection could be made because the target machine actively refused it. VLC[3]: Error while communicating with VLC VLC[3]: Closing VLC instance Tuner[3]: Stopping video stream - europorsche914 - 2012-02-26 19:07 mcheng89 Wrote:Will do... Probably won't have any progress for today. hmm if we can use mp4 without decreasing quality for the direct stream then that may be the way to go, mp4 uses less bandwidth to deliver a higher quality.. I am currently coding for vlc player and will release that sometime today..
- mcheng89 - 2012-02-26 19:09 uspino Wrote:Reinstalled VLC, all file types associated, all web plugins, IE closed. Now IE tries to launch VLC when clicking on a channel number, then I get an error box with "The command line options could not be parsed. Make sure they are valid", three times, then error page on IE. Seems like you forgot the remotevlc plugin |