View Single Post
  #1  
Old 10-13-2015, 06:04 AM
bogdanioanliviu bogdanioanliviu is offline
Junior Member
 
Join Date: Oct 2015
Posts: 1
bogdanioanliviu is on a distinguished road
Default

Help with some links


Hello
I'm trying to use the following with livestreams in kodi

web page is :
http://mywebtv.info/digi-sport-4

I do get the following:

Code:
#EXTINF:0,1, Stream
rtmp://62.210.105.146:80/liverepeater/138593 app=liverepeater pageUrl=http://deltatv.pw/stream.php?id=138593&width=700&height=440 swfUrl=http://cdn.deltatv.pw/players.swf tcUrl=rtmp://62.210.105.146:80/liverepeater playPath=138593 conn= live=1
But this is not working.
with rtmpdump nothing using :
Code:
rtmpdump -r 'rtmp://195.154.199.184:80/liverepeater/138593' -a 'liverepeater' -t 'rtmp://195.154.199.184:80/liverepeater' -y '138593' -W 'http://cdn.deltatv.pw/players.swf' -p 'http://deltatv.pw/stream.php?id=138593&width=700&height=440' -f 'LNX 11,2,202,521' --live -o 138593
and then with :
Code:
rtmpdump -r "rtmp://195.154.83.19:80/liverepeater/132679" -a "liverepeater" -t "rtmp://195.154.83.19:80/livepeater" -y "132679" -W "http://cdn.deltatv.pw/players.swf" -p "http://deltatv.pw/stream.php?id=132679&width=700&height=440" -f "LNX 11,2,202,521" --live -T "1444735539816" -o test
i get this:

RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

Can someone help me with this.
Thank you
Reply With Quote