View Single Post
  #1  
Old 12-07-2016, 07:43 PM
smsniper smsniper is offline
Junior Member
 
Join Date: Dec 2016
Posts: 1
smsniper is on a distinguished road
Default

RTMP Sniffing Parameters Beginner


So im trying to get some rtmp and e3m and rtmpe and the such live streams off some sites for kodi. (I do have some programming and tcp/ip background.) Im wondering when creating a m3u playlist for iptv or just kodi, what parameters do i need for example

Code:
rtmp://80.82.78.4:1935/edge?xs=_we_MnRhZzRkemd3b2Y1bWEyfDE0ODEyNDk2MjV8NzQuMTMyLjg5Ljc2fDU4NDhjMWQ5OGExNjl8YWU0ZjA1ZjNmMTgxNzMxZDM0ODQyNDliMDdmNDI1ZmU3ZDI5MWNiOQ..&userId=fDE0ODEyNDk2MjV8MDVhMDFjNGZkZDEyMDhhY2E5Yzk4ZmI2ODAzNGEyODM2YjEwMzlmYg..<playpath>2tag4dzgwof5ma2 <swfUrl>http://www.streamlive.to/player/Player.swf?1481163225 <pageUrl>http://www.streamlive.to/view/38804/Disney

i tried converting to this

Code:
#EXTM3U
#EXTINF: -1, SHOWTIME 
rtmp://80.82.78.4:1935/edge? playpath=2tag4dzgwof5ma2 swfUrl=http://www.streamlive.to/player/Player.swf?1481163225 
pageUrl=http://www.streamlive.to/view/38804/Disney
but cant seem to get it to work> any help would be great. need more info let me know
Reply With Quote