PDA

View Full Version : Converting into XBMC Livestreams Pro XML?


lhw455
03-20-2015, 06:01 AM
Hi there, from here:


http://cdn.divertiendo.me/rcn1.php?width=500&height=350


I get this working in VLC

rtmpdump -v -r "rtmp://live.pxstream.tv/redirect" -a "redirect?wmsAuthSign=/" -f "WIN 16,0,0,305" -W "http://pxstream.tv/jwplayer.flash.swf" -p "http://pxstream.tv/embedrouter.php?file=rcolfhd&width=500&height=35" -y "88437321987344123193" -T "#ed%h0#w@1" --quiet | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -


Can someone help with converting to a Livestream Pro XML file? I think most of it is straightforward, but I don't know what to do with the token and also the "-y" command?

Thanks

hasomaso
03-20-2015, 07:34 AM
add in your .xml file

<item>
<title>xbmc_stream</title>
<link>rtmp://94.242.228.19:443/loadbalance app=loadbalance?wmsAuthSign=/ swfUrl=http://pxstream.tv/jwplayer.flash.swf pageUrl=http://pxstream.tv/embedrouter.php?file=rcolfhd&width=500&height=350 playpath=88437321987344123193 token=#ed%h0#w@1 live=1 swfVfy=1 timeout=15</link>
<thumbnail></thumbnail>
</item>

lhw455
03-20-2015, 07:58 AM
Genius, that's working

alainleduc
06-29-2016, 08:58 PM
can you show us how to do it and how to enter it into kodi installed on an android box please