Revert "pentaradio24 live video stream"

This reverts commit 81b44a68ec.
This commit is contained in:
Astro 2013-01-22 23:03:55 +01:00
parent 81b44a68ec
commit 0b08f85324
4 changed files with 0 additions and 29 deletions

View File

@ -18,15 +18,4 @@
Uhr auf <link href="http://coloradio.org/">coloRadio</link> (<link
href="http://hub.fueralle.org/coloradio160mp3.m3u">Stream</link>).
</p>
<p title="Video-Stream:">
</p>
<video xmlns="http://www.w3.org/1999/xhtml"
src="http://stream.c3d2.de: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.c3d2.de:8000/c3d2.ogg</link>
</p>
</item>

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>