[rtmpdump] Getting the rtmp urls Linux

NhJm nhjm449 at gmail.com
Thu Mar 25 07:25:09 CET 2010


You need to make sure that the \! is in the command! Otherwise, it
will redirect connections belonging to only user2, as opposed to
everyone *but* user2.

iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner
user2 -j REDIRECT

On Thu, Mar 25, 2010 at 12:38 AM, Alexi Remananov <remananov at gmail.com> wrote:
> Hello can someone tell me what i am doing wrong with getting the rtmp urls?
>
> I followed the README info and it doesnt seem to work.
> Created a new user called user2 with uid of 1001
> Made the rtmpdump directory accessible to user2.
>
> sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner --uid-owner
> 1001  -j REDIRECT
>
> cd rtmpdump
>
> sudo su user2
>
> ./rtmpsvr
>
> Then i launch the browser , go to the website start the stream and this is
> all i get
>
> RTMP Server v2.2b
> (c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL
>
> Streaming on rtmp://0.0.0.0:1935
>
>
> And the stream in the browser plays but rtmpsvr and rtmpsuck (tried both)
> just does that with no info generated.
> What am i doing wrong?
>
> _______________________________________________
> rtmpdump mailing list
> rtmpdump at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump
>
>


More information about the rtmpdump mailing list