Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 04-20-2012, 12:56 AM
killerman killerman is offline
Member
 
Join Date: May 2011
Posts: 48
killerman is on a distinguished road
Default

record from sknazivo


Please can someone help how to dump this video?

hxxp://www.sknazivo.com/online.php?read=1179
Reply With Quote
  #2  
Old 04-20-2012, 03:23 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: record from sknazivo


I can't understand this:
Code:
secureTokensecureTokenResponseuO899XseWjjWgetStreamLength	Responder -*- Rejected ex
if you could figure out what's that, your command will be like this:
Code:
rtmpdump -r "rtmp://sh005-3.streamcdn.eu:443/fatchillisro-flash-live1/" -a "fatchillisro-flash-live1/" -W "http://www.stv.sk/online/player/playerLive5.swf" -p "http://www.sknazivo.com/online.php?read=1179" -T "uO899XseWjjW" --live -y "fatchilli1.stream" -o t.flv
Reply With Quote
  #3  
Old 04-20-2012, 04:11 AM
killerman killerman is offline
Member
 
Join Date: May 2011
Posts: 48
killerman is on a distinguished road
Default

Re: record from sknazivo


thx for replay
i forgot write i know about secure token, but i cant find right parameters for rtmpdump

i dump from similar page video from archive and parameters are this:

Code:
rtmpdump -l "0" -n "sh005-2.streamcdn.eu" -a "fatchillisro-flash-vod1" -t "rtmp://sh005-2.streamcdn.eu" -W "http://www.streamhosting.cz/flash/recent/player-licensed.swf" -y "mp4:201204/07/STV2_Anjelistrazni_d07_m04_y12.mp4" -c "1935" -p "http://www.stv.sk/online/archiv/anjeli-strazni?date=2012-04-07&id=48642" | "c:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
but for live video doesnt work
Reply With Quote
  #4  
Old 04-20-2012, 04:17 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: record from sknazivo


Code:
rtmpdump -r "rtmp://sh005-3.streamcdn.eu:443/fatchillisro-flash-live1" -a "fatchillisro-flash-live1" -W "http://www.stv.sk/online/player/playerLive5.swf?streamer=rtmp://sh005-3.streamcdn.eu/fatchillisro-flash-live1&file=fatchilli1.stream&stretching=exactfit&autostart=true&allowFullScreen=1" -p "http://www.stv.sk/online/player/playerLive5.swf?streamer=rtmp://sh005-3.streamcdn.eu/fatchillisro-flash-live1&file=fatchilli1.stream&stretching=exactfit&autostart=true&allowFullScreen=1" -T "uO899XseWjjW" --live -y "fatchilli1.stream" -o t.flv
Code:
E:\>rtmpdump
-r "rtmp://sh005-3.streamcdn.eu:443/fatchillisro-flash-live1" -a "fatchillisro-f
lash-live1" -W "http://www.stv.sk/online/player/playerLive5.swf?streamer=rtmp://
sh005-3.streamcdn.eu/fatchillisro-flash-live1&file=fatchilli1.stream&stretching=
exactfit&autostart=true&allowFullScreen=1" -p "http://www.stv.sk/online/player/p
layerLive5.swf?streamer=rtmp://sh005-3.streamcdn.eu/fatchillisro-flash-live1&fil
e=fatchilli1.stream&stretching=exactfit&autostart=true&allowFullScreen=1" -T "uO
899XseWjjW" --live -y "fatchilli1.stream" -o t.flv
RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   audiochannels         1.00
INFO:   audiosamplerate       48000.00
INFO:   audiocodecid          mp4a
INFO:   videocodecid          avc1
INFO:   width                 768.00
INFO:   height                576.00
INFO:   frameWidth            540.00
INFO:   frameHeight           576.00
INFO:   displayWidth          768.00
INFO:   displayHeight         576.00
INFO:   framerate             50.00
INFO: trackinfo:
INFO:   timescale             0.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype
INFO:   type                  audio
INFO:   config                1188
INFO:   description           {AACFrame: codec:AAC, channels:1, frequency:48000,
 samplesPerFrame:1024, objectType:LC}
INFO:   timescale             0.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype
INFO:   type                  video
INFO:   profile-level-id      42001e
INFO:   sprop-parameter-sets  Z0IAHoxoCIEnv/8AQAAtEAAAAwAQAAAGSUAAAAAAAAA=,aM48g
AAAAAA=
INFO:   description           {H264CodecConfigInfo: codec:H264, profile:Baseline
, level:3.0, frameSize:540x576, displaySize:768x576, frameRate:50.0, PAR:64:45,
crop: l:0 r:2 t:0 b:0}
INFO: rtpsessioninfo:
INFO:   connectiondata        IN IP4 0.0.0.0
INFO:   name                  WowzaMediaServer
INFO:   origin                - -1952607609 -1952607609 IN IP4 127.0.0.1
INFO:   timing                0 0
INFO:   protocolversion       0
INFO: attributes:
INFO:   range                 npt=now-
5777.114 kB / 54.40 sec
Reply With Quote
  #5  
Old 04-20-2012, 04:20 AM
killerman killerman is offline
Member
 
Join Date: May 2011
Posts: 48
killerman is on a distinguished road
Default

Re: record from sknazivo


i try it from original site and there its work, thx

solved
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:11 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons