Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML5 Multi-platform player with one Wowza stream
    text
    copied!<p><strong>GOAL</strong></p> <p>FLV Video files being served by Wowza Media Server to be played on all devices, platform/browser independent. I'm currently working with a player loaded with AJAX which uses VideoJS.</p> <p><strong>WHERE IM WORKING</strong></p> <p><a href="http://activemd.net/html5/" rel="nofollow noreferrer">http://activemd.net/html5/</a></p> <p><strong>THE CODE</strong></p> <p>It seems like you have to provide 3 different types of videos for HTML5, so my approach is trying to have Wowza transcode them to the 3 types.</p> <pre><code>&lt;video id="example_video_1" class="video-js vjs-default-skin" controls="" preload="none" width="432" height="300" poster="amd-poster.jpg" autoplay="" data-setup="{}"&gt; &lt;source src="http://74.208.104.107:1935/riverview/mp4:ri_martino.flv" type="video/mp4"&gt; &lt;source src="http://74.208.104.107:1935/riverview/webm:ri_martino.flv" type="video/webm"&gt; &lt;source src="http://74.208.104.107:1935/riverview/ogg:ri_martino.flv" type="video/ogg"&gt; &lt;/video&gt; </code></pre> <p><strong>PROBLEM</strong></p> <p>My videos won't play, anywhere. When I use http versions of the videos, my player plays them without a problem.</p> <p><strong>WHAT I HAVE TRIED</strong></p> <p>An example from the StackOverflow post at: <a href="https://stackoverflow.com/questions/12355296/wowza-ios-and-html5-video-tag">Wowza, iOS and HTML5 video tag</a></p> <p>An example from the Wowza post at: <a href="http://www.wowza.com/forums/content.php?35-How-to-set-up-video-on-demand-streaming" rel="nofollow noreferrer">http://www.wowza.com/forums/content.php?35-How-to-set-up-video-on-demand-streaming</a></p> <p><strong>QUESTION</strong></p> <p>How can I get my FLV videos to be streamed to all devices, regardless of platform or browser?</p> <p>Am I going about the whole transcoding approach incorrectly?</p> <p>Thanks. Rick</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload