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

Chapman Archives Video

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

noliebro 02-03-2015 11:15 PM

Chapman Archives Video


 
I cannot figure out with various methods read here or various websites how to download the archive video on this page:

http://blogs.chapman.edu/huell-howse...nias-gold-146/

Any help would be much appreciated

biezom 02-04-2015 12:45 AM

Re: Chapman Archives Video


 
Quote:

Originally Posted by noliebro (Post 73843)
I cannot figure out with various methods read here or various websites how to download the archive video on this page:

http://blogs.chapman.edu/huell-howse...nias-gold-146/

Any help would be much appreciated

hi you can use rtmpdump

Code:

rtmpdump -r "rtmpe://fms.413C.edgecastcdn.net:1935/00413C/content/" -a "00413C/content/" -f "WIN 16,0,0,235" -W "http://assets-jp.jwpsrv.com/player/6/6114923/jwplayer.flash.swf" -p "http://blogs.chapman.edu/huell-howser-archives/2010/05/31/in-n-out-burger-californias-gold-146/" -y "mp4:conversions/HDzmCdCD/videos/aqIAL6s2-2342988.mp4?eee6cc8084bc02b3096443468bd6269a25236a7cc572265bd247c0d8e881cd7a9e157920934d8335f67e0b80370ba260fa6df0f71e70a8161231b222ef6f2b73550ccba7aab5420224eaeb84cb4fb6e7644adb0c691186f23f98c7d0b1ccf6855dfd7302e35f50970c93812e507a0f93" -o "aqIAL6s2-2342987.flv"

noliebro 02-09-2015 05:41 PM

Re: Chapman Archives Video


 
Thanks man.

It is giving me this error

WARNING: HandShake: Type mismatch: client sent 6, server answered 9

From this thread here it seems like this may not work:
http://stream-recorder.com/forum/rtm...ype-t8603.html

I tried installing different versions of rtmpdump in ubuntu but same result each time. They give a patch but I have no idea how to install that on ubuntu.

biezom 02-09-2015 05:55 PM

Re: Chapman Archives Video


 
Quote:

Originally Posted by noliebro (Post 74018)
Thanks man.

It is giving me this error

WARNING: HandShake: Type mismatch: client sent 6, server answered 9

From this thread here it seems like this may not work:
http://stream-recorder.com/forum/rtm...ype-t8603.html

I tried installing different versions of rtmpdump in ubuntu but same result each time. They give a patch but I have no idea how to install that on ubuntu.

this is normal you need find your own code with rtmpsvr
read this http://stream-recorder.com/forum/sho...90&postcount=9

blimey 02-09-2015 06:40 PM

Re: Chapman Archives Video


 
Quote:

Originally Posted by noliebro (Post 73843)
I cannot figure out with various methods read here or various websites how to download the archive video on this page:

http://blogs.chapman.edu/huell-howse...nias-gold-146/

Load this page;
Code:

http://content.jwplatform.com/jw6/aqIAL6s2.xml
On the page, locate the third instance of "<jwplayer:source file="

Copy the http mp4 url, including all of the code after "mp4?"

noliebro 02-16-2015 07:26 PM

Re: Chapman Archives Video


 
Mine seems to give me nearly the same thing and the error still appears

Code:

Streaming on rtmp://0.0.0.0:1935

rtmpdump -r "rtmpe://fms.413C.edgecastcdn.net/00413C/content/" -a "00413C/content/" -f "LNX 16,0,0,305" -W "http://assets-jp.jwpsrv.com/player/6/6114923/jwplayer.flash.swf" -p "http://blogs.chapman.edu/huell-howser-archives/2010/05/31/in-n-out-burger-californias-gold-146/" -y "mp4:conversions/HDzmCdCD/videos/aqIAL6s2-2342987.mp4?eee6cc8084bc02b3096443468bd6269a25236a7cc572265bd247c0dfe981c17992482b00d038ee45e373a60c5994cb25c1c573fc6be4d53694edea8c2201061ccfb95d2ed0584d09d7422d19fd0e8f14660dc3fc334a90ccbbfdad1b4763fcd7586b2c71b57aecfeca7ab1432822d8a6" -o aqIAL6s2-2342987.flv

Closing connection... done!

RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
Duplicate request, skipping.
Closing connection... ERROR: RTMP_ReadPacket, failed to read RTMP packet header
done!


Quote:

Originally Posted by blimey (Post 74023)
Load this page;
Code:

http://content.jwplatform.com/jw6/aqIAL6s2.xml
On the page, locate the third instance of "<jwplayer:source file="

Copy the http mp4 url, including all of the code after "mp4?"

this seems to only be an audio .mp4 file and no video is included.

noliebro 02-16-2015 08:14 PM

Re: Chapman Archives Video


 
I felt like I was doing this wrong and found another tutorial here:
http://www.hallada.net/2013/04/18/ho...tmp-video.html

But received a new error after running through that tutorial

Code:

RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 111 (Connection refused)


biezom 02-16-2015 09:42 PM

Re: Chapman Archives Video


 
Quote:

Originally Posted by noliebro (Post 74208)
I felt like I was doing this wrong and found another tutorial here:
http://www.hallada.net/2013/04/18/ho...tmp-video.html

But received a new error after running through that tutorial

Code:

RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 111 (Connection refused)


maybe you forget "Undo the Redirection"
Code:

sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT

blimey 02-17-2015 12:20 AM

Re: Chapman Archives Video


 
Quote:

Originally Posted by noliebro (Post 74206)
Quote:

Load this page;
Code:

http://content.jwplatform.com/jw6/aqIAL6s2.xml
On the page, locate the third instance of "<jwplayer:source file="

Copy the http mp4 url, including all of the code after "mp4?"
this seems to only be an audio .mp4 file and no video is included.

No, that is incorrect. It contains the highest quality video. Download the entire file, don't play it in your browser or from the the url.

If you just don't want to download the highest quality mp4 video via http, the same xml page has links to the rtmp url with fresh code (aqIAL6s2.smil) or hls (aqIAL6s2.m3u8).

-----
P.S. This post marks the end of my participation on the stream-recorder forum. Farewell and thanks to the operators and members.
-----


All times are GMT -6. The time now is 04:21 AM.