Revert "pentaradio24 live video stream", Sendung vorbei, Stream offline

This reverts commit 8986c201d4.
This commit is contained in:
Astro 2012-11-27 23:03:41 +01:00
parent 8986c201d4
commit e66de53816
4 changed files with 1 additions and 28 deletions

View File

@ -12,17 +12,8 @@
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>
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:">
Mitmachen:
</p>
<dl>
<dt>Phone</dt>

View File

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

View File

@ -91,7 +91,6 @@
<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,18 +2219,5 @@
<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>