File | Date | Author | Commit |
---|---|---|---|
libvlc_bin | 2015-01-09 |
![]() |
[0fd6c2] modify |
libvlc_include | 2014-12-30 |
![]() |
[de8fd5] Initial commit |
libvlc_lib | 2014-12-30 |
![]() |
[de8fd5] Initial commit |
playerGUI | 2015-01-08 |
![]() |
[2bdef9] exit when play ends |
simplest_libvlc_player | 2014-12-31 |
![]() |
[418410] small fix |
simplest_libvlc_streamer | 2015-01-03 |
![]() |
[f7f465] commit |
.gitignore | 2014-12-30 |
![]() |
[de8fd5] Initial commit |
Readme.txt | 2014-12-30 |
![]() |
[de8fd5] Initial commit |
playerGUI_screenshot.JPG | 2014-12-31 |
![]() |
[418410] small fix |
simplest_libvlc_example.sln | 2014-12-30 |
![]() |
[de8fd5] Initial commit |
simplest_libvlc_example.suo | 2015-01-09 |
![]() |
[0fd6c2] modify |
simplest_libvlc_player.jpg | 2014-12-30 |
![]() |
[de8fd5] Initial commit |
最简单的基于libVLC的示例 Simplest libVLC Example 雷霄骅 Lei Xiaohua leixiaohua1020@126.com 中国传媒大学/数字电视技术 Communication University of China / Digital TV Technology http://blog.csdn.net/leixiaohua1020 本工程是包含了一些基于libVLC的示例程序。一共包含了如下几个子程序。 playerGUI: 最简单的基于libVLC的播放器-图形界面版。 simplest_libvlc_example: 最简单的基于libVLC的播放器。 simplest_libvlc_streamer: 最简单的基于libVLC的推流器。 This software contains several examples based on libVLC. It contains following project: playerGUI: Simplest libVLC Player GUI. simplest_libvlc_example: Simplest libVLC Player. simplest_libvlc_streamer: Simplest libVLC Streamer.