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'; ?>
<body>
<div class="wrap">
<div class="wrap" style="max-width:1100px;margin:auto;text-align:center">
<section class="benefits">
<div class="card">
<h3 style="margin-top:0">Why choose hosted streaming over just buying a static IP from your ISP ?</h3>
<ul style="margin:8px 0 0 18px">
<h3>Why choose hosted streaming over just buying a static IP from your ISP ?</h3>
<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>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>
@ -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>
</ul>
<div class="note" style="margin-top:12px">
<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 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.
</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>
</section>
<div class="cards">
<!-- Shared Streaming -->
<div class="card">
<div style="display:flex;align-items:center;gap:12px;margin-bottom:8px">
<div>
<!-- Shared -->
<div class="card" style="text-align:center">
<div style="margin-bottom:10px">
<div class="muted">Shared Streaming</div>
<div class="price">₹2,000 / month</div>
</div>
<div style="margin-left:auto;text-align:right">
<div class="pill">Best for small producers</div>
<div style="margin-top:6px">
<span class="pill">Best for small producers</span>
</div>
</div>
<table>
<tr>
<th>Feature</th>
@ -81,27 +83,25 @@ include 'header.php'; ?>
</tr>
</table>
<div style="margin-top:12px;display:flex;gap:8px">
<div style="margin-top:14px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap">
<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>
</div>
</div>
<!-- Dedicated Streaming -->
<div class="card">
<div style="display:flex;align-items:center;gap:12px;margin-bottom:8px">
<div>
<!-- Dedicated -->
<div class="card" style="text-align:center">
<div style="margin-bottom:10px">
<div class="muted">Dedicated Streaming</div>
<div class="price">₹4,000 / month</div>
</div>
<div style="margin-left:auto;text-align:right">
<div class="pill">Recommended for events & scale</div>
<div style="margin-top:6px">
<span class="pill">Recommended for events & scale</span>
</div>
</div>
<table>
<tr>
<th>Feature</th>
@ -141,17 +141,20 @@ include 'header.php'; ?>
</tr>
</table>
<div style="margin-top:12px;display:flex;gap:8px">
<div style="margin-top:14px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap">
<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>
</div>
</div>
</div>
<br>
<footer>
<div class="muted">Need an exportable copy of this pricing page or custom branding? Contact sales for a tailored quote and SLA.</div>
</footer>
<div style="margin-top:26px" class="muted">
Need an exportable copy of this pricing page or custom branding? Contact sales for a tailored quote and SLA.
</div>
</body>
</div>
<?php include 'footer.php'; ?>