Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Gametrailers.com - capture and record game trailers

(http://stream-recorder.com/forum/showthread.php?t=8925)

Remmy 05-23-2011 12:35 PM

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 .

svnpenn 05-23-2011 01:13 PM

Re: Gametrailers.com - capture and record game trailers


 
Quote:

Originally Posted by Remmy (Post 29278)
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

Remmy 05-23-2011 02:31 PM

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?

svnpenn 05-23-2011 02:54 PM

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

Remmy 06-02-2011 05:23 AM

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.

chap 06-02-2011 06:46 AM

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.

Remmy 06-02-2011 09:15 AM

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.

KSV 06-02-2011 09:35 AM

Re: Gametrailers.com - capture and record game trailers


 
Quote:

Originally Posted by Remmy (Post 29671)
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 (Post 29679)
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.

Remmy 06-02-2011 11:00 AM

Re: Gametrailers.com - capture and record game trailers


 
Quote:

Originally Posted by KSV (Post 29681)

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.

KSV 06-02-2011 11:17 AM

Re: Gametrailers.com - capture and record game trailers


 
Quote:

Originally Posted by Remmy (Post 29686)
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.


All times are GMT -6. The time now is 09:48 PM.