View Single Post
  #8  
Old 09-10-2016, 01:34 AM
ihryjfbd ihryjfbd is offline
Senior Member
 
Join Date: Oct 2015
Posts: 212
ihryjfbd is on a distinguished road
Default

Re: passiexxx record


Managed to get it working on Kodi for Android
you have to add flashVer before swfUrl, you also have to replace spaces with \20 so

flashVer=WIN 22,0,0,209

becomes

flashVer=WIN\2022,0,0,209

some small oddity to do with librtmp vs rtmpdump

https://rtmpdump.mplayerhq.hu/librtmp.3.html
Quote:
Additional options may be specified by appending space-separated key=value pairs to the URL. Special characters in values may need to be escaped to prevent misinterpretation by the option parser. The escape encoding uses a backslash followed by two hexadecimal digits representing the ASCII value of the character. E.g., spaces must be escaped as \20 and backslashes must be escaped as \5c.

corrected fully working kodi link for .strm playlist
Code:
rtmp://publish.thewebstream.co/ppv/passionxxx app=ppv/ flashVer=WIN\2022,0,0,209 swfUrl=https://static.rampant.tv/swf/player.swf pageURL=https://www.rampant.tv/channel/2803/Passion-XXX playpath=passionxxx
Reply With Quote