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 > (Russian) Запись онлайн
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 04-26-2012, 03:01 AM
WRR WRR is offline
Junior Member
 
Join Date: Apr 2012
Posts: 5
WRR is on a distinguished road
Question

как сохранить видео с rte.ie


ссылка:
http://www.rte.ie/player/#!v=1145092

Пробовал с помощью rtmpdump
, но он выдает ошибки.

команда такая
rtmpdump -r "rtmpe://fmsv1.rte.ie/rtevod/" -a "rtevod/" -f "WIN 10,1,102,64" -W "http://www.rte.ie/player/assets/player_458.swf?shareBtn=0" -p "http://www.rte.ie/player/#!v=1145092?" -y "mp4:/2012/0415/20120415rte2a_20120415_125502_part1_spar_great_ire land_r_000628.mp4" -out Test1.mp4

confused:
Reply With Quote
  #2  
Old 04-26-2012, 04:37 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: как сохранить видео с rte.ie


Code:
rtmpdump -r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -f "WIN 11,2,202,228" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0415/20120415rte2a_20120415_125502_part1_spar_great_ireland_r_000628.mp4" -o "20120415rte2a_20120415_125502_part1_spar_great_ireland_r_000628.mp4.flv" 

rtmpdump -r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -f "WIN 11,2,202,228" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0415/20120415rte2a_20120415_130541_part2_spar_great_ireland_r_005938.mp4" -o "20120415rte2a_20120415_130541_part2_spar_great_ireland_r_005938.mp4.flv"

rtmpdump -r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -f "WIN 11,2,202,228" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0415/20120415rte2a_20120415_140942_part3_spar_great_ireland_r_002544.mp4" -o "20120415rte2a_20120415_140942_part3_spar_great_ireland_r_002544.mp4.flv"
Reply With Quote
  #3  
Old 04-26-2012, 11:39 PM
WRR WRR is offline
Junior Member
 
Join Date: Apr 2012
Posts: 5
WRR is on a distinguished road
Question

Re: как сохранить видео с rte.ie


Выдает такую ошибку (ничего скачать не удается):
Code:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Заметил, что ссылки меняются "периодически".
Вместо "fmsv2" - "fmsv1" и меняется параметр WIN.
У меня он все время был такой "WIN 10,1,102,64".

Если в команде заменить
-W "http://www.rte.ie/player/assets/player_458.swf"

на

-W "http://www.rte.ie/player/assets/player.swf"

то скачивает несколько секунд.
Reply With Quote
  #4  
Old 04-27-2012, 01:42 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: как сохранить видео с rte.ie


нужен поновее RTMPDump v2.4
http://www.mediafire.com/file/ulkcex...mpdump-2.4.zip
Code:
>rtmpdump
-r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -f "WIN 11,2,202,228" -W "http://
www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:
/2012/0415/20120415rte2a_20120415_125502_part1_spar_great_ireland_r_000628.mp4"
-o "20120415rte2a_20120415_125502_part1_spar_great_ireland_r_000628.mp4.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 download at: 0.000 kB
INFO: Metadata:
INFO:   duration              388.52
INFO:   moovPosition          24858139.00
INFO:   width                 512.00
INFO:   height                288.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              30.00
INFO:   aacaot                2.00
INFO:   videoframerate        25.00
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         1.00
INFO: trackinfo:
INFO:   length                9712.00
INFO:   timescale             25.00
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                8566784.00
INFO:   timescale             22050.00
INFO: sampledescription:
INFO:   sampletype            mp4a
3331.502 kB / 52.88 sec (13.6%)

Quote:
и меняется параметр WIN.
У меня он все время был такой "WIN 10,1,102,64".
он не важен-это версия твоего флеш плеера
Reply With Quote
  #5  
Old 04-29-2012, 11:57 AM
WRR WRR is offline
Junior Member
 
Join Date: Apr 2012
Posts: 5
WRR is on a distinguished road
Thumbs up

Re: как сохранить видео с rte.ie


Спасибо! Скачал.
У меня из виндовс был только 2000 сп4, под него новая версия проигрывателя не предусмотрена уже.
Пришлось поставить на виртуальную машину хр, обновить флеш плеер. Только после этого получилось скачать.

А под 2000 та же ошибка чтения заголовка.
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 12:39 AM.


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