video/mp4->video/rtmp

This commit is contained in:
0 2014-09-13 21:02:40 +02:00
parent 34b950bc6d
commit 4053530001
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<div id="player">
<video id="video" width="576" height="320" controls="true" preload="auto" autoplay="true" poster="assets/no-stream.png">
<source src="rtmp://stream.datenspuren.de:1935/stream/saal1_datenspuren_hq" title="h.264 (RTMP)" type="video/mp4" />
<source src="rtmp://stream.datenspuren.de:1935/stream/saal1_datenspuren_hq" title="h.264 (RTMP)" type="video/rtmp" />
<source src="http://stream.datenspuren.de:8000/saal1_datenspuren.webm" title="WebM" type="video/webm" />
<source src="http://stream.datenspuren.de/hls/saal1_datenspuren_hq.m3u8" title="h.264 (HLS)" type="application/x-mpegURL" />

View File

@ -22,7 +22,7 @@
<div id="player">
<video id="video" width="576" height="320" controls="true" preload="auto" autoplay="true" poster="assets/no-stream.png">
<source src="rtmp://stream.datenspuren.de:1935/stream/saal2_datenspuren_hq" title="h.264 (RTMP)" type="video/mp4" />
<source src="rtmp://stream.datenspuren.de:1935/stream/saal2_datenspuren_hq" title="h.264 (RTMP)" type="video/rtmp" />
<source src="http://stream.datenspuren.de:8000/saal2_datenspuren.webm" title="WebM" type="video/webm" />
<source src="http://stream.datenspuren.de/hls/saal2_datenspuren_hq.m3u8" title="h.264 (HLS)" type="application/x-mpegURL" />