flowplayer

    1熱度

    1回答

    我認爲我已經正確配置了所有內容,但我無法使用流式播放器傳輸任何視頻,並且this plugin已激活。 的文件的結構是: index.php sectimestamp.php secure/ --.htaccess --video.mp4 <-- Mi video (2.4 MB) --video.php flowplayer/ --flowplayer-3.2.18.swf --

    0熱度

    2回答

    我正在使用跨瀏覽器解決方案播放.mp4視頻文件。我必須支持IE8及之後的版本。我正在使用這裏提到的解決方案Dev-Metal。我已經成功配置了一切,它正在工作。 但是,我的要求涉及更改動態播放的視頻使用javascript/jQuery。 我已經成功完成了HTML5視頻標籤;但我在Flash播放器遇到問題。我是閃存集成的新手。 這裏是我的html代碼: <video id="introPageVi

    0熱度

    1回答

    Here是如何將m3u8與流水遊戲一起嵌入的示例。 <div data-live="true" data-ratio="0.5625" class="flowplayer play-button fixed-controls"> <video> <source type="application/x-mpegurl" src="http://wms.shared.stream

    -1熱度

    1回答

    想要在Android TV上播放視頻,我使用的是flowpplayer 3,Android的Adobe Flash Player版本是11.1.115.81,瀏覽器是firefox。 我的代碼: <script src="flowplayer/flowplayer-3.2.11.min.js" type="text/javascript"></script> <script src="jquer

    0熱度

    1回答

    我的客戶希望他的視頻隱藏,並且沒有可能被下載或複製(或者至少難以做到)。 我正在嘗試使用流水遊戲安全流式傳輸,但是我無法使其工作! 我得到這個錯誤: 200, Stream not found, NetStream.Play.StreamNotFound, clip: '[Clip] 'secure/ad722768cfa6f10b51b7e317c8dd1ca4/1417957647/v.mp4

    0熱度

    1回答

    以下代碼適用於瀏覽器,但不適用於iPhone(以下代碼摘錄)。我得到錯誤的'網址未定義'。這是什麼原因? 這裏如下的代碼:上述 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript" src="http://code.jqu

    0熱度

    1回答

    我有一個視頻陣列,我想爲包含視頻的每個div初始化播放器。 在我的JS代碼我建立的div喜歡: <div id="player+{{$index}}"></div> // "player" + index is calculate dynamically by js function 然後: dscPlayer.initialize(urlvideo,coverUrl,id); initi

    0熱度

    1回答

    在flowplayer有一個視頻播放,它可以在我的網站上下載。 我正在使用下面的代碼來爲右側的文本添加動畫:100%使用jquery保持100%。 flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.18.swf", { wmode: 'transparent', // th

    0熱度

    1回答

    我嘗試做這樣的事情。我想將FLV或MP4文件傳輸到網站上的播放器(我使用流式播放器)。我通過CURL鏈接到視頻,並將流媒體「剪輯」設置爲該網址。但是,我有一個問題。沒有加載時,我無法倒帶轉發。 如果我從我的主機外面流式傳輸文件,是否可以從一半視頻開始?

    -1熱度

    1回答

    我正在製作一個帶Google地圖的網絡,我想在其中嵌入流式播放器rtmp流視頻到infowindow,但我不知道該怎麼做。我正在讀取數據庫鏈接等屬性,然後創建infowindow。這裏是創建地圖和infowindow的代碼: function initialize() { //here were map properties and custom icons, unnecesary for p