wide
This commit is contained in:
parent
17e0c20aba
commit
cf85a985f7
|
|
@ -12,14 +12,14 @@ include 'header.php'; ?>
|
||||||
|
|
||||||
<div class="containerindex">
|
<div class="containerindex">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>ShreeBhattJi</h3>
|
<h3>ShreeBhattJi</h3>
|
||||||
<p>If you’ve ever read the Panchatantra, a few stories begin like this: “Once upon a time, there lived a poor Brahmin in a village.” In this story, that Brahmin is me — ShreeBhattJi, also known as Devdatt Bhatt, the King of Automation and Remote Control from the land of great beginnings, Bhavnagar.
|
<p>If you’ve ever read the Panchatantra, a few stories begin like this: “Once upon a time, there lived a poor Brahmin in a village.” In this story, that Brahmin is me — ShreeBhattJi, also known as Devdatt Bhatt, the King of Automation and Remote Control from the land of great beginnings, Bhavnagar.
|
||||||
<p>I am here to help provide a great viewing experience for users, generate strong commissions for LCOs, MSOs, and ISPs, and create substantial revenue for content owners while contributing fair taxes to the government. I have reason to believe that by upgrading a few devices at the transmission point, both streaming operations and customer viewing experiences can be improved exponentially.
|
<p>I am here to help provide a great viewing experience for users, generate strong commissions for LCOs, MSOs, and ISPs, and create substantial revenue for content owners while contributing fair taxes to the government. I have reason to believe that by upgrading a few devices at the transmission point, both streaming operations and customer viewing experiences can be improved exponentially.
|
||||||
<p>We are proud to present Universal Digital Encoder Decoder as all format to all format encoder cum decoder for dedicated hardware , virtual machines and proxmox lxc images .
|
<p>We are proud to present Universal Digital Encoder Decoder as all format to all format encoder cum decoder for dedicated hardware , virtual machines and proxmox lxc images .
|
||||||
<p><a href="https://urmic.org/trusted-partners/" target="_blank"><button class="red-btn">Meet Our Partners</button></a>
|
<p><a href="https://urmic.org/trusted-partners/" target="_blank"><button class="red-btn">Meet Our Partners</button></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>Bhavnagar :- The Land Of Great Beginnings</h3>
|
<h3>Bhavnagar :- The Land Of Great Beginnings</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The great country called India began to exist at Bhavnagar. On 15 August 1947, Indian administrative control effectively began with Bhavnagar after Maharaja Krishnakumarsinhji Bhavsinhji Gohil merged his princely state into the independent Union of India.</li>
|
<li>The great country called India began to exist at Bhavnagar. On 15 August 1947, Indian administrative control effectively began with Bhavnagar after Maharaja Krishnakumarsinhji Bhavsinhji Gohil merged his princely state into the independent Union of India.</li>
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ include 'header.php'; ?>
|
||||||
|
|
||||||
<div class="containerindex">
|
<div class="containerindex">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>How Can We Help ?</h3>
|
<h3>How Can We Help ?</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>We provide free RTMP and EPG file hosting for Registared Broadcastors.</li>
|
<li>We provide free RTMP and EPG file hosting for Registared Broadcastors.</li>
|
||||||
|
|
@ -21,13 +21,13 @@ include 'header.php'; ?>
|
||||||
<li>ISP will get scalable Intranet OTT for resellers and customers .</li>
|
<li>ISP will get scalable Intranet OTT for resellers and customers .</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>Say Hello to Us</h3>
|
<h3>Say Hello to Us</h3>
|
||||||
<p>C-1819 , <br>Radhesyam Soc,<br>Kalyabid, <br>Bhavnagar - 364001<br>INDIA
|
<p>C-1819 , <br>Radhesyam Soc,<br>Kalyabid, <br>Bhavnagar - 364001<br>INDIA
|
||||||
<p>support@urmic.org
|
<p>support@urmic.org
|
||||||
<br>+91-8000-74-1919
|
<br>+91-8000-74-1919
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<div class="social-row" aria-label="Social links">
|
<div class="social-row" aria-label="Social links">
|
||||||
<a class="social-btn" href="https://www.facebook.com/WorldwideDigitalAssociation" target="_blank" rel="noopener" aria-label="Facebook page">
|
<a class="social-btn" href="https://www.facebook.com/WorldwideDigitalAssociation" target="_blank" rel="noopener" aria-label="Facebook page">
|
||||||
<svg viewBox="0 0 23 23" fill="currentColor" aria-hidden="true">
|
<svg viewBox="0 0 23 23" fill="currentColor" aria-hidden="true">
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ if (file_exists($jsonFile)) {
|
||||||
<div class="containerindex">
|
<div class="containerindex">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<div class="card">
|
<div class="card wide">
|
||||||
<form id="certForm" method="post" action="request_cert.php">
|
<form id="certForm" method="post" action="request_cert.php">
|
||||||
<label for="domain">Primary domain</label>
|
<label for="domain">Primary domain</label>
|
||||||
<input id="domain" name="domain" type="text" placeholder="example.com" required pattern="^[A-Za-z0-9.-]{1,253}$" value="<?php if ($data['domain'] !== "example.com") echo $data['domain']; ?>" />
|
<input id="domain" name="domain" type="text" placeholder="example.com" required pattern="^[A-Za-z0-9.-]{1,253}$" value="<?php if ($data['domain'] !== "example.com") echo $data['domain']; ?>" />
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</script>
|
</script>
|
||||||
<div class="containerindex">
|
<div class="containerindex">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h2>Limit Access</h2>
|
<h2>Limit Access</h2>
|
||||||
|
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
|
|
||||||
|
|
@ -531,32 +531,32 @@ EwIDAQAB
|
||||||
|
|
||||||
<div class="containerindex">
|
<div class="containerindex">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
Device ID :- <?php echo trim(file_get_contents('/sys/class/dmi/id/product_uuid')); ?><br>
|
Device ID :- <?php echo trim(file_get_contents('/sys/class/dmi/id/product_uuid')); ?><br>
|
||||||
Project Name :- URMI Universal Encoder / Decoder<br>
|
Project Name :- URMI Universal Encoder / Decoder<br>
|
||||||
Software Version :- <?php echo $version; ?> <br>
|
Software Version :- <?php echo $version; ?> <br>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<form method="post" class="form-center">
|
<form method="post" class="form-center">
|
||||||
<button type="submit" name="action" value="backup" class="green-btn">Download Backup File</button>
|
<button type="submit" name="action" value="backup" class="green-btn">Download Backup File</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<form method="post" class="form-center" onsubmit="return confirmReboot();">
|
<form method="post" class="form-center" onsubmit="return confirmReboot();">
|
||||||
<button type="submit" name="action" value="reboot" class="green-btn">Reboot</button>
|
<button type="submit" name="action" value="reboot" class="green-btn">Reboot</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<form method="post" class="form-center" onsubmit="return confirmReset();">
|
<form method="post" class="form-center" onsubmit="return confirmReset();">
|
||||||
<button type="submit" name="action" value="reset" class="red-btn">Reset Settings</button>
|
<button type="submit" name="action" value="reset" class="red-btn">Reset Settings</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<form method="post" class="form-center">
|
<form method="post" class="form-center">
|
||||||
<button type="submit" name="action" value="update" class="red-btn">Update Firmware</button>
|
<button type="submit" name="action" value="update" class="red-btn">Update Firmware</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<form method="post" class="form-center" enctype="multipart/form-data"
|
<form method="post" class="form-center" enctype="multipart/form-data"
|
||||||
onsubmit="return confirm('Are you sure you want to restore using this file ? All settings will be restored as per backup file .')">
|
onsubmit="return confirm('Are you sure you want to restore using this file ? All settings will be restored as per backup file .')">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<div class="containerindex">
|
<div class="containerindex">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<div class="dropdown-container">
|
<div class="dropdown-container">
|
||||||
<span class="dropdown-label">Input :</span>
|
<span class="dropdown-label">Input :</span>
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
|
|
@ -152,7 +152,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>HDMI Settings</h3>
|
<h3>HDMI Settings</h3>
|
||||||
<div class="dropdown-container">
|
<div class="dropdown-container">
|
||||||
<span class="dropdown-label">Resolution :</span>
|
<span class="dropdown-label">Resolution :</span>
|
||||||
|
|
@ -210,7 +210,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>URL Setting</h3>
|
<h3>URL Setting</h3>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" id="url" name="url" value="<?php echo htmlspecialchars($data['url']); ?>" placeholder=" ">
|
<input type="text" id="url" name="url" value="<?php echo htmlspecialchars($data['url']); ?>" placeholder=" ">
|
||||||
|
|
@ -218,7 +218,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>RTMP Server Setting</h3>
|
<h3>RTMP Server Setting</h3>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" id="rtmp_mount" name="rtmp_mount" value="<?php echo htmlspecialchars($data['rtmp']['mount']); ?>" placeholder="Mount Name">
|
<input type="text" id="rtmp_mount" name="rtmp_mount" value="<?php echo htmlspecialchars($data['rtmp']['mount']); ?>" placeholder="Mount Name">
|
||||||
|
|
@ -229,7 +229,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<label for="rtmp_password">Password</label>
|
<label for="rtmp_password">Password</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>SRT Caller Setting</h3>
|
<h3>SRT Caller Setting</h3>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" id="srt_stream_id_1" name="srt_stream_id_1" value="<?php echo htmlspecialchars($data['srt']['stream_id_1']); ?>" placeholder="pass1">
|
<input type="text" id="srt_stream_id_1" name="srt_stream_id_1" value="<?php echo htmlspecialchars($data['srt']['stream_id_1']); ?>" placeholder="pass1">
|
||||||
|
|
@ -244,7 +244,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<label for="srt_stream_id_3">Stream ID 3</label>
|
<label for="srt_stream_id_3">Stream ID 3</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>UDP</h3>
|
<h3>UDP</h3>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" id="udp" name="udp" value="<?php echo htmlspecialchars($data['udp']); ?>" placeholder="udp://@224.224.1.1:8000">
|
<input type="text" id="udp" name="udp" value="<?php echo htmlspecialchars($data['udp']); ?>" placeholder="udp://@224.224.1.1:8000">
|
||||||
|
|
@ -252,7 +252,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>Custom Input</h3>
|
<h3>Custom Input</h3>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" id="custom" name="custom" value="<?php echo htmlspecialchars($data['custom']); ?>" placeholder=" ">
|
<input type="text" id="custom" name="custom" value="<?php echo htmlspecialchars($data['custom']); ?>" placeholder=" ">
|
||||||
|
|
@ -260,7 +260,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>Common BackEnd</h3>
|
<h3>Common BackEnd</h3>
|
||||||
|
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
|
||||||
|
|
@ -319,7 +319,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<div class="containerindex">
|
<div class="containerindex">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>DISPLAY - HDMI - VGA - PORTS</h3>
|
<h3>DISPLAY - HDMI - VGA - PORTS</h3>
|
||||||
<div class="dropdown-container">
|
<div class="dropdown-container">
|
||||||
<span class="dropdown-label">Service Status :</span>
|
<span class="dropdown-label">Service Status :</span>
|
||||||
|
|
@ -375,7 +375,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>RTMP0 Output</h3>
|
<h3>RTMP0 Output</h3>
|
||||||
<div class="dropdown-container">
|
<div class="dropdown-container">
|
||||||
<span class="dropdown-label">Service Status :</span>
|
<span class="dropdown-label">Service Status :</span>
|
||||||
|
|
@ -514,7 +514,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>RTMP1 Output</h3>
|
<h3>RTMP1 Output</h3>
|
||||||
<div class="dropdown-container">
|
<div class="dropdown-container">
|
||||||
<span class="dropdown-label">Service Status :</span>
|
<span class="dropdown-label">Service Status :</span>
|
||||||
|
|
@ -653,7 +653,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>UDP0 Output</h3>
|
<h3>UDP0 Output</h3>
|
||||||
<div class="dropdown-container">
|
<div class="dropdown-container">
|
||||||
<span class="dropdown-label">Service Status :</span>
|
<span class="dropdown-label">Service Status :</span>
|
||||||
|
|
@ -794,7 +794,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>udp1 Output</h3>
|
<h3>udp1 Output</h3>
|
||||||
<div class="dropdown-container">
|
<div class="dropdown-container">
|
||||||
<span class="dropdown-label">Service Status :</span>
|
<span class="dropdown-label">Service Status :</span>
|
||||||
|
|
@ -935,7 +935,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<button type="submit" name="udp1" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Save udp1</button>
|
<button type="submit" name="udp1" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Save udp1</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>udp2 Output</h3>
|
<h3>udp2 Output</h3>
|
||||||
<div class="dropdown-container">
|
<div class="dropdown-container">
|
||||||
<span class="dropdown-label">Service Status :</span>
|
<span class="dropdown-label">Service Status :</span>
|
||||||
|
|
@ -1077,7 +1077,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>SRT Output</h3>
|
<h3>SRT Output</h3>
|
||||||
<div class="dropdown-container">
|
<div class="dropdown-container">
|
||||||
<span class="dropdown-label">Service Status :</span>
|
<span class="dropdown-label">Service Status :</span>
|
||||||
|
|
@ -1220,7 +1220,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>CUSTOM OUTPUT</h3>
|
<h3>CUSTOM OUTPUT</h3>
|
||||||
<div class="dropdown-container">
|
<div class="dropdown-container">
|
||||||
<span class="dropdown-label">Service Status :</span>
|
<span class="dropdown-label">Service Status :</span>
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
|
|
||||||
<div class="containerindex">
|
<div class="containerindex">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>Change Username / Password</h3>
|
<h3>Change Username / Password</h3>
|
||||||
|
|
||||||
<?php if ($error): ?>
|
<?php if ($error): ?>
|
||||||
|
|
|
||||||
|
|
@ -364,7 +364,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</style>
|
</style>
|
||||||
<div class="containerindex">
|
<div class="containerindex">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>Input Service</h3>
|
<h3>Input Service</h3>
|
||||||
<?php
|
<?php
|
||||||
$status = shell_exec("sudo systemctl is-active encoder-main 2>&1");
|
$status = shell_exec("sudo systemctl is-active encoder-main 2>&1");
|
||||||
|
|
@ -405,7 +405,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>RTMP0 Server</h3>
|
<h3>RTMP0 Server</h3>
|
||||||
<?php
|
<?php
|
||||||
$status = shell_exec("sudo systemctl is-active encoder-rtmp0 2>&1");
|
$status = shell_exec("sudo systemctl is-active encoder-rtmp0 2>&1");
|
||||||
|
|
@ -443,7 +443,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>RTMP1 Server</h3>
|
<h3>RTMP1 Server</h3>
|
||||||
<?php
|
<?php
|
||||||
$status = shell_exec("sudo systemctl is-active encoder-rtmp1 2>&1");
|
$status = shell_exec("sudo systemctl is-active encoder-rtmp1 2>&1");
|
||||||
|
|
@ -480,7 +480,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>SRT Server</h3>
|
<h3>SRT Server</h3>
|
||||||
<?php
|
<?php
|
||||||
$status = shell_exec("sudo systemctl is-active encoder-srt 2>&1");
|
$status = shell_exec("sudo systemctl is-active encoder-srt 2>&1");
|
||||||
|
|
@ -676,7 +676,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card wide">
|
<div class="card">
|
||||||
<h3>Output Links</h3>
|
<h3>Output Links</h3>
|
||||||
<?php echo $text; ?>
|
<?php echo $text; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue