Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 12
TOPIC: Vimeo Plugin Failed
#698
Vimeo Plugin Failed 6 Months ago Karma: 1
Hi Rick,

Looks like Vimeo Team made some changes and your plugin is not working anymore.

Please add the solution to your next release.

Thanks
ulzii (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#706
Re:Vimeo Plugin Failed 6 Months ago Karma: 1
Got the solution.

Vimeo changed the URL parameter (format) from 1 to hd and 0 to sd.

old: if ($HD == "1") $format = "1"; else $format = "0";

new: if ($HD == "1") $format = "hd"; else $format = "sd";
ulzii (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#707
Re:Vimeo Plugin Failed 6 Months ago Karma: -20
can you pack it and post it? thanks
undercash (Moderator)
Moderator
Posts: 170
graphgraph
User Offline Click here to see the profile of this user
Gender: Male http://www.silverdaledubs.org/live/chat Birthday: 10/07
www.pokercast.tv
Poker News,Poker Streaming,Poker Bankrolls
The administrator has disabled public write access.
 
#708
Re:Vimeo Plugin Failed 6 Months ago Karma: 1
Hi,

It's an easy change. I'll just put the solution in here, instead of packing the zip file:

1. Open: /administrator/components/com_jomtube/plugins/videoserver/vimeo_/debug.php

Find (near line 31):

if ($HD == "1") $format = "1"; else $format = "0";

Change it to:

if ($HD == "1") $format = "hd"; else $format = "sd";

2. /administrator/components/com_jomtube/plugins/videoserver/vimeo_/getflv.php

Find (near line 20):

if ($HD == "1") $format = "1"; else $format = "0";

Change it to:

if ($HD == "1") $format = "hd"; else $format = "sd";

That's it. Hope it helps.
ulzii (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/01/25 13:09 By ulzii.
The administrator has disabled public write access.
 
#709
Re:Vimeo Plugin Failed 6 Months ago Karma: -20
thanks a lot, it works great now ;)
undercash (Moderator)
Moderator
Posts: 170
graphgraph
User Offline Click here to see the profile of this user
Gender: Male http://www.silverdaledubs.org/live/chat Birthday: 10/07
www.pokercast.tv
Poker News,Poker Streaming,Poker Bankrolls
The administrator has disabled public write access.
 
#1493
Re:Vimeo Plugin Failed 5 Months, 1 Week ago Karma: 0
tnks
haciyan (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12
Moderators: undercash