rtmpdash/Pages/Privacy.cshtml
2021-01-24 04:04:16 +01:00

40 lines
1.7 KiB
Plaintext

@page
@model PrivacyModel
@{
ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>
<p>Last update: 2021-01-21 20:55 CET</p>
<p>The only cookies we store on your device is a session identifier, which is used to access information related to your session on the server, as well as CSRF antiforgery tokens.</p>
<p>We do not track you, nor use external services that do.</p>
<p>We do not save any data in your session unless you log in. For registered users, the following data associated with you is stored in our database:</p>
<ul>
<li>Your username and hashed password</li>
<li>Your stream key</li>
<li>Your configured pronouns</li>
<li>Your configured chat URL</li>
<li>Your configured announcements URL</li>
<li>Your configured resolution and bitrate</li>
<li>Your configured restream URLs (if applicable)</li>
</ul>
<p>Web server access logs are disabled. For registered users, we log the following data about RTMP sessions:</p>
<ul>
<li>Timestamp of session end</li>
<li>RTMP method</li>
<li>RTMP endpoint</li>
<li>RTMP streamkey</li>
<li>Bytes received during the streaming session</li>
<li>Duration of the session</li>
</ul>
<p>This data may be used for statistical purposes.</p>
<p>
When viewing a stream, the HLS playlist file as well as the MPEG-TS fragments are proxied through Cloudflare (US).
This could allow Cloudflare (US) to intercept all data to and from the streaming server.
This does not apply to the rest of the website.
</p>
<p>More detailed information about GDPR and Cloudflare can be found on the <a href="https://cloudflare.com/gdpr/introduction/">GDPR pages of Cloudflare</a>.</p>
<p>If you have any further questions, contact us at <a href="mailto:@Program.PrivacyEmail">@Program.PrivacyEmail</a></p>