Kodi Community Forum
[RELEASE] VideoMonkey - a video plugin for YouTube, Dailymotion, and everything else! - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] VideoMonkey - a video plugin for YouTube, Dailymotion, and everything else! (/showthread.php?tid=34666)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39


- waschbaerbauch - 2008-08-03

Just a question - does the ZDF Mediathek not work anymore?


- waschbaerbauch - 2008-08-03

Strange - now it works again - on which drive the Plugin tries to cache the stream?
I cleaned drive E from unnecessary files (before ~25MB free, now 219MB free), restartet the box and it works again.

Sorry for posting again, it seems i can't edit my own posts in this forum ...


- sfaxman - 2008-08-03

ZDFMediathek will be reworked... It is one of the first pages added and the plugin has now many new feautures that this page can profit from.

In the current version there is a nice new feature: the first listing (first directory content when you select the plugin) is fully customisable Cool Everyone can add or remove favourite sites and streams to this page using the context menu (new add and remove shortcuts options). Open the context menu of a video site or stream and you will see it.

Bye,
sfaxman...


- funkytown - 2008-08-03

Hi!

Please add NRJ-Groove and NRJ-Dance to the french live tv listing.
They are excellent music channels!


Code:
########################################################
# FR live streams list
########################################################
title=FR Live
action=add
########################################################
# Live streams
########################################################
name=MCM Top
type=live
thumb=video.monkey.image|mcm_top.png
url=mms://vipmms9.yacast.net/mcm_top
########################################################
name=Planete insolite
type=live
thumb=video.monkey.image|planete_insolite.png
url=mms://live210.impek.com/biosphere
########################################################
name=NRJ Hits
type=live
thumb=video.monkey.image|nrj_hits.png
url=mms://vipnrj.yacast.net/nrj_tvhit
########################################################
name=NRJ Dance
type=live
thumb=video.monkey.image|nrj_hits.png
url=mms://vipnrj.yacast.net/nrj_webtv02
########################################################
name=NRJ Groove
type=live
thumb=video.monkey.image|nrj_hits.png
url=mms://vipnrj.yacast.net/nrj_webtv01
########################################################



- sfaxman - 2008-08-03

funkytown Wrote:Please add NRJ-Groove and NRJ-Dance to the french live tv listing.
They are excellent music channels!

Added Wink Thank you for the links Big Grin

sfaxman...


- Kryptik - 2008-08-03

Hello, thanks again for the great plug in, I've been diving into RegEx a little lately, simply because of this plug in. I posted another thread, about accessing a video stream using a spoofed referral URL. This would open up a MASSIVE amount of live feeds. Curious how hard it would be to incorporate into the coding of VideoMonkey. Like I mentioned in my other thread, I'd be happy to share my list, if it was made useable, without spoofing a url, it's currently useless on the xbox.


- blittan - 2008-08-03

spoofing isnt a good thing.. it may be illegal and besides that it will make the providers of streams only come up with more protections, so in the end it will only serve us users bad. *just my 2 cents*


- sfaxman - 2008-08-03

Kryptik Wrote:Hello, thanks again for the great plug in, I've been diving into RegEx a little lately, simply because of this plug in. I posted another thread, about accessing a video stream using a spoofed referral URL. This would open up a MASSIVE amount of live feeds. Curious how hard it would be to incorporate into the coding of VideoMonkey. Like I mentioned in my other thread, I'd be happy to share my list, if it was made useable, without spoofing a url, it's currently useless on the xbox.

I'm not sure to understand your target. Do you want to fake the referer when you send a http request? VideoMonkey does it already with some catcher sites (see catcher.list). For example it was not possible to use the site viloader.net without faking the referer to 'http://www.viloader.net' in the http-post header. I used a network sniffer to find out the obligatory http header fields and cookies.

Do we think in the same direction or is it something kompletely different what you mentioned Huh

sfaxman...


- sfaxman - 2008-08-03

blittan Wrote:spoofing isnt a good thing.. it may be illegal and besides that it will make the providers of streams only come up with more protections, so in the end it will only serve us users bad. *just my 2 cents*

Illegal Shocked Everything illegal will naturally be removed from the plugin...

I will remove the referer field until the situation is cleared. I thik only tu.tv will no more work (it is already not working properly).

sfaxman...


- Nuka1195 - 2008-08-03

everything? streaming movies is illegal.

but i thought he was referring to the player as he said he already had links, maybe i misunderstood him.


- sfaxman - 2008-08-03

Yes. Everything illegal IN the plugin will be removed.

P2P Applications are not illegal. They do not contain anything illegal. Downloading movies using p2p applications is illegal.

If setting a referer in the http-post headers is illegal. This mechanism will be removed. There is enough alternatives.

sfaxman...


- Kryptik - 2008-08-04

I do not believe that it IS illigal, and definately don't think it should be removed, like I said. XBMC Scrapers ALREADY use this method of retrieving data and it is spelled out clearly on how to use it within a scraper.xml Like I said in another post, why should it be any different based on the information your pulling. As far as I'm concerned if the scraper.xml clearly uses Url Spoofing, then it should be fair use anywhere in xbmc.

As for finding more protections, us xbmc users are not going to be the driving force behind increasing security on streaming videos.

Sfaxman, if it's already being used in the plugin, I will investigate further into the tu.tv .cfg and is if I can figure it out there.

You are pretty much saying your doing exactly what I want.

I want to access a direct link (like used for the live streams), sending a spoofed url as the http-referrer. Because otherwise the video refuses to load.


- xbmc-fan - 2008-08-04

Hi sfaxman,

first, thank you for this cool plugin! Cool

And a feature request:
Do you see a chance to include support for alpha-Centauri too?

That would be really great!

Keep up the good work! Wink


- Glitterati - 2008-08-04

sfaxman Wrote:all "channels/sites" Huh Do you use XBMC under Windoes? Windows seems to have problems with "socket.setdefaulttimeout" Confused So you should for now comment or remove line 26 of the default.py file (was mentioned before Rolleyes).
I think the live streams do not work under Windows. But all other pages should.

Bye,
sfaxman...

No, I am using it on the Xbox with XBMC. Just the ARD streams are working, the rest are not.

Did I miss anything? I do have the latest version of the plugin.


- waschbaerbauch - 2008-08-04

What about 'http://www.cczwei.de/index.php' ?