XBMC Community Forum
[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)



- jbrnd - 2011-11-07 16:47

jedix Wrote:Good job on the fix!

I just noticed Showcase also needs the same fix (the "swfvfy=true" parameter). Could you please add that to the git repo as well?


- jedix - 2011-11-08 01:10

jbrnd Wrote:I just noticed Showcase also needs the same fix (the "swfvfy=true" parameter). Could you please add that to the git repo as well?

yeah, you are correct.. it's not as easy for this one though. swf_url isn't set, so I think the url parser needs to modified to add it. Maybe I should add something to append based on something set in the class. I'll have a look when I get some more time


- jedix - 2011-11-08 01:11

johnsonque Wrote:thanks for the update. but Treehouse TV still not working. if you look into it. thanks.

I think treehouse is in the same boat as citytv.


- jbrnd - 2011-11-08 03:46

jedix Wrote:yeah, you are correct.. it's not as easy for this one though. swf_url isn't set, so I think the url parser needs to modified to add it.

I'm not sure what you mean here. I just uncommented the swf_url line for Showcase, added the swfvfy parameter and everything works fine. Before I did that, the stream would cut off after one minute.


- Uknown - 2011-11-08 04:40

is it clear?


- xcript - 2011-11-08 05:51

Awesome, thanks! Works on my old Xbox running xbmc4xbox v30971.


- johnsonque - 2011-11-08 17:11

jedix Wrote:I think treehouse is in the same boat as citytv.

i looked into CTV, i didnt find any where has treehouse!? im confused...


- johnsonque - 2011-11-08 17:16

jedix Wrote:I think treehouse is in the same boat as citytv.

I couldn't see cityTV in there for some reason... wat can i doConfused?


- jedix - 2011-11-09 02:21

johnsonque Wrote:I couldn't see cityTV in there for some reason... wat can i doConfused?

Sorry, I wasn't clear. Treehouse is not going to work any time soon because Adobe added some DRM that broke it. CityTV is also broken in the same manor. I hope that the rtmpdump people come up with a solution.

The DRM doesn't even stop people from saving the streams because they are now just screen capturing, so it's only hurting people who are not looking to keep the shows.


- jedix - 2011-11-09 02:33

jbrnd Wrote:I'm not sure what you mean here. I just uncommented the swf_url line for Showcase, added the swfvfy parameter and everything works fine. Before I did that, the stream would cut off after one minute.

Okay, I'll do that. I thought the commented out URL was because it no longer worked, but I guess not.

I was going to add a flag to pass through to where the URL is now constructed and add it as needed, since this is the second channel that needs the flag in this group.

Just tested your fix, and it works. Pushed.

Thanks again!