![]() |
|
[RELEASE] Canada On Demand (Successor to CTV Properties) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] Canada On Demand (Successor to CTV Properties) (/showthread.php?tid=97262) |
- SDM2011 - 2011-03-25 03:17 Noticed some changes. The sort order of the episodes is now chronological instead of reverse chronological. Not sure if that changed in the plugin or on the server, but reverse chronological probably makes more sense, but maybe that's just me. I also noticed that I can't play the extended interviews for The Daily Show or the Colbert Report. Also the extended interview on The Daily Show wasn't bundled with the episode parts like it was for the Colbert Report, I had to look it up under a separate section. Could be a miscategorization on their end, but thought I'd mention it. Thanks for the great plugin! - bluenote - 2011-03-25 04:23 hey Andre, Great work, thanks so much. I see that somehow you've solved the ctv issues that you thought weren't going to be solved until a librtmp update. What luck! I just noticed that sorting has changed, to alphabetical. This makes the various news channels quite a bit less useful. I'm not sure what the solve is, because I assume alphabetical does work nicely at the top level. It was most convenient having the news sorted with the newest at the top though. thanks for considering! - andre_pl - 2011-03-25 04:29 bluenote Wrote:hey Andre, I didn't actually solve the issue, I just made the workaround 'use_rtmp' option the default for those channels, so you don't have to select it from the menu every time. anything that *requires* rtmpe still fails. bluenote Wrote:I just noticed that sorting has changed, to alphabetical. This makes the various news channels quite a bit less useful. I'm not sure what the solve is, because I assume alphabetical does work nicely at the top level. It was most convenient having the news sorted with the newest at the top though. Thanks I just quickly patched in support for 'date' and 'label' sorting across the whole plugin, you may be able to manually set the news channels to sort by date, but I have a feeling the date field might not be set on most channels... I'll take a look at it tomorrow though. Thanks for bringing it to my attention. - qumip - 2011-03-25 16:16 Thanks for this plugin. Please add, if possible, TVO: http://www.tvo.org/TVO/WebObjects/TVO.woa?video - andre_pl - 2011-03-25 16:20 qumip Wrote:Thanks for this plugin. unfortunately they use brightcove as their backend, and will require rtmpe/handshake 9 support. so it wont be possible until librtmp catches up. - renaudtrudel - 2011-03-25 17:11 ...and until we crack the brightcove nut. access to the video url directly isn't possible at this time and requires special tokens/keys which are heavily guarded by most channels. - SimonMTL - 2011-03-25 18:31 renaudtrudel Wrote:...and until we crack the brightcove nut. Which will probably become the norm for all channels in the future, so it won't be wasted time to figure it out! I'm sure others are also working on some workaround. - SimonMTL - 2011-03-25 18:33 bluenote Wrote:I just noticed that sorting has changed, to alphabetical. This makes the various news channels quite a bit less useful. I'm not sure what the solve is, because I assume alphabetical does work nicely at the top level. It was most convenient having the news sorted with the newest at the top though. Also, when listing in alphabetical order in the bookmarks, shows are listed from Z to A!! Just a bit unusual!
- andre_pl - 2011-03-25 18:59 SimonMTL Wrote:Which will probably become the norm for all channels in the future, so it won't be wasted time to figure it out! I'm sure others are also working on some workaround. bolverk has put me on to an amazing discovery in this area... rtmpdump (the latest svn version) is able to somehow trick the server into using handshake 6 instead of 9, and the latest xbmc is able to use an external librtmp... So.. right now I'm watching all of the 'Bad' channels flawlessly on my htpc, no handshake errors. all of muchmusic works, etc. Its not something we can package into the plugin, but it works, and that's awesome. - bolverk - 2011-03-25 21:17 renaudtrudel Wrote:...and until we crack the brightcove nut. Brightcove shouldn't be too difficult. There's an example of how to do it in Perl here: in get-flash-videos. The trick would be to make that work in Python/XBMC. Andre and I discussed it and it doesn't look like there's a direct Python substitute for Data::AMF, but there is something that might be suitable. -Dan |