Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
![]() ![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]() Rtmpdump not recording video streaming: How to fix it?Hi!
I'm using Debian Wheezy 64bit and i'm trying to capture/record some streaming videos from internet using "rtmpdump", but is not working! I'm getting the following error message when i enter with the "rtmpdump" command(see the entire command bellow). Quote:
Quote:
The entire error code i'll put in pastebin, he is too big and i thin it will pollute this post. http://pastebin.com/gFuVes6t Bellow, exactly what i'm trying to do in the command terminal: 1. iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner ! --uid-owner root -j REDIRECT 2. rtmpsuck When i enter "rtmpsuck" and open the video using Firefox, i get this: Quote:
4. rtmpdump -r rtmp://dolphin.cameraprive.com.br/cameraprive_main/5433 -a cameraprive_main/5433 -y cam1 -W https://assets.cameraprive.com/chat/...swf?1419084533 -f "LNX 11,2,202,425" -o test.flv I already read these two tutorials that someone suggested and i don't unerstand what i'm doing wrong! rtmpdump: Not working properly, how to fix it? http://pclosmag.com/html/issues/201104/page19.html http://stream-recorder.com/forum/use...als-t8911.html Has that "https from ""swfUrl: https://..." something to do with this error, or maybe "ViewerApp.swf?1419084533" from "swfUrl"? |
#2
|
|||
|
|||
![]() Re: Rtmpdump not recording video streaming: How to fix it?Hi,
so if you check the link data you get then you see that you get many parameters and some of them getting each time new values.If you want to play any stream in your player then it will not work if you still running the stream in your browser.Close the stream tab and then start the stream from your PC and now it works.If you want both (play & record = 2 x same stream) then you need to change one parameter. Exsample: Just change the hash a little. Code:
.....-C S:public -C S:3d4cc99358b21581f64c088d2ab6a6ca -C Z: -C Z: -C Z: -y "cam1" .....-C S:public -C S:3d4cc99358b21581f64c088d2ab6a6cb -C Z: -C Z: -C Z: -y "cam1" greetz |
#3
|
||||
|
||||
![]() Re: Rtmpdump not recording video streaming: How to fix it?Thanks for your answer, dude!
Quote:
Quote:
I did what you said and look how i mounted my "rtmpdump" command: I tried with other girl streaming because that one i posted in my original post is not online now. I closed my Firefox before run this command. Code:
rtmpdump -r rtmp://dolphin.cameraprive.com.br/cameraprive_main/5616 -a cameraprive_main/5616 -C S:public -C S:3d4cc99358b21581f64c088d2ab6a6ca -C Z: -C Z: -C Z: -y cam1 -W https://assets.cameraprive.com/chat/...swf?1419182369 -f "LNX 11,2,202,425" -o kelly-linda.flv Quote:
Quote:
Last edited by claudiogc : 12-21-2014 at 11:40 AM. |
#4
|
|||
|
|||
![]() Re: Rtmpdump not recording video streaming: How to fix it?Hi,
so you need to use more parameters in your link.You get them all if you use tools like RtmpDumpHelper but there is no Linux version if I remember right.If you access any site of cam xy then have a look into source code there you can find some of them (performerId,userId,userName,uniqId etc).You could also use URL Snooper or check the memory to find all parameters but this way cost more time and is boring to do this each time manually.If you can then use a Windows OS image (XP SP3 for exsample) in a VM (VMWare (not free) or VirtualPC or VirtualBox (both freeware) where you can use RtmpDumpHelper.So I don't whether there are some lazy & simple alternative tools for Linux to get or not. greetz |
#5
|
|||
|
|||
![]() Re: Rtmpdump not recording video streaming: How to fix it?Ok, i read that RtmpDumpHelper is the same thing that "rtmpsrv". This one mounts all "rtmpdump" command automatically.
I tried with him and did not work because "rtmpsrv", after creates the the command with all parameters, automatically runs "rtmpdump" without delete that iptable rule: "iptables -t nat -D ......" So, i saved the command created by "rtmpsrv" and restarted the system and tried run the command as ordinary user. Look what i got: For you see better the entire code. http://pastebin.com/fR0NsADF After remove this part of the command "-C S:7867 -C S: -C S:v-152 -C S:viewer -C S:anonymous-Brazil-3292 -C S:ed8a9da2c55f9f457ce5f0c529b1d3a7841d943f" And replacing "d" for "b" in "S:3d4cc99358b21581f64c088d2ab6a6cd" like you did above. Here( INFO: Connected... ), he stay a few seconds, 20 maybe, before shows the rest of the output. http://pastebin.com/UA2rYS72 Last edited by claudiogc : 12-21-2014 at 09:50 PM. |
#6
|
|||
|
|||
![]() Re: Rtmpdump not recording video streaming: How to fix it?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" - Code:
-a "cameraprive_main/5402" Code:
flashvars.performerId = "5402"; 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" - 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 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 |
#7
|
|||
|
|||
![]() Re: Rtmpdump not recording video streaming: How to fix it?Thank you very much, dude! Now is working fine.
Tell me, please, why when the girl enter in a "exclusive chat" "rtmpdump" stops recording? Is there a way to access this part? Look the output when she enters in "exclusive chat". Quote:
Quote:
|
#8
|
|||
|
|||
![]() Re: Rtmpdump not recording video streaming: How to fix it?Hi,
most cam sites using any stream protections where you can only stream the public mode and not the private session if you are not also the private or exclusive part.If you're just a guest then the stream get closed for you.So if you're the one who gets in private / exclusive chat (if you are member) then check what kind of new link datas you get so these should be others now (so I think so I am no member on any camsite to check this out) or if not then the site should check the user status (login datas (cookie) / money status / IP etc).Something like this so I think but I am not really sure. But if you are a paying member then you could also do the same in private as in free / public mode too. greetz |
![]() ![]() |
Tags: linux, rtmpdump |
Thread Tools | |
Display Modes | |
|
|