Kodi Community Forum

Full Version: Any plugin playing from videozer hosting?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I want to implement a plugin that play video hosting by videozer.
Referring to xbmc-tvalacarta plugin, I was able to get the streaming address by
http://videozer.com/player_control/settings.php. But things are changed recently. They removed the streaming address on the json response. I know that Sheepser can handle videozer and remove the 90 minutes restriction. Looks like Sheepser streams with flv. Does xbmc support flv? Is there any other way I can have it working? Thanks.
XBMC would not support .flv. 1. or maybe it could 2.
Xbmc supports flv.

They have not removed the address. They have encoded it with base64.

<param value="setting=aHR0cDovL3ZpZGVvemVyLmNvbS9wbGF5ZXJfY29udHJvbC9zZXR0aW5ncy5waHA/dj11Y0VJYg==" name="FlashVars">

This is the string you need:-

aHR0cDovL3ZpZGVvemVyLmNvbS9wbGF5ZXJfY29udHJvbC9zZXR0aW5ncy5waHA/dj11Y0VJYg==

Base64 decode.

http://videozer.com/player_control/settings.php?v=ucEIb

Run that via browser then capture the next code that begins with ahro. Decode that and you get your url for the file.

Cheers V.
totally random but did you ever get to finish the dub happy plugin for xbmc? If so can you sent me a link as to were I can download it? Thanks Smile.