[RELEASE] YleAreena (Video) Plugin - Finnish TV
#61
Quote:I would appreciate very much if someone could make a working Yle Areena -addon that´s easy to install. I haven´t quite figured out how this installation goes now (running Openelec). PS3´s Areena sucks big time.

Hi, problem is that yle-dl tool is required and have to be installed separably. On linux it should be straight forward (on windows I have not try). Otherwise it is just coping addon to ~/.xbmc/addons forlder.
Reply
#62
Hi,

New release for YLE Areena plugin (v0.2).
https://dl.dropbox.com/u/2755245/plugin....a-v0.2.zip

- included yle-dl library so it does not require extra installation (now should work under Windows without any modifications)
- added function to add/remove favourite series from context menu

PS.
Just today I noticed that yle-dl is written in python so it can be easily used from any python application Wink
Reply
#63
I try quickly win7, but just get script failure error.

http://pastebin.com/X3JWv0kP
Reply
#64
ruutu works some time, but now it hangs xbmc.
Only see that "suoritetaan" and then nothing... have to kill xbmc.

http://pastebin.com/yYtHrxCh
Reply
#65
Quote:I try quickly win7, but just get script failure error.

http://pastebin.com/X3JWv0kP

It seems that crypto module is missing, try to install it:
http://pypi.python.org/pypi/pycrypto/2.6

Quote:ruutu works some time, but now it hangs xbmc.
Only see that "suoritetaan" and then nothing... have to kill xbmc.

http://pastebin.com/yYtHrxCh

I don't see any errors in a log. This might be some xbmc issue when opening rtmp streams.
Reply
#66
(2012-10-31, 21:05)szymex Wrote:
Quote:I try quickly win7, but just get script failure error.

http://pastebin.com/X3JWv0kP

It seems that crypto module is missing, try to install it:
http://pypi.python.org/pypi/pycrypto/2.6

I install those python versions:

http://www.python.org/download/releases/2.6/
Windows x86 MSI Installer (2.6) (sig)

http://www.voidspace.org.uk/python/modul...l#pycrypto
PyCrypto 2.6 for Python 2.6 32bit

Still get error: "no module named Crypto.Cipher"
http://pastebin.com/1vPB2uM8
Reply
#67
Today I tried it with Windows. Problem is that XBMC is using it's own python and installing extra modules does not help. I have made new version of plugin that contains crypto modules (for 32 bit windows).

https://dl.dropbox.com/u/2755245/plugin....v0.2.1.zip

If somebody could send me modules for x64 then I could attach it also. PyCrypto 2.6 for Python 2.6 64bit needs to be installed (from http://www.voidspace.org.uk/python/modul...l#pycrypto) and library will be in "C:\Python26\Lib\site-packages"
Reply
#68
Thank you szymex, now yleareena works without any problem.
This plugin must add to xbmc offical add-on repositories.
Reply
#69
(2012-10-31, 21:05)szymex Wrote:
Quote:I try quickly win7, but just get script failure error.

http://pastebin.com/X3JWv0kP

It seems that crypto module is missing, try to install it:
http://pypi.python.org/pypi/pycrypto/2.6

Quote:ruutu works some time, but now it hangs xbmc.
Only see that "suoritetaan" and then nothing... have to kill xbmc.

http://pastebin.com/yYtHrxCh

I don't see any errors in a log. This might be some xbmc issue when opening rtmp streams.

Log again.
http://pastebin.com/jJR7KSRt

Can't see any issues?

One stream works good and second one just hang.
Reply
#70
You could try to play those rtmp links from vlc and see if they work.

Like:
Code:
12:57:12 T:4104  NOTICE: DVDPlayer: Opening: rtmp://streamh1.nelonen.fi/hot/mp4:426479.mp4

Maybe it is network problem.
Reply
#71
(2012-11-02, 13:48)szymex Wrote: You could try to play those rtmp links from vlc and see if they work.

Like:
Code:
12:57:12 T:4104  NOTICE: DVDPlayer: Opening: rtmp://streamh1.nelonen.fi/hot/mp4:426479.mp4

Maybe it is network problem.
http://pastebin.com/4CTCMPFp
rtmp://streamh1.nelonen.fi/hot/mp4:429808.mp4

This wont open, when xbmc hangs. I shutdown avast and windows firewall.
can't really understand what is issue. All other but ruutu.fi works just good, but then suddenly nothing wont work.
Reply
#72
I install xbmc to my server pc. Same issue.
http://pastebin.com/zTGi4JBg
http://japesone.kapsi.fi/loadfile.php?pr...ngs111.jpg

Edit: But VLC can't open working rtmp stream, even i watch it same time in xbmc.
http://japesone.kapsi.fi/loadfile.php?pr...c_wont.JPG

Edit2: One more log. Many good stream, and then hangs.
But maybe there is now some good info.
http://pastebin.com/6SHnp2cc
Reply
#73
Quote:I install xbmc to my server pc. Same issue.
http://pastebin.com/zTGi4JBg
http://japesone.kapsi.fi/loadfile.php?pr...ngs111.jpg

Edit: But VLC can't open working rtmp stream, even i watch it same time in xbmc.
http://japesone.kapsi.fi/loadfile.php?pr...c_wont.JPG

Edit2: One more log. Many good stream, and then hangs.
But maybe there is now some good info.
http://pastebin.com/6SHnp2cc

There must be something wrong with those streams. They are taken from http://arkisto.ruutu.fi so maybe not all are available.

Anyway, here is updated ruutu plugin, that uses "new" ruutu.fi:

https://dl.dropbox.com/u/2755245/plugin....u-v0.4.zip
Reply
#74
(2012-11-03, 15:24)szymex Wrote:
Quote:I install xbmc to my server pc. Same issue.
http://pastebin.com/zTGi4JBg
http://japesone.kapsi.fi/loadfile.php?pr...ngs111.jpg

Edit: But VLC can't open working rtmp stream, even i watch it same time in xbmc.
http://japesone.kapsi.fi/loadfile.php?pr...c_wont.JPG

Edit2: One more log. Many good stream, and then hangs.
But maybe there is now some good info.
http://pastebin.com/6SHnp2cc

There must be something wrong with those streams. They are taken from http://arkisto.ruutu.fi so maybe not all are available.

Anyway, here is updated ruutu plugin, that uses "new" ruutu.fi:

https://dl.dropbox.com/u/2755245/plugin....u-v0.4.zip

Does not work win7 64bit.

Is that addres right? rtmp://streamh1.nelonen.fi/hot/mp4:427453.mp4
http://pastebin.com/2cJ2E46p
Reply
#75
Quote:Does not work win7 64bit.

Is that addres right? rtmp://streamh1.nelonen.fi/hot/mp4:427453.mp4
http://pastebin.com/2cJ2E46p

Im using Win7 64bit and it works just fine.
But not all content come from folder "hot" there is another folder too.
Once I thought I was mistaken, but I was mistaken.
Don't say thanks, if I helped, just rate my reputation =)
Reply

Logout Mark Read Team Forum Stats Members Help
[RELEASE] YleAreena (Video) Plugin - Finnish TV0