����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/vow-player-ui/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/FlashphonerWebCallServer/client/examples/demo/vow-player-ui/index.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">
    <title>RTSP and WebRTC playback in iOS Safari browser via Websocket</title>
    <link href="style/style.css" rel="stylesheet" type="text/css"/>
    <style>
        .fp-demoH1 {
            font-size: 36px;
            margin-top: 20px !important;
            font-weight: 500;
            text-align: center;
            color: grey;
        }
    </style>
    <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 type="text/javascript" src="../../../dependencies/websocket-player/WSPlayer.js"></script>
    <script type="text/javascript" src="js/vow-player.js"></script>
    <!-- Bootstrap -->
    <script src="../../../dependencies/bootstrap/js/bootstrap.min.js"></script>
</head>
<body onload="initOnLoad()">
<div class="container">

    <div class="row">

        <div class="col-sm-12 text-center">
            <div id="notify" class="modal fade" role="dialog">
                <div class="modal-dialog modal-lg">
                    <div class="modal-content">
                        <div class="modal-header">
                            <button type="button" class="close" data-dismiss="modal">&times;</button>
                            <h2 class="modal-title text-center text-danger">Warning!</h2>
                        </div>
                        <div class="modal-body text-center">
                            <h2 class="text-primary">This player works only in Chrome, Firefox and iOS Safari browsers.</h2>
                        </div>
                        <div class="modal-footer">
                            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
                        </div>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="col-sm-3">
                    &nbsp;
                </div>
                <div class="col-sm-4 text-center" style="width:360px">

                    <h1 class="fp-demoH1">Websocket Player</h1>

                    <div class="fullPlayer">

                        <canvas id="videoCanvas" width="320" height="240" style="width: 320px; height: 240px;"></canvas>

                        <div class="powered-by">
                            Powered by Flashphoner
                        </div>

                        <div class="player">

                            <div class="stream-name">
                                <input id="streamId" type="text" placeholder="Enter stream name"/>
                            </div>

                            <div class="control">
                                <button id="controlButton"></button>
                            </div>
                        </div>
                    </div>
                    <div id="infoDiv" style="visibility: hidden"></div>
                </div>
                <div class="col-sm-3">
                    &nbsp;
                </div>
            </div>
        </div>
    </div>
</div>
</body>
</html>

ZeroDay Forums Mini