[Tutorial] Getting rtmpdump parameters without rtmpsuckThis 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})' |
Re: [Tutorial] Getting rtmpdump parameters without rtmpsuckThe example described on the source page is very interesting. It is related to wilmaa.com which offers TV channels with the following IDs (available in Switzerland only):
Code:
wilmaa_001@6796?channelID=3sat |
Re: [Tutorial] Getting rtmpdump parameters without rtmpsuckActually, you do not necessarily have to be in Switzerland. They don't seem to check your origin if you're using the RTMPE stream directly. Although the stream works perfectly, they block my IP on the official website.
(See also http://stream-recorder.com/forum/tut...and-t6303.html) |
All times are GMT -6. The time now is 11:36 PM. |