Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-13-2016, 03:42 AM
ufointhesky ufointhesky is offline
Junior Member
 
Join Date: Jul 2016
Posts: 5
ufointhesky is on a distinguished road
Default

Need urgent help


Hi fellow forum member. I have subscription to tutorial website and subscription costs me a lot of money. Soon they will take away the subscription and I have resubscribe it. Therefore, I decided to follow the instructions on this forum. I tried a lot of software but nothing works except rtmpdump's command line version. But the problem is it only downloads the file to some extent and then stops. Please see the screenshot:


It just doesn't go beyond a certain percentage. I really need some one to help me out. If you can download this video and let me know how did you do it, it will save me a lot of money. The HTML code from the webpage where the video is embeded is also provided:

HTML Code:
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>BPP Secure Flash Content</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <script type="text/javascript" src="/LMS/Flowplayer/flowplayer-3.2.0.min.js"></script>
        <style type="text/css">
        
            body 
            {
                background-color: #FFFFFF;
                color: #000000;
                font-family: sans-serif;
                font-size: small;
            }
            #modContainer
            {
                padding: 32px;
            }
            #modPlayerTable
            {
                border: none;
                height: 510px;
            }
            #modPlayerDiv
            {
                background-color: #000000;
                color: #FFFFFF;
                border: solid 1px #000000;
                width: 640px;
                height: 510px;
            }
            
            #modTocSepTd
            {
                width: 24px;
            }
            
            #modTocContainer
            {
                background-color: #772583;
                color: #FFFFFF;
                border: solid 1px #000000;
                width: 256px;
                height: 510px;
                overflow: hidden;
            }
            #modTocDiv
            {
                width: 100%;
                height: 469px;
                overflow-x: hidden;
                overflow-y: scroll;
            }
            #modTocHeader
            {
                background-color: #6E3296;
                color: #FFFFFF;
                border-bottom: solid 1px #000000;
                cursor: default;
                display: block;
                width: 100%;
                height: 40px;
                padding-left: 10px;
                font-weight: bold;
                line-height: 40px;
                text-align: left;
                vertical-align: middle;
            }
            a.modTocItem
            {
                background-color: #B9BEE1;
                color: #6E3296;
                border-top: solid 1px #F5EDF7;
                border-bottom: solid 1px #B371C1;
                cursor: pointer;
                display: block;
                width: 100%;
                margin-bottom: 1px;
                padding: 10px;
                text-align: left;
                text-decoration: none;
            }
            a.modTocItem:visited
            {
                background-color: #B9BEE1;
                color: #6E3296;
                border-top: solid 1px #F5EDF7;
                border-bottom: solid 1px #B371C1;
                text-decoration: none;
            }
            a.modTocItem:hover
            {
                background-color: #F5EDF7;
                color: #8E4DB2;
                border-top: solid 1px #FFFFFF;
                border-bottom: solid 1px #B9BEE1;
                text-decoration: none;
            }
            a.modTocItem:active
            {
                background-color: #B371C1;
                color: #6E3296;
                border-top: solid 1px #B9BEE1;
                border-bottom: solid 1px #8E4DB2;
                text-decoration: none;
            }
        </style>
    </head>
    <body>
        <div id="modContainer" align="center">
            <table id="modPlayerTable">
                <tr>
                    <td id="modTocTd">
                        <div id="modTocContainer">
                            <div id="modTocHeader">Table of Contents</div>
                            <div id="modTocDiv"> <a class="modTocItem" href="#" onclick="javascript:$f('modPlayerDiv').seek(0); return false;">Introduction</a><a class="modTocItem" href="#" onclick="javascript:$f('modPlayerDiv').seek(26.3666667); return false;">3 forms of the EMH</a><a class="modTocItem" href="#" onclick="javascript:$f('modPlayerDiv').seek(87.4333333); return false;">Investment techniques</a><a class="modTocItem" href="#" onclick="javascript:$f('modPlayerDiv').seek(111.4); return false;">Fundamental analysis</a><a class="modTocItem" href="#" onclick="javascript:$f('modPlayerDiv').seek(125.8); return false;">Semi-strong form EMH</a><a class="modTocItem" href="#" onclick="javascript:$f('modPlayerDiv').seek(154.1); return false;">Insider trading</a><a class="modTocItem" href="#" onclick="javascript:$f('modPlayerDiv').seek(167.6); return false;">Strong form EMH</a><a class="modTocItem" href="#" onclick="javascript:$f('modPlayerDiv').seek(202.0333333); return false;">Technical analysis</a><a class="modTocItem" href="#" onclick="javascript:$f('modPlayerDiv').seek(238.1); return false;">Weak form EMH</a></div>
                        </div>
                    </td>

                    <td id="modTocSepTd">&nbsp;</td>

                    <td>
                        <div id="modPlayerDiv"></div>
                    </td>
                </tr>
            </table>    
        </div>
        <script type="text/javascript">
            // <![CDATA[
            $f("modPlayerDiv", "/LMS/Flowplayer/flowplayer.commercial-3.2.5.swf", {
                key: '#@bafb721c13226251398',
                clip: {
                    url: 'mp4:bpp/acteduk_ct8_0101_v03m.mp4' + escape('?s=20160713082859&e=20160713084359&h=CB5766F0504696F5390568048ACD7961'),
                    live: false,
                    provider: 'modrtmp',
                    autoPlay: true,
                    autoBuffering: true,
                    bufferLength: 4,
                    scaling: 'orig',
                    onBeforeSeek: function(clip, time) { $f("modPlayerDiv").getScreen().hide(); $f("modPlayerDiv").resume(); },
                    onSeek: function(clip, time) { $f("modPlayerDiv").getScreen().show(); }
                },
                plugins: {
                    modrtmp: {
                        url: '/LMS/Flowplayer/flowplayer.rtmp.mod-3.2.3.swf',
                        netConnectionUrl: 'rtmpe://lb.mmod.net:80/flashsecurebpp/bpp',
                        alternativeNetConnectionUrl: 'rtmpe://lb.mmod.net:1935/flashsecurebpp/bpp',    
                        proxyType: 'http',
                        excludeProtocol: ['rtmp', 'rtmpt']     
                    },
                    controls: {
                        url: '/LMS/Flowplayer/flowplayer.controls-3.2.3.swf',
                        height: 30,
                        backgroundColor: '#444466',
                        timeColor: '#FFFFFF',
                        durationColor: '#DDDDFF',
                        progressColor: '#CCCCEE',
                        bufferColor: '#222244',
                        sliderColor: '#222244',
                        buttonColor: '#8888AA',
                        buttonOverColor: '#AAAACC'
                    }
                },
                contextMenu: [                    
                    { "BPP Professional Education" : function() { location.href = "http://www.bpp.com/"; } },
                    '-',
                    { "Media On Demand" : function() { location.href = "http://www.mediaondemand.net/"; } }
                ]
            });

            // M ]]>
        </script>
    </body>
</html>
Sorry for a very long post. Hope some one can help me. I am using Windows 7 32-bit.
Reply With Quote
 
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:59 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons