2010-10-31, 08:23
fldc Wrote:That's already fixed.
What was the solution?? Its still not working for me
(Win7, XBMC Dharma Beta 3, ZOT 321)
All channels stops playing after a minute or so
fldc Wrote:That's already fixed.
- videolink = re.compile('pathflv=([^&]+)').findall(data, re.DOTALL)[0]
+ videolink = re.compile('<a class="external-player".*href="(.*)"').findall(data, re.DOTALL)[0]
Popeye Wrote:Modified nilzens code line 113
And it seems to work nowCode:- videolink = re.compile('pathflv=([^&]+)').findall(data, re.DOTALL)[0]
+ videolink = re.compile('<a class="external-player".*href="(.*)"').findall(data, re.DOTALL)[0]
Here is a working hack for those who dont want to create their own plugin...
pson Wrote:Thx a lot for that Popeye!
Would be great if you in some future update would add support for the live streams
9392 NOTICE: DVDPlayer: Opening: rtmp://fl10.c00928.cdn.qbrick.com/00928/enc2low_h264/flowcontrol
21:22:30 T:4964 M:1777979392 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
21:22:30 T:9040 M:1777942528 NOTICE: Creating InputStream
21:22:32 T:9040 M:1781854208 ERROR: Closing connection: NetStream.Play.StreamNotFound
21:22:32 T:9040 M:1781854208 ERROR: CDVDPlayer::OpenInputStream - error opening [rtmp://fl10.c00928.cdn.qbrick.com/00928/enc2low_h264/flowcontrol]
21:22:32 T:9040 M:1781854208 NOTICE: CDVDPlayer::OnExit()
21:22:32 T:9040 M:1781854208 NOTICE: CDVDPlayer::OnExit() deleting input stream
21:22:32 T:4964 M:1782607872 NOTICE: CDVDPlayer::CloseFile()
mtjerneld Wrote:Hi!
Thank you so much, this is worth a whole lot to me! One question: is it possible to lose the pagination (next page) and get all the shows within a category in one (long) list?
Thanks again for getting this plugin to work!
Popeye Wrote:Well I'll look into download while waiting for the next live show...That sounds great! Available for download soon perhaps?
EDIT: Live working!