View Single Post
  #1  
Old 03-20-2015, 06:01 AM
lhw455 lhw455 is offline
Junior Member
 
Join Date: Dec 2014
Posts: 16
lhw455 is on a distinguished road
Default

Converting into XBMC Livestreams Pro XML?


Hi there, from here:

Code:
http://cdn.divertiendo.me/rcn1.php?width=500&height=350
I get this working in VLC
Code:
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
Reply With Quote