This commit is contained in:
devdatt 2026-02-18 06:54:12 +05:30
parent 22c3709279
commit 06d17e7aa4
1 changed files with 139 additions and 136 deletions

View File

@ -10,14 +10,13 @@ https://github.com/shreebhattji/Urmi/blob/main/licence.md
include 'header.php'; ?> include 'header.php'; ?>
<body> <div class="wrap" style="max-width:1100px;margin:auto;text-align:center">
<div class="wrap">
<section class="benefits"> <section class="benefits">
<div class="card"> <div class="card">
<h3 style="margin-top:0">Why choose hosted streaming over just buying a static IP from your ISP ?</h3> <h3>Why choose hosted streaming over just buying a static IP from your ISP ?</h3>
<ul style="margin:8px 0 0 18px">
<ul style="display:inline-block;text-align:left;margin-top:12px">
<li><strong>DDoS & attack protection:</strong> Professional hosts run network-level DDoS mitigation and web application firewalls (WAF) that absorb and block large-scale attacks before they reach your origin server.</li> <li><strong>DDoS & attack protection:</strong> Professional hosts run network-level DDoS mitigation and web application firewalls (WAF) that absorb and block large-scale attacks before they reach your origin server.</li>
<li><strong>Scalable bandwidth & CDN:</strong> Hosting + CDN provides globally distributed edge points and the ability to scale to many thousands of viewers without saturating a single home/office link.</li> <li><strong>Scalable bandwidth & CDN:</strong> Hosting + CDN provides globally distributed edge points and the ability to scale to many thousands of viewers without saturating a single home/office link.</li>
<li><strong>Higher availability & SLA:</strong> Providers operate redundant infrastructure and SLAs that keep streams online even when single links or hardware fail.</li> <li><strong>Higher availability & SLA:</strong> Providers operate redundant infrastructure and SLAs that keep streams online even when single links or hardware fail.</li>
@ -27,29 +26,32 @@ include 'header.php'; ?>
<li><strong>Optional reserved (static) IPs:</strong> If you still need a static IP for whitelisting, we can provision a reserved IP on a dedicated plan and keep it behind our mitigation/CDN layer.</li> <li><strong>Optional reserved (static) IPs:</strong> If you still need a static IP for whitelisting, we can provision a reserved IP on a dedicated plan and keep it behind our mitigation/CDN layer.</li>
</ul> </ul>
<div class="note" style="margin-top:12px"> <div class="note">
<strong>Quick notes:</strong> "Unlimited data for links" refers to stream delivery (no per-GB charge on the plan level for the specified formats). Extremely large egress (multi-TB per month) or abusive usage may require a custom enterprise agreement. CDN bandwidth, archival storage and advanced security may be subject to fair-use or tiered pricing. <strong>Quick notes:</strong>
"Unlimited data for links" refers to stream delivery (no per-GB charge on the plan level for the specified formats). Extremely large egress (multi-TB per month) or abusive usage may require a custom enterprise agreement. CDN bandwidth, archival storage and advanced security may be subject to fair-use or tiered pricing.
</div> </div>
<div class="note" style="margin-top:12px">
<strong>Hosting :</strong> All servers are hosted with our CDN ISP partners. This project aims to transform ISPs into data-center service providers through a hybrid partnership model. All billing is handled directly by the ISP. We found this is lowest letency and stable solutions for broadcastors . Price includes GST and 2 month will be free on yearly payment . <div class="note">
<strong>Hosting :</strong>
All servers are hosted with our CDN ISP partners. This project aims to transform ISPs into data-center service providers through a hybrid partnership model. All billing is handled directly by the ISP. We found this is lowest letency and stable solutions for broadcastors . Price includes GST and 2 month will be free on yearly payment .
</div> </div>
</div> </div>
</section> </section>
<div class="cards"> <div class="cards">
<!-- Shared Streaming -->
<div class="card"> <!-- Shared -->
<div style="display:flex;align-items:center;gap:12px;margin-bottom:8px"> <div class="card" style="text-align:center">
<div>
<div style="margin-bottom:10px">
<div class="muted">Shared Streaming</div> <div class="muted">Shared Streaming</div>
<div class="price">₹2,000 / month</div> <div class="price">₹2,000 / month</div>
</div> <div style="margin-top:6px">
<div style="margin-left:auto;text-align:right"> <span class="pill">Best for small producers</span>
<div class="pill">Best for small producers</div>
</div> </div>
</div> </div>
<table> <table>
<tr> <tr>
<th>Feature</th> <th>Feature</th>
@ -81,27 +83,25 @@ include 'header.php'; ?>
</tr> </tr>
</table> </table>
<div style="margin-top:14px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap">
<div style="margin-top:12px;display:flex;gap:8px">
<a class="cta cta-primary" href="contact_us.php">Contact Us</a> <a class="cta cta-primary" href="contact_us.php">Contact Us</a>
<a class="cta cta-ghost" href="https://urmic.org/trusted-partners/">Our ISP Partners</a> <a class="cta cta-ghost" href="https://urmic.org/trusted-partners/">Our ISP Partners</a>
</div> </div>
</div> </div>
<!-- Dedicated Streaming --> <!-- Dedicated -->
<div class="card"> <div class="card" style="text-align:center">
<div style="display:flex;align-items:center;gap:12px;margin-bottom:8px">
<div> <div style="margin-bottom:10px">
<div class="muted">Dedicated Streaming</div> <div class="muted">Dedicated Streaming</div>
<div class="price">₹4,000 / month</div> <div class="price">₹4,000 / month</div>
</div> <div style="margin-top:6px">
<div style="margin-left:auto;text-align:right"> <span class="pill">Recommended for events & scale</span>
<div class="pill">Recommended for events & scale</div>
</div> </div>
</div> </div>
<table> <table>
<tr> <tr>
<th>Feature</th> <th>Feature</th>
@ -141,17 +141,20 @@ include 'header.php'; ?>
</tr> </tr>
</table> </table>
<div style="margin-top:14px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap">
<div style="margin-top:12px;display:flex;gap:8px">
<a class="cta cta-primary" href="contact_us.php">Contact Us</a> <a class="cta cta-primary" href="contact_us.php">Contact Us</a>
<a class="cta cta-ghost" href="https://urmic.org/trusted-partners/">Our ISP Partners</a> <a class="cta cta-ghost" href="https://urmic.org/trusted-partners/">Our ISP Partners</a>
</div> </div>
</div> </div>
</div> </div>
<br>
<footer> <div style="margin-top:26px" class="muted">
<div class="muted">Need an exportable copy of this pricing page or custom branding? Contact sales for a tailored quote and SLA.</div> Need an exportable copy of this pricing page or custom branding? Contact sales for a tailored quote and SLA.
</footer>
</div> </div>
</body>
</div>
<?php include 'footer.php'; ?> <?php include 'footer.php'; ?>