PDA

View Full Version : liveflash.tv and non showing streams in rtmpdump


hugoladeira
08-23-2013, 04:47 AM
Hi

I was wondering if anyone can help me on the following

I cannot view any of the liveflash.tv streams that i get from rtmpsuck in XBMC

For instance the following url;

http://www.zuuk.net/sporttv.php?height=500&width=650

rtmpsuck gives me;

app: stream
flashVer: WIN 11,8,800,94
swfUrl: http://www.liveflash.tv/resources/scripts/eplayer.swf
tcUrl: rtmp://208.43.33.101/stream
pageUrl: http://www.liveflash.tv/embedplayer/dsfgrth6u75/1/650/500
Playpath: dsfgrth6u75?id=101199

my xml file looks like this;

rtmp://208.43.33.101/stream playpath=dsfgrth6u75?id=101199 swfUrl=http://www.liveflash.tv/resources/scripts/eplayer.swf app=stream pageUrl=http://www.liveflash.tv/embedplayer/dsfgrth6u75/1/650/500 conn=S:OK live=true swfvfy=true timeout=15</link>

but I get nothing...the same for all other liveflash.tv url's...

Another problem I have is that rtmpsuck does not get some of the streamings, for example;

http://www.tvportugalhd.org/search/label/SPORTTV%201%20Link%201

I get nothing...

I would really love some help on this

THANKS!

salamctg7
04-02-2014, 02:03 PM
Internet TV iFrame site

iframe :

http://kbcast.tv/


rtmp://81.17.28.18/live?u=vnGvQ7AhKU&p=WBL4f0ha3o

Stream Name : udestv


<script type='text/javascript'>fid='udestv'; v_width=550; v_height=400;</script><script type='text/javascript' src='http://www.kbcast.tv/player.js'></script>

:cool:

Mood : flash

Host your video and make channel, it's free!

hasomaso
04-02-2014, 03:14 PM
that is for

cmd
rtmpdump -v -r "rtmp://62.212.72.193/stream" -a "stream" -f "WIN 12,0,0,77" -W "http://www.liveflash.tv/resources/scripts/eplayer.swf" -p "http://www.liveflash.tv/embedplayer/sport1b/1/650/500" -C S:OK -y "sport1b?id=120322" -o "output.flv"


and that is for your .xml file/url

xml

<item>
<title>Liveflash.tv</title>
<link>rtmp://62.212.72.193/stream app=stream playpath=sport1b?id=120322 conn=S:OK swfUrl=http://www.liveflash.tv/resources/scripts/eplayer.swf pageUrl=http://www.liveflash.tv/embedplayer/sport1b/1/650/500 swfVfy=true live=true timeout=15</link>
<thumbnail></thumbnail>
</item>


and with tvportugalhd.org i have no problems
wireshark and co. make good job ;)