Lines Matching +full:0 +full:- +full:987

3 (C) 2009-2011 Howard Chu
24 You can cross-compile for other platforms using the CROSS_COMPILE variable:
26 $ make CROSS_COMPILE=arm-none-linux- INC=-I/my/cross/includes
33 specifying -DNO_SSL in the XDEF macro, e.g.
35 $ make XDEF=-DNO_SSL
39 $ make CRYPTO=POLARSSL XDEF=-DNO_SSL
53 For Polar SSL you must have version 1.0.0 or newer.
60 ----------------
65 run the commands described here. Just use the -W (--swfVfy) option
70 $ flasm -x file.swf
72 It will show the decompressed filesize, use it for --swfsize
76 $ openssl sha -sha256 -hmac "Genuine Adobe Flash Player 001" file.swf
78 and use the --swfhash "01234..." option to pass it.
80 e.g. $ ./rtmpdump --swfhash "123456..." --swfsize 987...
84 ------------------
87 RTMP connect request. The "--auth" option handles a specific case, where
90 "--conn" option has been added. This option can be set multiple times
95 For booleans the value must be 0 or 1. Also, for objects the value must
96 be 1 to start a new object, or 0 to end the current object.
99 --conn B:0 --conn S:hello --conn N:3.14159
103 --conn NB:myflag:1 --conn NS:category:something --conn NN:pi:3.14159
106 -C O:1 -C NB:flag:1 -C NS:status:success -C O:0 -C O:1 -C NN:time:12.30 -C O:0
108 -C O:1 -C NS:code:hello -C NO:extra:1 -C NS:data:stuff -C O:0 -C O:0
112 -----------------------
114 ./Configure -DL_ENDIAN --prefix=`pwd`/armlibs linux-generic32
116 Then replace gcc, cc, ar, ranlib in Makefile and crypto/Makefile by arm-linux-* variants and use m…
119 Try ./Configure mingw --prefix=`pwd`/win32libs -DL_ENDIAN -DOPENSSL_NO_HW
120 Replace gcc, cc, ... by mingw32-* variants in Makefile and crypto/Makefile
123 OpenSSL cross-compiling can be a difficult beast.
128 If you're just running a pre-built Windows rtmpdump binary, then all you
134 ---------------
136 rtmpsrv - a stub server
137 rtmpsuck - a transparent proxy
138 rtmpgw - an RTMP to HTTP gateway
140 rtmpsrv - Note that this is very incomplete code, and I haven't yet decided
146 rtmpsuck - proxy server. See below...
163 iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner proxy \
164 -j REDIRECT
187 The rtmpsuck command has only one option: "-z" to turn on debug logging.
211 rtmpgw - HTTP gateway: this is an HTTP server that accepts requests that
215 URL-encoded fashion. E.g.
218 is equivalent the rtmpdump parameters "-r rtmp://server/myapp -y somefile".