-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
187 lines (163 loc) · 11.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!doctype html>
<html lang="en">
<head>
<title>LocalCast</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="LocalCast - Get all your media on the Chromecast 1 + 2 + Audio, Amazon Fire TV and Stick, Android TV, Apple TV, Bravia SmartTVs, DLNA Renderers, Google Cast for Audio, Google Cast enabled TVs, Nexus Player, Nvidia Shield, LG SmartTVs, Panasonic SmartTVs, Samsung SmartTVs, SmartTVs, Sonos, Sony SmartTVs, Xbox 360, Xbox One">
<meta name="author" content="Stefan Pledl">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="theme-color" content="#03a9f4">
<meta http-equiv="Cache-control" content="public">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<style>
body {
font-family: 'Raleway', serif;
}
</style>
<link rel="icon" sizes="192x192" href="images/logo_192.png">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script async>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o), m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-52600289-3', 'auto');
ga('send', 'pageview');
var urlSplit = document.URL.split("#");
if (urlSplit[1]) {
console.log("split: " + urlSplit[1]);
if (urlSplit[1] == "faq-panel" || urlSplit[1] == "troubleshooting" || urlSplit[1] == "android") {
window.location.href = "faq.html";
ga('send', 'event', 'FAQ', 'FAQ', 'FAQ');
}
}
window.addEventListener("load", function () {
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#edeff5"
, "text": "#838391"
}
, "button": {
"background": "transparent"
, "text": "#4b81e8"
, "border": "#4b81e8"
}
}
})
});
function loadCSS(href, before, media) {
"use strict";
var ss = window.document.createElement("link");
var ref = before || window.document.getElementsByTagName("script")[0];
ss.rel = "stylesheet";
ss.href = href;
ss.media = "only x";
ref.parentNode.insertBefore(ss, ref);
setTimeout(function () {
ss.media = media || "all";
});
}
window.onload = function () {
loadCSS('//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css');
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6419685510936139",
enable_page_level_ads: true
});
}
</script>
<link rel="stylesheet" href="css/material.amber-light_blue.min.css">
<link rel="stylesheet" href="css/styles.css">
<script src="js/material.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script async defer src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header mdl-layout__header--waterfall portfolio-header">
<div class="mdl-layout__header-row portfolio-logo-row">
<span class="mdl-layout__title">
<div class="portfolio-logo"></div>
<span class="mdl-layout__title_top">LocalCast</span> <span class="mdl-layout__title_bottom">Get all your media on the TV!</span>
</span>
</div>
<div class="mdl-layout__header-row portfolio-navigation-row mdl-layout--large-screen-only">
<nav class="mdl-navigation mdl-typography--body-1-force-preferred-font"> <a class="mdl-navigation__link is-active" href="index.html">Features</a> <a class="mdl-navigation__link" href="faq.html">FAQ</a> <a class="mdl-navigation__link" href="contact.html">Contact</a> <a class="mdl-navigation__link" href="https://play.google.com/store/apps/dev?id=4965522548888268835" target="_blank">More apps</a> </nav>
</div>
</header>
<div class="mdl-layout__drawer mdl-layout--small-screen-only">
<nav class="mdl-navigation mdl-typography--body-1-force-preferred-font"> <a class="mdl-navigation__link is-active" href="index.html">Features</a> <a class="mdl-navigation__link" href="faq.html">FAQ</a> <a class="mdl-navigation__link" href="contact.html">Contact</a> <a class="mdl-navigation__link" href="https://play.google.com/store/apps/dev?id=4965522548888268835" target="_blank">More apps</a> </nav>
</div>
<main class="mdl-layout__content">
<div class="mdl-grid portfolio-max-width">
<div>
<a href='https://play.google.com/store/apps/details?id=de.stefanpledl.localcast&utm_source=webpage&utm_campaign=download&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' style="width:51%"/></a>
<a href='https://itunes.apple.com/us/app/localcast-for-plex-dlna-chromecast-and-more/id969804264?mt=8'><img alt='Download on the App Store' src='./images/500px-Download_on_the_App_Store_Badge.jpg' style="width:45%"/></a>
</div>
<div class="mdl-cell mdl-card mdl-cell--12-col mdl-shadow--4dp">
<div class="mdl-card_media mdl-layout">
<iframe width="560" height="315" src="https://www.youtube.com/embed/n7dW0Gd_EpA?controls=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Works with your device</h2> </div>
<div class="mdl-card__supporting-text"> Amazon Fire TV and Stick, Android TV, Apple TV, Bravia SmartTVs, Chromecast 1 + 2 + Audio, DLNA Renderers, Google Cast for Audio, Google Cast enabled TVs, Nexus Player, Nvidia Shield, LG SmartTVs, Panasonic SmartTVs, Samsung SmartTVs, SmartTVs, Sonos, Sony SmartTVs, Xbox 360, Xbox One
<br>
<br>And much more!</div>
</div>
</div>
<div class="mdl-cell mdl-card mdl-shadow--4dp portfolio-card">
<div class="mdl-card__media">
<!-- <img class="article-image" src="images/devices_small_70.jpg" border="0" alt=""> --></div>
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Streams everything</h2> </div>
<div class="mdl-card__supporting-text"> From Other Apps like Kodi, Internal Storage, NAS, DLNA Servers, Samba Servers, Plex, Serviio, Universal Media Server, Google Drive, Dropbox, Webpages, Windows DLNA Server, ...</div>
</div>
<div class="mdl-cell mdl-card mdl-shadow--4dp portfolio-card">
<div class="mdl-card__media">
<!-- <img class="article-image" src="images/devices_small_70.jpg" border="0" alt=""> --></div>
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Kodi</h2> </div>
<div class="mdl-card__supporting-text">LocalCast features a seamless Kodi integration. From the Settings(-> Kodi) you can easily write a file which tells Kodi to use LocalCast. You can then enjoy all your media on the TV. </div>
</div>
<div class="mdl-cell mdl-card mdl-shadow--4dp portfolio-card">
<div class="mdl-card__media">
<!-- <img class="article-image" src="images/devices_small_70.jpg" border="0" alt=""> --></div>
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Wireless headphones (Android only, beta)</h2> </div>
<div class="mdl-card__supporting-text"> Touch "Route audio to phone" on the "Now playing" screen, to listen to what you are watching on your phone. This feature is in beta: it might work most of the time. </div>
</div>
<div class="mdl-cell mdl-card mdl-shadow--4dp portfolio-card">
<div class="mdl-card__media">
<!-- <img class="article-image" src="images/devices_small_70.jpg" border="0" alt=""> --></div>
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Subtitles</h2> </div>
<div class="mdl-card__supporting-text"> If you use a Chromecast or Apple TV4, you can easily add subtitles. You can download them easily inside the app from Opensubtitles.org. Subtitles in the same folder will be added automatically. You can set a dedicated subtitle folder which will be searched when you start a video.
<br>
<br>Subtitle timing, font, background and color can be changed. You can change the subtitle encoding in the settings, e.g. for arabic subtitles choose UTF-8 Internal subtitles which are inside the video container don't work YET </div>
</div>
<div class="mdl-cell mdl-card mdl-shadow--4dp portfolio-card">
<div class="mdl-card__media">
<!-- <img class="article-image" src="images/devices_small_70.jpg" border="0" alt=""> --></div>
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Video formats & codecs</h2> </div>
<div class="mdl-card__supporting-text"> Please be aware that the Chromecast only supports a couple of formats. It can read containers like mp4, mkv, 3gp and m4v, but all these containers can use different codecs. If you can't hear the audio of a video, then the audio codec is not supported. If you can't see the video but hear the audio, then the video codec is not supported. </div>
</div>
</div>
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__right-section">
<ul class="mdl-mini-footer__link-list">
<li><a href="impressum.html">Disclaimer</a> </li>
<li><a href="privacy_policy_webpage.html">Privacy & Terms</a> </li>
</ul>
</div>
</footer>
</main>
</div>
</body>
</html>