• 1
  • 27
  • 28
  • 29(current)
  • 30
  • 31
[RELEASE] veetle.com
I noticed the last time the Veetle plugin wasn't working that the veetleguide website was down. It is currently down and the veetle plugin doesn't work, however the original tommo veetle plugin does work. So I decided to modify a couple files so that the guide enabled plugin shows up as Veetle Guide. I uploaded this here, if anyone is interested. This would allow users to default back to the original plugin if the guide is down.

I also realized that I don't have the modified default.py(original plugin) to enable categories, and the link that was posted here is dead. Does anybody have this file? EDIT:found the zip file thanks to user netimports.
Reply
Is there anyway to change sissbruecker's to use the old way instead of using http://veetleguide.appspot.com but not loosing the functionality that was added? Seems to me that it would fix the quota issue with using the veetleguide. I've started to crack open some coding examples, but I am definitely not a coder. I understand, just can't speak the languageSmile Anyone up for the task?
Reply
@tweeterisu: What functionality, the guide? The categories?(catergories were in 0.1.6)

I'm hoping this can be modified so that it gets the streams directly from veetle, but gets the guide info from veetleguide, that way when veetleguide is down you can still access the streams. The two links I posted will give you/us a backup until somebody can come up with a better solution(I'm no coder either)
Reply
Keeping the categories and general look and feel. I agree, I've changed mine back to what you had posted above and works great. Thanks!
Reply
Guys, I have v 0.2.2, what's the latest version of this plugin? is it working for you guys? the one I have doesn't seem to work properly...a couple of categories and they appear to be blank!!!. I've installed the dll (windows fix), but still no luck! pch43 asked the same questions, and no one have addressed it...THX
Reply
Just wondering why veetle streams crash so often. It seems to be somekind of buffering problem.
Normally with other addons the streams pauses and start buffering but with veetle they stop playback and need to be restarted. Does it happen with u as well?
Reply
yup occasionally to me as well but not always. The streams work really fine but some time it just stopped and restarted.
Reply
Anyone getting empty list ? Just hapned today
XBMC Fever..
Reply
Hi there,

I have a question. every weekend there are dutch soccer matches on different paychannels (eredivisie live 1-2-3-4)
Most of these matches are broadcasted via http://janlul.com/veetle/
On that site they have an embedded veetle player. The broadcaster is casting under the name of Guest853616 live from the web.

The problem is i can not see this user in my xbmc veetle plugin. I guess it's hidden or something.
Is there a way to watch this broadcast in xbmc? Maybe by using a .strm file?

all the info i can get is
Quote:Broadcaster


Guest853616
started 22min
views 105,955
bitrate 592 kbps
source network
category entertainment
Share

URL: http://veetle.com/v/5133aba8a90d5
Embed : Disabled by the broadcaster.

http://veetle.com/index.php/channel/view#5133aba8a90d5
Reply
Any chance to get work the veetle addon with the livestreams addon?
// GitHub // Repository

// USTV VoD (Video-on-Demand) / World News Live / MRT Play
Reply
(2013-03-17, 01:16)moneymaker Wrote: Any chance to get work the veetle addon with the livestreams addon?

Hey,

Sure you can. You just need to grab the channelID of the veetle stream. Here's an example, for a listed veetle stream:

http://veetle.com/index.php/channel/view...30e51585c5

The channelID is 513f716a71605

Then you need to add it to your xml file this way:

Code:
<item>
<title>Veetle example</title>
<link>plugin://plugin.video.veetle/?channel=513f716a71605</link>
<thumbnail>none</thumbnail>
</item>


Of course you need tomm0's veetle addon installed!

Cheers

(2013-03-16, 20:01)Djteasernl Wrote: Hi there,

I have a question. every weekend there are dutch soccer matches on different paychannels (eredivisie live 1-2-3-4)
Most of these matches are broadcasted via http://janlul.com/veetle/
On that site they have an embedded veetle player. The broadcaster is casting under the name of Guest853616 live from the web.

The problem is i can not see this user in my xbmc veetle plugin. I guess it's hidden or something.
Is there a way to watch this broadcast in xbmc? Maybe by using a .strm file?

all the info i can get is
Quote:Broadcaster


Guest853616
started 22min
views 105,955
bitrate 592 kbps
source network
category entertainment
Share

URL: http://veetle.com/v/5133aba8a90d5
Embed : Disabled by the broadcaster.

http://veetle.com/index.php/channel/view#5133aba8a90d5

Those are veetle widget streams. If you look at the page source code you'll find something like this:
http://veetle.com/index.php/widget/index.../16:9/true

Those streams are not listed by veetle and the channel ID is encrypted and it is only decrypted when you open the webpage in your browser (server side information generated by a javascript). In fact you did it (channel ID is 5133aba8a90d5) Unfortunatly I'm affraid you can't play them straight forward...one possible work around is to use a xml file and the livestreams addon as mentioned in my post above (as you need to find first the channel id of the stream). You can also create a .strm file and write the stream this way:

Code:
plugin://plugin.video.veetle/?channel=5133aba8a90d5

Please note that the channel id changes constantly!

I'm currently working on a work-around (not a solution) to play that kind of streams using my raspberry pi and xbmc.

Cheers
Reply
Those kind of channels are broadcasted as PRIVATE .
XBMC Fever..
Reply
Ok thanks for the information.
Reply
Is there any way to make xbmc not drop back to the menu after a video has ended and a new one has begun?

vlc understands these gaps so maybe it's a problem with mplayer and not xbmc in itself.
Reply
Its XBMC. try using the Play From Here option on the context menu.
Reply
  • 1
  • 27
  • 28
  • 29(current)
  • 30
  • 31

Logout Mark Read Team Forum Stats Members Help
[RELEASE] veetle.com1