`
445822357
  • 浏览: 739073 次
文章分类
社区版块
存档分类
最新评论

第一篇、vlc-android之开篇介绍

 
阅读更多

转载请注明出处:http://blog.csdn.net/cuiran/article/details/30054835

最近一直研究android的视频直播部分,从最开始的直接播放本地视频文件,到使用http、rtsp,mms和udp.但是发现目前支持UDP TS流的很少。

刚刚接触的Vitamio 网址:http://www.vitamio.org/

发现直播会出现很多丢失声音和画面马赛克。据说Vitamio 也是从vlc分离出来。今天开始就自己试着去研究一下vlc-android.

这里也非常感谢vlc提供了很多开源的、不同系统版本的程序。

针对vlc具体介绍,大家可以去看一下vlc的官网http://www.videolan.org/vlc/

从现在开始,主要研究的是vlc-android 网址:http://www.videolan.org/vlc/download-android.html大家通过这里可以下载最新的代码。针对vlc-android的介绍大家可以看一下,功能也很强大:

Features

  • Plays all files, in all formats, like the classic VLC.
  • Audio and video media library, with full search.
  • Support for network streams, including HLS.
  • Supports Android from version 2.1 (platform-7).
  • Supports ARMv6, ARMv7 and ARMv7+NEON.
  • Supports secondary display.
  • Subtitles support, embedded and external, including ASS and DVD subtitles.
  • Multi audio or subtitles tracks selection.
  • Multi-core decoding, for Cortex-A7 A9 and A15 chips.
  • Supports full hardware decoding.
  • Gestures, headphones control.
  • Audio equalizer

Help us!

Test it

We need help to test VLC under a variety of devices.

Please join us on ourforum.

Kickstart us!

We need funding to:

  • Buy or rent the large variety of devices;
  • Fund some developers and support people to fix bugs;
  • Buy various tools to speed-up development.

so VLC works perfectly on Android phones and tablets.

Send us phones

If you are a phone manufacturer or have spare phones, please send them to us :)

Contact us.

Decoding performance

VLC can decode video in sofware and hardware mode. Hardware decoding often provides better performance but is not supported on all devices. If your device Android version is below 4.3, software decoding may be the only working option for you.

Documentation

Seeherefor additional documentation.

Thanks

We would like to thank people who helped us.



大家可以去这里http://get.videolan.org/vlc-android/下载最新的vlc-android.里面已经有一个VLC.apk.可以下载安装和测试。

也可以从我的git上下载http://git.oschina.net/cuiran/vlc-android

里面也是和官网一样。后面将给出如何整理出源码和使用源码自己生成apk,以及自己开发一个demo使用vlc所提供的.so等等。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics