View Single Post
  #2  
Old 03-24-2013, 10:26 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: [RTMP] How to use this link on xbmc


Something like

RTMPDump
Code:
-r rtmpe://68.235.32.28/live/ 
-a live/ 
-f WIN 11,6,602,171 
-W http://www.watchsuntv.com/play/flash/secure.swf 
-p http://www.watchsuntv.com/play/ 
-T frACE6aMeGuB 
--live 
-y lifeok 
-o- | C:\Program Files\VideoLAN\VLC\vlc.exe -
XBMC
Code:
rtmpe://68.235.32.28/live/ 
playpath=lifeok 
pageURL=http://www.watchsuntv.com/play/ 
app=live/ 
swfUrl=http://www.watchsuntv.com/play/flash/secure.swf 
token=frACE6aMeGuB 
swfVfy=true 
live=true
Code:
rtmpe://68.235.32.28/live/ playpath=lifeok pageURL=http://www.watchsuntv.com/play/ app=live/ swfUrl=http://www.watchsuntv.com/play/flash/secure.swf token=frACE6aMeGuB swfVfy=true live=true
Code:
<item>
<title>Life OK</title>
<link>rtmpe://68.235.32.28/live/ playpath=lifeok pageURL=http://www.watchsuntv.com/play/ app=live/ swfUrl=http://www.watchsuntv.com/play/flash/secure.swf token=frACE6aMeGuB swfVfy=true live=true</link>
<thumbnail>http://www.lyngsat-logo.com/logo/tv/ll/life_ok_us.jpg</thumbnail>
</item>
Reply With Quote