noliebro
02-03-2015, 11:15 PM
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-howser-archives/2010/05/31/in-n-out-burger-californias-gold-146/
Any help would be much appreciated
biezom
02-04-2015, 12:45 AM
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-howser-archives/2010/05/31/in-n-out-burger-californias-gold-146/
Any help would be much appreciated
hi you can use rtmpdump
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?eee6cc8084bc02b3096443468bd6269a25236a 7cc572265bd247c0d8e881cd7a9e157920934d8335f67e0b80 370ba260fa6df0f71e70a8161231b222ef6f2b73550ccba7aa b5420224eaeb84cb4fb6e7644adb0c691186f23f98c7d0b1cc f6855dfd7302e35f50970c93812e507a0f93" -o "aqIAL6s2-2342987.flv"
noliebro
02-09-2015, 05:41 PM
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/rtmpdump-does-not-start-error-handshake-type-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
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/rtmpdump-does-not-start-error-handshake-type-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/showpost.php?p=73690&postcount=9
blimey
02-09-2015, 06:40 PM
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-howser-archives/2010/05/31/in-n-out-burger-californias-gold-146/
Load this page;
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
Mine seems to give me nearly the same thing and the error still appears
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?eee6cc8084bc02b3096443468bd6269a25236a 7cc572265bd247c0dfe981c17992482b00d038ee45e373a60c 5994cb25c1c573fc6be4d53694edea8c2201061ccfb95d2ed0 584d09d7422d19fd0e8f14660dc3fc334a90ccbbfdad1b4763 fcd7586b2c71b57aecfeca7ab1432822d8a6" -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!
Load this page;
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
I felt like I was doing this wrong and found another tutorial here:
http://www.hallada.net/2013/04/18/how-download-rtmp-video.html
But received a new error after running through that tutorial
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
I felt like I was doing this wrong and found another tutorial here:
http://www.hallada.net/2013/04/18/how-download-rtmp-video.html
But received a new error after running through that tutorial
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"
sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT
blimey
02-17-2015, 12:20 AM
Load this page;
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.
-----
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.