Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
[SOLVED]Problem with RTMPDump and moshcam.com.Hi
I used to be able to download from moshcam.com using rtmpdump. But when I try now, it's not working any more. Errors like this:- Quote:
These are two examples:- ___http://www.moshcam.com/the-pretenders/enmore-theatre-849.aspx# ___http://www.moshcam.com/propagandhi/metro-theatre-495.aspx I've tried using RTMPDump-v2.3 and also RTMPDump-v2.3 r569, but no joy. I can download the files in Windows using CooJah + Blader. But is there a way to use RTMPDump with this website? Last edited by bat999 : 06-12-2011 at 09:18 AM. |
#2
|
|||
|
|||
Re: Problem with RTMPDump and moshcam.com (RTMPE)They have switched to RTMPE type 9 handshake. currently rtmpdump doesn't support it.
|
#3
|
|||
|
|||
Re: Problem with RTMPDump and moshcam.com (RTMPE)This is interesting because CooJah + Blader uses rtmpdump as well.
|
#4
|
|||
|
|||
Re: Problem with RTMPDump and moshcam.com (RTMPE)I have added the parameters directly to blader from same command line which fails with rtmpdump and was able to download the video. so it means it supports the new handshake.
Code:
url: rtmpe://streaming.moshcam.com app: flashVer: WIN 10,3,181,14 swfUrl: http://www.moshcam.com/chooktv/modules/Container.swf pageUrl: http://www.moshcam.com/propagandhi/metro-theatre-495.aspx playPath: mp4:Propaghandi_1502009_m_Moshcam_H264_700k_CBR_WS_Stereo.mp4 |
#5
|
|||
|
|||
Re: Problem with RTMPDump and moshcam.com (RTMPE)I investigated it further. it is actually using Type 8 handshake. it's a bug in later versions of rtmpdump. same command works fine with older versions of rtmpdump.
|
#6
|
|||
|
|||
Re: Problem with RTMPDump and moshcam.com (RTMPE)Thanks KSV.
Is there a fix for the bug? Which earlier version will work for moshcam? |
#7
|
|||
|
|||
Re: Problem with RTMPDump and moshcam.com (RTMPE)This change was made in r562.
Code:
------------------------------------------------------------------------ r563 | hyc | 2011-03-22 20:43:18 +0530 (Tue, 22 Mar 2011) | 2 lines Fix prev commit ------------------------------------------------------------------------ r562 | hyc | 2011-03-20 05:02:53 +0530 (Sun, 20 Mar 2011) | 2 lines Drop back on the handshake version, avoid rtmpe 9 Code:
/* clientsig[4] = 128; clientsig[6] = 3; */ clientsig[4] = 9; clientsig[6] = 0x7c; |
#8
|
|||
|
|||
Re: Problem with RTMPDump and moshcam.com (RTMPE)Hi KSV
Like you said, earlier versions of RTMPDump do work OK. Using v2.3 with Linux or Windows (Wine) both the Pretenders and Propaghandi files download OK. Using v2.3 r569 with Linux or Windows (Wine) results in errors:- Quote:
I agree, reverting the values may create other problems. Probably nobody will look into it any deeper. So I'll keep both versions of RTMPDump available on my system. |
Tags: moshcam, rtmpdump |
Thread Tools | |
Display Modes | |
|
|