PDA

View Full Version : Help with Moshcam


ghidorah
11-09-2012, 11:52 AM
Hi,

While trying to grab a video from Moshcam, most of my google searches pointed on this forum, so I made an account and ask for help here.

Thanks in advance to anyone who will help me!

What I would like to have is a local copy of this concert:

http://www.moshcam.com/afrirampo/the-oxford-arts-factory-462.aspx#

None of the "easy" method (i.e. browser plugins, get_flash_video) worked. It seems to me the folks at moshcam try to make this as hard as possible.

I also tried getflv (with wine as I am using Ubuntu) but was unable to have it detect any flash plugin (maybe I should try this option more, but I prefer open and linux-based solutions)

So I tried using rtmpdump

According to rtmpsrv, the command I should use is:

rtmpdump -r "rtmpe://cp163278.edgefcs.net/ondemand/" -a "ondemand/" -f "LNX 11,2,202,243" -W "http://www.moshcam.com/chooktv/modules/Container.swf?nc=1352480077717" -p "http://www.moshcam.com/afrirampo/the-oxford-arts-factory-462.aspx#/2-track-1" -y "480:videos-moshcam/moshcam/1692k/afrirampo_001_20090115_oaf_moshcam_1692k_480" -o afrirampo_001_20090115_oaf_moshcam_1692k_480.flv

However, this command give me this result:


RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound


So can anyone lead me to what I should try next?

Thanks a lot

chap
11-09-2012, 12:44 PM
>rtmpdump
-r "rtmpe://cp163278.edgefcs.net/ondemand/videos-moshcam/moshcam/1692k/afrirampo
_001_20090115_oaf_moshcam_1692k_480p.mp4" -o 4.flv
RTMPDump v2.4 GIT-2012-11-01 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 3056.09
INFO: moovPosition 36.00
INFO: audiocodecid mp4a
INFO: width 854.00
INFO: height 480.00
INFO: videocodecid avc1
INFO: avcprofile 100.00
INFO: avclevel 31.00
INFO: aacaot 2.00
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: videoframerate 25.00
INFO: tags:
INFO: cpil 0.00
INFO: tmpo 0.00
INFO: ┬йtoo Sorenson Squeeze
INFO: trackinfo:
INFO: length 134773760.00
INFO: timescale 44100.00
INFO: language und
INFO: sampledescription:
INFO: sampletype mp4a
INFO: length 1833657.00
INFO: timescale 600.00
INFO: language und
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 1833657.00
INFO: timescale 600.00
INFO: language und
INFO: sampledescription:
INFO: length 1833657.00
INFO: timescale 600.00
INFO: language und
INFO: sampledescription:
14396.997 kB / 107.68 sec (3.5%)

hasomaso
11-09-2012, 12:57 PM
rtmpdump -r "rtmpe://cp163278.edgefcs.net/ondemand/" -a "ondemand/" -f "WIN 11,5,502,110" -W "http://www.moshcam.com/chooktv/modules/Container.swf" -p "http://www.moshcam.com/afrirampo/the-oxford-arts-factory-462.aspx" -y "mp4:videos-moshcam/moshcam/1692k/afrirampo_001_20090115_oaf_moshcam_1692k_480p.mp4" -o "output.flv"


http://img547.imageshack.us/img547/2272/unbenanntto.png

ghidorah
11-12-2012, 07:31 AM
Wow! Thanks you so much people!!! You are great :)