[RELEASE] Canada On Demand (Successor to CTV Properties)

  Thread Rating:
  • 9 Votes - 3.89 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
SDM2011 Offline
Junior Member
Posts: 28
Joined: Mar 2011
Reputation: 0
Post: #51
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!
find quote
bluenote Offline
Senior Member
Posts: 174
Joined: May 2010
Reputation: 0
Post: #52
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!
find quote
andre_pl Offline
Senior Member
Posts: 103
Joined: Aug 2009
Reputation: 0
Post: #53
bluenote Wrote: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 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 for considering!

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.
find quote
qumip Offline
Junior Member
Posts: 6
Joined: Jan 2011
Reputation: 0
Post: #54
Thanks for this plugin.

Please add, if possible, TVO: http://www.tvo.org/TVO/WebObjects/TVO.woa?video
find quote
andre_pl Offline
Senior Member
Posts: 103
Joined: Aug 2009
Reputation: 0
Post: #55
qumip Wrote:Thanks for this plugin.

Please add, if possible, TVO: http://www.tvo.org/TVO/WebObjects/TVO.woa?video

unfortunately they use brightcove as their backend, and will require rtmpe/handshake 9 support. so it wont be possible until librtmp catches up.
find quote
renaudtrudel Offline
Junior Member
Posts: 28
Joined: Mar 2011
Reputation: 0
Location: Gatineau,QC
Post: #56
...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.
find quote
SimonMTL Offline
Member
Posts: 51
Joined: Oct 2008
Reputation: 0
Post: #57
renaudtrudel Wrote:...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.

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.
find quote
SimonMTL Offline
Member
Posts: 51
Joined: Oct 2008
Reputation: 0
Post: #58
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!Big Grin
find quote
andre_pl Offline
Senior Member
Posts: 103
Joined: Aug 2009
Reputation: 0
Post: #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.
find quote
bolverk Offline
Junior Member
Posts: 14
Joined: Mar 2011
Reputation: 0
Post: #60
renaudtrudel Wrote:...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.

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
find quote
Post Reply