[REQUEST] soccertv live
#1
Hello can anyone make me a videoplugin for http://www.soccertvlive.net/


??

thanks in advance to all who can help
Reply
#2
Interesting site.. hmm..

In light of tonights Wrestlemania PPV, can anyone help find the direct video link so that we can pop it into a file and watch with XBMC?

http://www.soccertvlive.net/watch/57269/...xxvii.html
Reply
#3
Finally learning Wireshark!

I was able to follow this current soccer game live feed from here:
http://www.soccertvlive.net/watch/58206/...metan.html

To here:
http://www.wii-cast.tv/embedjw.php?filei...640&vh=490

But am having trouble finding the final video URL

Can anyone give hint on next step?

I might give this a go as my first addon if I can finally figure this stuff out Smile

Edit - looks like RTMP streams, would I now need to use something such as RTMP dump?

Edit 2 - URL Snooper! Smile

Getting closer..

Code:
http://www.wii-cast.tv/player/player12.swf?stretching=exactfit&autostart=true&file=gfnfgnfgxn.flv&logo=http://www.wii-cast.tv/images/logo2.png&logo.link=http://www.wii-cast.tv&logo.hide=false&backcolor=000000&frontcolor=FFFFFF&lightcolor=FFFFFF&screencolor=000000&autostart=true
Reply
#4
Never heard of this site before but they have MLB streams too! Big Grin

Very interested in this project.
Reply
#5
At last...british eurosport...please make into a plugin, that would be excellent, brilliant site!
Reply
#6
+1
Reply
#7
I would like to give this a go but not finding any help on making sense of the RTMP streams

I need some help as my first time going at something like this, the rest of the script I'm confident I can code myself

Here's what I'm seeing for a stream right now

Net Transport results:
Code:
rtmpt://ustream.fc.llnwd.net/ustream/test<break>ustream@llnw_1_7640442_live_1.flv    http://www.ustream.tv/channel-popup/elvindorren    http://cdn1.ustream.tv/swf/4/viewer.rsl.597.swf


Coojah results:
Code:
url: rtmpt://ustream.fc.llnwd.net:8080/ustream/test/ustream@llnw_1_7640442_live_1
app: ustream/test
flashVer: WIN 10,1,85,3
pageUrl: http://www.ustream.tv/channel-popup/elvindorren
swfUrl: http://cdn1.ustream.tv/swf/4/viewer.rsl.597.swf
tcUrl: rtmpt://ustream.fc.llnwd.net:8080/ustream/test
playPath: ustream@llnw_1_7640442_live_1

Now I thought I could put it into a quick script like this (which I grabbed from a thread on here), but no luck so far

Code:
import xbmc, xbmcgui
                      
item = xbmcgui.ListItem("Test")
item.setProperty("SWFPlayer", "http://cdn1.ustream.tv/swf/4/viewer.rsl.597.swf")
item.setProperty("PlayPath", "mp4:ustream@llnw_1_7640442_live_1.flv")
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play("rtmpt://ustream.fc.llnwd.net/ustream/test", item)
Reply
#8
thanks for the time invested in this
Reply
#9
In the meantime, if you guys want to watch ESPN I got this stream working from the site

The rest come and go too quickly, but this one seems to be almost 24/7

Drop this into a STRM file or use that nice new Live Streams addon

Code:
rtmp://68.68.31.46:1935/281380?doPlay=a/ playpath=zonein swfurl=http://cdncdn.zonein1.com/kikikili.swf
Reply

Logout Mark Read Team Forum Stats Members Help
[REQUEST] soccertv live0