<script src="https://releases.flowplayer.org/js/flowplayer-3.2.13.min.js"></script>

<div id="wowza" style="width:640px;height:360px;margin:0 auto;text-align:center">

</div>
<script>

$f("wowza", "https://releases.flowplayer.org/swf/flowplayer-3.2.18.swf", {

    clip: {
        url: 'rtmp://wowza.ucnet.uoc.gr:1935/ms-p101/mp4:/P101/2015-XHM-160/XHM-160-2015-04-28.mp4',
        scaling: 'fit',
        // configure clip to use hddn as our provider, referring to our rtmp plugin
        provider: 'hddn'
    },

    // streaming plugins are configured under the plugins node
    plugins: {

        // here is our rtmp plugin configuration
        hddn: {
            url: "flowplayer.rtmp-3.2.13.swf",

            // netConnectionUrl defines where the streams are found
            netConnectionUrl: 'rtmp://wowza.ucnet.uoc.gr:1935/ms-p101/mp4:/P101/2015-XHM-160/XHM-160-2015-04-28.mp4'
        }
    },
    canvas: {
        backgroundGradient: 'none'
    }
});
</script>

Τελευταία τροποποίηση: Τετάρτη, 23 Σεπτεμβρίου 2015, 11:27 AM