pentaradio24 live video stream

This commit is contained in:
Astro 2012-11-27 20:16:30 +01:00
parent c8c00c4417
commit 8986c201d4
4 changed files with 28 additions and 1 deletions

View File

@ -12,8 +12,17 @@
Vorausblick geben, weshalb und wie man elektronische Kommunikation
schützen sollte.
</p>
<p title="Video-Stream:">
</p>
<video xmlns="http://www.w3.org/1999/xhtml"
src="http://stream.pentamedia.org:8000/c3d2.ogg"
type="application/ogg" autoplay="autoplay" controls="controls">
</video>
<p>
Mitmachen:
Obiges <em>&lt;video&gt;</em>-Element müsste in Firefox und Chromium funktionieren. Alle anderen öffnen bitte diese Adresse mit einem Mediaplayer:
<link>http://stream.pentamedia.org:8000/c3d2.ogg</link>
</p>
<p title="Mitmachen:">
</p>
<dl>
<dt>Phone</dt>

View File

@ -200,6 +200,10 @@ pre {
margin-top: .5em;
}
#content video {
max-width: 100%;
}
/* -- Comments -- */
div.comments > p:first-child {
padding: 1em 0 0;

View File

@ -91,6 +91,7 @@
<xs:element ref="news-list"/>
<xs:element ref="form" xmlns="http://www.w3.org/1999/xhtml"/>
<xs:element ref="iframe" xmlns="http://www.w3.org/1999/xhtml"/>
<xs:element ref="video" xmlns="http://www.w3.org/1999/xhtml"/>
<xs:element ref="include-pentabarf-schedule"/>
<xs:element ref="resource"/>
</xs:choice>

View File

@ -2219,5 +2219,18 @@
<xs:attribute name="allowfullscreen" type="Text"/>
</xs:complexType>
</xs:element>
<xs:element name="video">
<xs:complexType mixed="true">
<xs:attributeGroup ref="attrs"/>
<xs:attribute name="src" type="URI"/>
<xs:attribute name="height" type="Length"/>
<xs:attribute name="width" type="Length"/>
<xs:attribute name="type" type="Text"/>
<xs:attribute name="allowfullscreen" type="Text"/>
<xs:attribute name="autoplay" type="Text"/>
<xs:attribute name="controls" type="Text"/>
<xs:attribute name="preload" type="Text"/>
</xs:complexType>
</xs:element>
</xs:schema>