1

嗨,我们的一位朋友的母亲刚过世,他们想要婚礼的录音,以便将其保存在闪存驱动器上。我玩了大约半个小时,但没有成功。查看页面源代码后,我找到了以下 javascript

if ( hasProductInstall && !hasRequestedVersion ) {
                        // DO NOT MODIFY THE FOLLOWING FOUR LINES
                        // Location visited after installation is complete if installation is required
                        var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
                        var MMredirectURL = window.location;
                        document.title = document.title.slice(0, 47) + " - Flash Player Installation";
                        var MMdoctitle = document.title;

                        AC_FL_RunContent(
                            "src", "http://AbrahamLGreenandSonSympathyNet.ezwebcast.com/player/playerProductInstall",
                            "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
                            "width", "483",
                            "height", "416",
                            "align", "middle",
                            "id", "FlashPlayer",
                            "allowFullScreen","true",
                            "quality", "high",
                            "bgcolor", "#FFFFFF",
                            "name", "FlashPlayer",
                            "allowScriptAccess","always",
                            "type", "application/x-shockwave-flash",
                            "pluginspage", "http://www.adobe.com/go/getflashplayer"
                        );
                    } else if (hasRequestedVersion) {
                        // if we've detected an acceptable version
                        // embed the Flash Content SWF when all tests are passed
                        AC_FL_RunContent(
                                "src", "http://AbrahamLGreenandSonSympathyNet.ezwebcast.com/player/player",
                                "FlashVars","isDebug=0&mv=rtmp://fms35.ezwebcast.com/play/6/recorded_streams/3208/stream15989&user_id=32125&movie_id=14275",
                                "width", "483",
                                "height", "416",
                                "align", "middle",
                                "id", "FlashPlayer",
                                "allowFullScreen","true",
                                "quality", "high",
                                "bgcolor", "#FFFFFF",
                                "name", "FlashPlayer",
                                "allowScriptAccess","always",
                                "type", "application/x-shockwave-flash",
                                "pluginspage", "http://www.adobe.com/go/getflashplayer"
                        );
                    }

至少在我看来,感兴趣的线是rtmp://fms35.ezwebcast.com/play/6/recorded_streams/3208/stream15989&user_id=32125&movie_id=14275我假设这是我需要下载的内容,但是当我下载 rtmpdump 并尝试运行它时,我得到以下内容,但我无法弄清楚如何加载库或下载此流。任何帮助是极大的赞赏!

USERs-MacBook-Pro:Desktop user$ rtmpdump -r rtmp://fms35.ezwebcast.com/play/2/recorded_streams/3208/stream15989 -W "http://media.kelbymediagroup.com/players/player-4.6-licensed.swf" -o ./funeral.flv
dyld: Library not loaded: /usr/local/lib/librtmp.dylib
  Referenced from: /usr/local/bin/rtmpdump
  Reason: no suitable image found.  Did find:
    /usr/local/lib/librtmp.dylib: stat() failed with errno=13
    /usr/local/lib/librtmp.dylib: stat() failed with errno=13
Trace/BPT trap: 5
4

0 回答 0