Change domain name of streaming server
This commit is contained in:
parent
69791730e4
commit
c64456b145
|
@ -57,9 +57,9 @@
|
||||||
<div class="sixteen-by-nine aspect-ratio"></div>
|
<div class="sixteen-by-nine aspect-ratio"></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<video class="video-js vjs-sublime-skin" controls preload="none" width="auto" height="auto" poster="openfest-poster.png" data-setup="{}">
|
<video class="video-js vjs-sublime-skin" controls preload="none" width="auto" height="auto" poster="openfest-poster.png" data-setup="{}">
|
||||||
<source src="http://grendel.ludost.net/openfest/hls/{{stream}}.m3u8" type="application/x-mpegURL" />
|
<source src="http://stream.openfest.org/openfest/hls/{{stream}}.m3u8" type="application/x-mpegURL" />
|
||||||
<source src="http://grendel.ludost.net/openfest/dash/{{stream}}.mpd" type="application/dash+xml" />
|
<source src="http://stream.openfest.org/openfest/dash/{{stream}}.mpd" type="application/dash+xml" />
|
||||||
<source src="rtmp://grendel.ludost.net/openfest/{{stream}}" type='rtmp/flv' />
|
<source src="rtmp://stream.openfest.org/openfest/{{stream}}" type='rtmp/flv' />
|
||||||
<p class="vjs-no-js">
|
<p class="vjs-no-js">
|
||||||
To view this video please enable JavaScript,
|
To view this video please enable JavaScript,
|
||||||
and consider upgrading to a web browser that
|
and consider upgrading to a web browser that
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
<!-- Embed with:
|
<!-- Embed with:
|
||||||
|
|
||||||
<iframe src="http://grendel.ludost.net/openfest/{{stream}}.html" style="border: none; height: 364px; width: 100%; overflow: none;" allowfullscreen>
|
<iframe src="http://stream.openfest.org/openfest/{{stream}}.html" style="border: none; height: 364px; width: 100%; overflow: none;" allowfullscreen>
|
||||||
<p>Браузърът Ви не поддържа iframes</p>
|
<p>Браузърът Ви не поддържа iframes</p>
|
||||||
</iframe>
|
</iframe>
|
||||||
|
|
||||||
|
@ -83,11 +83,11 @@
|
||||||
<section>
|
<section>
|
||||||
<p>Гледане в друг медия плейър:</p>
|
<p>Гледане в друг медия плейър:</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="rtmp://grendel.ludost.net/openfest/{{stream}}">rtmp://grendel.ludost.net/openfest/{{stream}}</a> (RTMP поток, поддържан от VLC и по-добрите медия плейъри)
|
<a href="rtmp://stream.openfest.org/openfest/{{stream}}">rtmp://stream.openfest.org/openfest/{{stream}}</a> (RTMP поток, поддържан от VLC и по-добрите медия плейъри)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="http://grendel.ludost.net/test/hls/{{stream}}.m3u8">http://grendel.ludost.net/openfest/hls/{{stream}}.m3u8</a> (HLS поток, поддържан от Android, iOS, както и VLC)
|
<a href="http://stream.openfest.org/test/hls/{{stream}}.m3u8">http://stream.openfest.org/openfest/hls/{{stream}}.m3u8</a> (HLS поток, поддържан от Android, iOS, както и VLC)
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
|
|
||||||
<!-- English Version
|
<!-- English Version
|
||||||
|
|
||||||
<iframe src="http://grendel.ludost.net/openfest/{{stream}}.html" style="border: none; height: 364px; width: 100%; overflow: none;" allowfullscreen>
|
<iframe src="http://stream.openfest.org/openfest/{{stream}}.html" style="border: none; height: 364px; width: 100%; overflow: none;" allowfullscreen>
|
||||||
<p>Your browser does not support iframes</p>
|
<p>Your browser does not support iframes</p>
|
||||||
</iframe>
|
</iframe>
|
||||||
|
|
||||||
|
@ -106,11 +106,11 @@
|
||||||
<section>
|
<section>
|
||||||
<p>Watch in a media player of your choice:</p>
|
<p>Watch in a media player of your choice:</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="rtmp://grendel.ludost.net/openfest/{{stream}}">rtmp://grendel.ludost.net/openfest/{{stream}}</a> (RTMP stream, supported by VLC, MPlayer, etc.)
|
<a href="rtmp://stream.openfest.org/openfest/{{stream}}">rtmp://stream.openfest.org/openfest/{{stream}}</a> (RTMP stream, supported by VLC, MPlayer, etc.)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="http://grendel.ludost.net/test/hls/{{stream}}.m3u8">http://grendel.ludost.net/openfest/hls/{{stream}}.m3u8</a> (HLS stream, supported by Android, iOS, VLC, MPlayer...)
|
<a href="http://stream.openfest.org/test/hls/{{stream}}.m3u8">http://stream.openfest.org/openfest/hls/{{stream}}.m3u8</a> (HLS stream, supported by Android, iOS, VLC, MPlayer...)
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue