View Single Post
  #10  
Old 12-25-2014, 10:18 AM
al101 al101 is offline
Junior Member
 
Join Date: May 2013
Posts: 10
al101 is on a distinguished road
Default

Re: New here, requesting some noobie help


librtmp.dll in XBMC is very old, it can be updated by replacing old one with new one here (Program Files\XBMC\system\players\dvdplayer).

IP address for this link is dynamic so ever time you connect to server you'll get a different IP.

Here is the solution that will work in XBMC with LiveStreams addon and latest librtmp.dll from KSV.
Code:
http://forums.tvaddons.ag/threads/24190-Release-LiveStreamsPro
Code:
<item>
<title>rknalhd</title>
<link>rtmp://$doregex[ip]/live playPath=rknalhdcol?id=26000 swfVfy=1 timeout=15 ccommand=soLagaDaSeStoriAga conn=S:OK live=true swfUrl=http://www.janjuaplayer.com/resources/scripts/eplayer.swf pageUrl=http://www.janjuaplayer.com</link>
<regex>
<name>ip</name>
<expres>redirect=(.+)<expres>
<page>http://www.janjuapublisher.com:1935/loadbalancer</page>
</regex>
</item>
Reply With Quote