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
  #21  
Old 05-23-2011, 01:35 PM
Remmy Remmy is offline
Junior Member
 
Join Date: May 2011
Posts: 11
Remmy is on a distinguished road
Default

Re: Gametrailers.com - capture and record game trailers


with the RTMPexplorer i'm getting this error:
"ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 14091432"
Does anybody has any idea why this happened or better yet how to fix this.
i'm verry new to this .
Reply With Quote
  #22  
Old 05-23-2011, 02:13 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Gametrailers.com - capture and record game trailers


Quote:
Originally Posted by Remmy View Post
These are some valid gamtrailers URLs:
Code:
http://www.gametrailers.com/episode/gametrailers-tv/118
rtmpdump -r rtmpe://cp74787.edgefcs.net/ondemand/mp4:spikecomstor/contentstore/getStream/gt/gttv/407/t_gttv_407_a_3n2i6_3500 -W http://media.mtvnservices.com/player/prime/mediaplayerprime.1.8.2.swf -o output.flv
Reply With Quote
  #23  
Old 05-23-2011, 03:31 PM
Remmy Remmy is offline
Junior Member
 
Join Date: May 2011
Posts: 11
Remmy is on a distinguished road
Default

Re: Gametrailers.com - capture and record game trailers


Thanks for your quick reply.
After entering the command i end up with a output.flv of 0kb.
A closer look to the console window shows a error "ERROR: RTMP_Connect1, handshake failed."
Maybe it has something to do with the fact that i'm using Windows.
Can it be?
Reply With Quote
  #24  
Old 05-23-2011, 03:54 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Gametrailers.com - capture and record game trailers


you need to be using correct version of rtmpdump. i tested it with r568 and it is working
Reply With Quote
  #25  
Old 06-02-2011, 06:23 AM
Remmy Remmy is offline
Junior Member
 
Join Date: May 2011
Posts: 11
Remmy is on a distinguished road
Default

Re: Gametrailers.com - capture and record game trailers


Thanks every one, that did the trick for me downloading the r568 version.
Is there any way of configure rtmpdump to use a specific amount of memory?
I can see that the clip is being downloaded but after awhile i see a message saying that windows is running low on virtual memory and a check to the task manager shows a bunch of rtmdump process while i only opened the rtmpexplorer who has opened one rtmpdump. Even increase windows virtual memory i still get this error.
Reply With Quote
  #26  
Old 06-02-2011, 07:46 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Gametrailers.com - capture and record game trailers


Remmy
Quote:
a check to the task manager shows a bunch of rtmdump process while i only opened the rtmpexplorer who has opened one rtmpdump
You can try to close the RTMPexplorer window as soon as rtmpsrv grabs the stream.
Reply With Quote
  #27  
Old 06-02-2011, 10:15 AM
Remmy Remmy is offline
Junior Member
 
Join Date: May 2011
Posts: 11
Remmy is on a distinguished road
Default

Re: Gametrailers.com - capture and record game trailers


It will only download the first peace when closing the the rtmpexplorer windows. The good thing about it is that i didn't get the memory error. The bad thing is that i can never download the hole eps like this.
Reply With Quote
  #28  
Old 06-02-2011, 10:35 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Gametrailers.com - capture and record game trailers


Quote:
Originally Posted by Remmy View Post
I can see that the clip is being downloaded but after awhile i see a message saying that windows is running low on virtual memory and a check to the task manager shows a bunch of rtmdump process while i only opened the rtmpexplorer who has opened one rtmpdump.
when rtmpsrv closes the connection on client side their client makes new request again and new rtmpdump process is started for each cmd and when this keeps going on you will soon run out of memory. solution is to close the rtmpexplorer as soon as rtmpsrv grabs the first url.

Quote:
Originally Posted by Remmy View Post
It will only download the first peace when closing the the rtmpexplorer windows. The good thing about it is that i didn't get the memory error. The bad thing is that i can never download the hole eps like this.
you can copy the command from rtmpsrv and manually launch rtmpdump.

Code:
rtmpdump -r "rtmpe://cp74787.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,3,181,14" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.8.2.swf?uri=mgid:moses:episode:gametrailers.com:118&type=network&ref=www.gametrailers.com&geo=IN&group=entertainment&&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt%2fe1%2fplayers%2fmgid%3amoses%3aepisode%3agametrailers.com%3a%2fcontext1%2fcontext1%2fconfig.xml%3furi%3dmgid%3amoses%3aepisode%3agametrailers.com%3a118%26type%3dnetwork%26ref%3dwww.gametrailers.com%26geo%3dIN%26group%3dentertainment%26" -p "http://www.gametrailers.com/episode/gametrailers-tv/118" -C Z: -y "mp4:spikecomstor/contentstore/getStream/gt/gttv/407/t_gttv_407_a_3n2i6_3500.mp4" -o t_gttv_407_a_3n2i6_3500.flv
replace _750 or whatever bitrate number you get, with _3500 to download HD version.
Reply With Quote
  #29  
Old 06-02-2011, 12:00 PM
Remmy Remmy is offline
Junior Member
 
Join Date: May 2011
Posts: 11
Remmy is on a distinguished road
Default

Re: Gametrailers.com - capture and record game trailers


Quote:
Originally Posted by KSV View Post

you can copy the command from rtmpsrv and manually launch rtmpdump.

Code:
rtmpdump -r "rtmpe://cp74787.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,3,181,14" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.8.2.swf?uri=mgid:moses:episode:gametrailers.com:118&type=network&ref=www.gametrailers.com&geo=IN&group=entertainment&&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt%2fe1%2fplayers%2fmgid%3amoses%3aepisode%3agametrailers.com%3a%2fcontext1%2fcontext1%2fconfig.xml%3furi%3dmgid%3amoses%3aepisode%3agametrailers.com%3a118%26type%3dnetwork%26ref%3dwww.gametrailers.com%26geo%3dIN%26group%3dentertainment%26" -p "http://www.gametrailers.com/episode/gametrailers-tv/118" -C Z: -y "mp4:spikecomstor/contentstore/getStream/gt/gttv/407/t_gttv_407_a_3n2i6_3500.mp4" -o t_gttv_407_a_3n2i6_3500.flv
replace _750 or whatever bitrate number you get, with _3500 to download HD version.
Thanks i tried this but it also leave me with one clip of 5 min.
But now i have the base command. I will use URL Snooper to get the links and then download them manually.
From the base command i will change the letter( t_gttv_407_a_) and offcourse the output name.
Reply With Quote
  #30  
Old 06-02-2011, 12:17 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Gametrailers.com - capture and record game trailers


Quote:
Originally Posted by Remmy View Post
Thanks i tried this but it also leave me with one clip of 5 min.
But now i have the base command. I will use URL snooper to get the links and then download them manually.
From the base command i will change the letter( t_gttv_407_a_) and offcourse the output name.
Yeah they split videos in multiple parts. you need to download them all (normally 4) to get the whole episode.
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:00 AM.


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