View Single Post
  #9  
Old 11-10-2015, 11:57 PM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: rtmpdump impossible with these links?


Sorry, I'm not familiar with Linux

Here's VLC's code...

Code:
rtmpdump -r "rtmp://178.162.205.101/loadbalance" -a "loadbalance?wmsAuthSign=c2VydmVyX3RpbWU9MTEvMTEvMjAxNSA2OjUzOjQ1IEFNJmhhc2hfdmFsdWU9aEY2bXpxOXB0a1o2Rkd4VHJmOWl4dz09JnZhbGlkbWludXRlcz0xMA==" -f "WIN 19,0,0,226" -W "http://pxstream.tv/player510.swf" -p "http://pxstream.tv/embedrouter.php?file=sicnoti4&width=700&height=480&jwplayer=flash" -y "96832994518847733549" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -


So yes, technically "rtmp://178.162.205.101/loadbalance?wmsAuthSign=c2VydmVyX3RpbWU9MTEvMTEvMj AxNSA2OjUzOjQ1IEFNJmhhc2hfdmFsdWU9aEY2bXpxOXB0a1o2 Rkd4VHJmOWl4dz09JnZhbGlkbWludXRlcz0xMA==/96832994518847733549" should have worked in ffplay! Maybe you're missing a param or something!

Edit: I think there's a LNX version of Kodi, so if you're interested you could run this RegEx on Kodi+LivestreamsPro (addon) and enjoy non-stop streaming of SIC (as the regex will auto-update the entire rtmp link for you )...Note that this is the simplest "working version" of the RegEx. If they change the playpath and/or the file name, you can regex those params as well

Code:
<item>
<title>SCI -- PXSTREAM</title>
<link>$doregex[getRTMP]/96832994518847733549 flashver=WWIN\2011,8,800,133 swfUrl=http://pxstream.tv/player510.swf pageUrl=http://pxstream.tv/embedrouter.php</link>
<regex>
<name>getRTMP</name>
<expres>(rtmp.*?)'<expres>
<page>http://pxstream.tv/embedrouter.php?file=sicnoti4&amp;width=700&amp;height=480&amp;jwplayer=flash</page>
<referer>http://www.meocanaltv.com/embed/SICNOTICIAS.php?width=700&amp;height=480</referer>
<agent>Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko</agent>
<cookieJar></cookieJar>
</regex>
</item>

Last edited by peterpan : 11-11-2015 at 12:40 AM.
Reply With Quote