vitamio

    1熱度

    1回答

    我使用vitamio lib製作視頻播放器。但是,我無法找到出路來顯示嵌入字幕。我在互聯網上徹底搜索,但沒有示例代碼。這裏是我的代碼: public void onCreate(Bundle icicle) { super.onCreate(icicle); if (!io.vov.vitamio.LibsChecker.checkVitamioLibs(this))

    1熱度

    1回答

    我正在使用vitamio庫播放在線audo流,但這不能播放asf流。 mPlayer=new mPlayer(this); try { mPlayer.setDataSource(path); //mPlayer.prepareAsync(); // prepare async to not block // main mPl

    2熱度

    1回答

    我用vitamio庫播放視頻,當我嘗試運行該項目,日食返回此錯誤: java.lang.NoClassDefFoundError: io.vov.vitamio.LibsChecker 也就是說問題,如果您有任何想法,然後請與我分享。從vitamioLib

    3熱度

    3回答

    我想在Android 2.2及更高版本上通過HTTP(m3u8)播放流式音頻。 Android 3.0及以上版本支持HTTP流,只有3.0以下才支持。 解決方案是在項目中使用Vitamio。但是,Vitamio要求用戶從Play商店安裝插件。 所以,我的問題: - 是否有任何方法將Vitamio插件嵌入到項目中? - 是否有另一種解決方案用於HTTP流式傳輸設備< Android 3.0?

    0熱度

    1回答

    我使用vitamio在列表中播放音樂,當我切換到另一首歌曲時,我打電話給Mediaplayer.reset(),但在播放下一首歌曲之前存在噪音。 這樣的代碼: mPlayer.reset(); //noise playing for a second try { mPlayer.setDataSource(station.getUrl()); mPlayer.prepareAsync();

    1熱度

    1回答

    我成功安裝了Zi庫和VitamioBundle,但無法編譯VitamioDemo示例。 Eclipse說,對於VideoView類型,未定義方法setVideoPath,setVideoQuality,setMediaController和setVideoLayout。 這很奇怪,因爲VitamioBundle作爲一個庫正確鏈接到項目。任何想法? 其他:爲什麼我必須將整個VitamionBundl

    0熱度

    1回答

    我知道Vitamio將離不開以下條件下工作: if (! io.vov.vitamio.LibsChecker.checkVitamioLibs (this)) return; 但如何將它添加到Service。 我跑的演示中,我所擁有的一切工作正常,但如何在Servais會面工作

    2熱度

    1回答

    我試圖在我的項目中使用vitamio庫,從 https://github.com/yixia/VitamioBundle/tree/v3.0 下載庫並作爲eclipse庫項目導入。 然後我創建了一個使用庫(Project Properties/Androd/Add Library)的測試項目,一切似乎都正確,並且vitamio資源包含在測試項目樹中,測試活動xml如下(抓取從另一個StOv後):

    0熱度

    2回答

    我使用vitamio庫播放flv視頻。 以下是我的VideoWrapper活動: public class VideoWrapperActivity extends Activity { private String videoPath = null; private VideoView mVideoView; int chaperPlaying = 0;

    0熱度

    1回答

    我對使用Vitamio的Android項目感興趣,該項目將使用HLS視頻並支持較舊的2.x版Android。 我試圖播放視頻裏面和HTML5 <video>標籤,但需要它播放內聯,而不是全屏。另外,我希望這可以用於實時流式傳輸(即網絡攝像頭)而不是預先錄製的視頻。 有誰知道它是否可以做到這一點?或者,我可以使用另一個庫來完成這項工作嗎? 此外,如果我不能支持回2.x,但這可以在3.x工作,我也很想