rtmpdash/Pages/Privacy.cshtml

33 lines
1.3 KiB
Plaintext

@page
@model PrivacyModel
@{
ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>
<p>Last update: 2021-01-27 00:20 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>If you have any further questions, contact us at <a href="mailto:@Program.PrivacyEmail">@Program.PrivacyEmail</a></p>