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.
Any plugin playing from videozer hosting?
hollando
Junior Member Posts: 1 Joined: Jul 2011 Reputation: 0 |
2011-07-21 03:00
Post: #1
|
| find quote |
jaredades
Junior Member Posts: 28 Joined: Nov 2010 Reputation: 0 Location: INDIANA U.S.A. |
2011-07-21 12:06
Post: #2
|
| find quote |
Banned Joined: Mar 2008 Location: England |
2011-07-28 23:57
Post: #3
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. |
| find quote |
AlbionDanny
Junior Member Posts: 1 Joined: Aug 2011 Reputation: 0 |
2011-08-02 23:19
Post: #4
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
.
|
| find quote |

.
Search
Help