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 01-12-2015, 01:39 AM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Default

Help getting this stream


Hi,

im trying to record this stream but i cant, here is the link:

http://tv.itver.cc/cctv5/

The only stream working is the first box on the top but you have to hit on play button. rtmpdump link is ok.
Reply With Quote
  #2  
Old 01-12-2015, 01:44 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: Help getting this stream


Code:
ffmpeg -i "http://74.82.62.52:1935/liverepeater/11.stream/playlist.m3u8" -c copy vid.ts
Code:
rtmpdump -r "rtmp://58.215.207.178:1936/live/" -a "live/" -f "WIN 16,0,0,235" -W "http://live.64ma.com:1930/tv/cmp.swf" -p "http://live.64ma.com:1930/tv/html/flv.asp?code=22FqIvdOxTMn2OxTNiaTZdOxZOxZalZamZcmaf" --live -y "cctv5_gq" -o "2015-01-11_11-52-47_cctv5_gq.flv"
Code:
c:\>rtmpdump -r "rtmp://58.215.207.178:1936/live/" -a "live/" -f "WIN 16,0,0,235
" -W "http://live.64ma.com:1930/tv/cmp.swf" -p "http://live.64ma.com:1930/tv/htm
l/flv.asp?code=22FqIvdOxTMn2OxTNiaTZdOxZOxZalZamZcmaf" --live -y "cctv5_gq" -o "
2015-01-11_11-52-47_cctv5_gq.flv"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL

With patches

Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   duration                0.00
INFO:   width                   600.00
INFO:   height                  360.00
INFO:   videodatarate           271.48
INFO:   framerate               15.00
INFO:   videocodecid            7.00
INFO:   audiodatarate           31.25
INFO:   audiosamplerate         48000.00
INFO:   audiosamplesize         16.00
INFO:   stereo                  TRUE
INFO:   audiocodecid            10.00
INFO:   creationdate            1421076649168
INFO:   metadatacreator         Yet Another Metadata Injector for FLV - Version
1.8
INFO:   hasKeyframes            TRUE
INFO:   hasVideo                TRUE
INFO:   hasAudio                TRUE
INFO:   hasMetadata             TRUE
INFO:   canSeekToEnd            FALSE
INFO:   datasize                0.00
INFO:   videosize               0.00
INFO:   audiosize               0.00
INFO:   lasttimestamp           0.00
INFO:   lastkeyframetimestamp   0.00
INFO:   lastkeyframelocation    0.00
INFO:   filesize                0.00
33.271 kB / 4.33 sec
Reply With Quote
  #3  
Old 01-14-2015, 03:37 AM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Default

Re: Help getting this stream


Quote:
Originally Posted by peterpan View Post
Code:
ffmpeg -i "http://74.82.62.52:1935/liverepeater/11.stream/playlist.m3u8" -c copy vid.ts
Code:
rtmpdump -r "rtmp://58.215.207.178:1936/live/" -a "live/" -f "WIN 16,0,0,235" -W "http://live.64ma.com:1930/tv/cmp.swf" -p "http://live.64ma.com:1930/tv/html/flv.asp?code=22FqIvdOxTMn2OxTNiaTZdOxZOxZalZamZcmaf" --live -y "cctv5_gq" -o "2015-01-11_11-52-47_cctv5_gq.flv"
Code:
c:\>rtmpdump -r "rtmp://58.215.207.178:1936/live/" -a "live/" -f "WIN 16,0,0,235
" -W "http://live.64ma.com:1930/tv/cmp.swf" -p "http://live.64ma.com:1930/tv/htm
l/flv.asp?code=22FqIvdOxTMn2OxTNiaTZdOxZOxZalZamZcmaf" --live -y "cctv5_gq" -o "
2015-01-11_11-52-47_cctv5_gq.flv"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL

With patches

Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   duration                0.00
INFO:   width                   600.00
INFO:   height                  360.00
INFO:   videodatarate           271.48
INFO:   framerate               15.00
INFO:   videocodecid            7.00
INFO:   audiodatarate           31.25
INFO:   audiosamplerate         48000.00
INFO:   audiosamplesize         16.00
INFO:   stereo                  TRUE
INFO:   audiocodecid            10.00
INFO:   creationdate            1421076649168
INFO:   metadatacreator         Yet Another Metadata Injector for FLV - Version
1.8
INFO:   hasKeyframes            TRUE
INFO:   hasVideo                TRUE
INFO:   hasAudio                TRUE
INFO:   hasMetadata             TRUE
INFO:   canSeekToEnd            FALSE
INFO:   datasize                0.00
INFO:   videosize               0.00
INFO:   audiosize               0.00
INFO:   lasttimestamp           0.00
INFO:   lastkeyframetimestamp   0.00
INFO:   lastkeyframelocation    0.00
INFO:   filesize                0.00
33.271 kB / 4.33 sec
Thanks but it is not working. I got an error telling me this:

Code:
ERROR: RTMP_Connect1, handshake failed.
Could it be that the code provided is no longer working?. Can you check this please?. Thanks in advance.
Reply With Quote
  #4  
Old 01-14-2015, 05:28 AM
sysanin sysanin is offline
Member
 
Join Date: Apr 2011
Posts: 44
sysanin is on a distinguished road
Default

Re: Help getting this stream


Use VLC with a link from peterpen (m3u8)

Reply With Quote
  #5  
Old 01-15-2015, 08:18 PM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Default

Re: Help getting this stream


Quote:
Originally Posted by sysanin View Post
Use VLC with a link from peterpen (m3u8)

The one im having problems is the link for rtmp because it isnt working with rtmpdump. It shows the error i described (handshake failed). Could it be that the link is outdated?.
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 01:33 PM.


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