View Single Post
  #1  
Old 04-11-2010, 09:06 AM
elch elch is offline
Member
 
Join Date: Mar 2010
Posts: 78
elch is on a distinguished road
Default

[Tutorial] Getting rtmpdump parameters without rtmpsuck


This is useful when you don't want to go through the hassle with iptables and rtmpsuck. Sometimes the usage of rtmpsuck makes various Flash streams not working at all.

As an alternative to rtmpsucks, you can use ngrep:

Code:
ngrep -W byline | grep -Pio '(swfurl\.{2}.*?\.{2})|(\.{2}play.*?\w.*?\.{3})|(tcUrl.*?rtmp://.*?\.{2})|(pageUrl\.{3}.*?\.{2})'
(Source: sites.google.com/site/hoppthebroom/home/rtmp-in-switzerland)
Reply With Quote