Hi,
try this now.I made static link which you can use so just enter your player at the end or outputfile....
Code:
rtmpdump -v -r "rtmp://dolphin.cameraprive.com.br/" -a "cameraprive_main/5402" -C S:6666 -C S: -C S:v-11 -C S:viewer -C S:anonymous-1000 -C S:1111111111111111111111111111111111111111 -C S:public -C S:11111111111111111111111111111111 -C Z: -C Z: -C Z: -y "cam1" | "player" -
...the only thing you have to change is the app value = performerId for cam xy.
Code:
-a "cameraprive_main/5402"
In browser you can find it too in source code.
Code:
flashvars.performerId = "5402";
Or so...
Code:
rtmpdump -v -r "rtmp://dolphin.cameraprive.com.br/cameraprive_main/5402//cam1" -C S:6666 -C S: -C S:v-11 -C S:viewer -C S:anonymous-1000 -C S:1111111111111111111111111111111111111111 -C S:public -C S:11111111111111111111111111111111 -C Z: -C Z: -C Z: | "player" -
Use the link above and just enter the performerId in the app parameter and then start it.If you got success then you get this..
Code:
RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: Metadata:
INFO: width 320.00
INFO: height 240.00
6048.617 kB / 258.40 sec
...you see its already playing for 4 minutes and in browser you got a two minutes limit if you are not regged like me.Try again.
PS: I mean you have to change the first longer hash not the last MD5 hash (sorry,my fault what I did post before).The red marked hash you need to change.
greetz