实例介绍
Web视频播放插件,VLC插件,支持IE8浏览器播放,亲测已经用在项目上了。可参考Demo使用说明 http://www.cnblogs.com/vakeynb/p/8267108.html
【实例截图】
【核心代码】
4744302542968928115.rar
└── VlcTest
├── Default.aspx
├── Default.aspx.cs
├── empty_play.html
├── Videos
│ └── 666_B1_03_5712.mp4
├── VLC1.0.3
│ └── vlc-1.0.3
│ ├── activex
│ │ ├── axvlc.dll
│ │ ├── axvlc.dll.manifest
│ │ ├── README.TXT
│ │ ├── test.html
│ │ └── web.config
│ ├── AUTHORS.txt
│ ├── COPYING.txt
│ ├── http
│ │ ├── dialogs
│ │ │ ├── browse
│ │ │ ├── footer
│ │ │ ├── input
│ │ │ ├── main
│ │ │ ├── mosaic
│ │ │ ├── playlist
│ │ │ ├── sout
│ │ │ └── vlm
│ │ ├── favicon.ico
│ │ ├── flash.html
│ │ ├── iehacks.css
│ │ ├── images
│ │ │ ├── delete.png
│ │ │ ├── delete_small.png
│ │ │ ├── eject.png
│ │ │ ├── empty.png
│ │ │ ├── fullscreen.png
│ │ │ ├── help.png
│ │ │ ├── info.png
│ │ │ ├── loop.png
│ │ │ ├── minus.png
│ │ │ ├── next.png
│ │ │ ├── pause.png
│ │ │ ├── playlist.png
│ │ │ ├── playlist_small.png
│ │ │ ├── play.png
│ │ │ ├── plus.png
│ │ │ ├── prev.png
│ │ │ ├── refresh.png
│ │ │ ├── repeat.png
│ │ │ ├── sd.png
│ │ │ ├── shuffle.png
│ │ │ ├── slider_bar.png
│ │ │ ├── slider_left.png
│ │ │ ├── slider_point.png
│ │ │ ├── slider_right.png
│ │ │ ├── slow.png
│ │ │ ├── snapshot.png
│ │ │ ├── sort.png
│ │ │ ├── sout.png
│ │ │ ├── speaker_mute.png
│ │ │ ├── speaker.png
│ │ │ ├── stop.png
│ │ │ ├── vlc16x16.png
│ │ │ ├── volume_down.png
│ │ │ ├── volume_up.png
│ │ │ ├── white_cross_small.png
│ │ │ └── white.png
│ │ ├── index.html
│ │ ├── js
│ │ │ ├── functions.js
│ │ │ ├── mosaic.js
│ │ │ └── vlm.js
│ │ ├── mosaic.html
│ │ ├── requests
│ │ │ ├── browse.xml
│ │ │ ├── playlist.xml
│ │ │ ├── readme.txt
│ │ │ ├── status.xml
│ │ │ ├── vlm_cmd.xml
│ │ │ └── vlm.xml
│ │ ├── style.css
│ │ ├── vlm_export.html
│ │ └── vlm.html
│ ├── languages
│ │ ├── bengali.nsh
│ │ ├── brazilian_portuguese.nsh
│ │ ├── bulgarian.nsh
│ │ ├── catalan.nsh
│ │ ├── declaration.nsh
│ │ ├── dutch.nsh
│ │ ├── english.nsh
│ │ ├── finnish.nsh
│ │ ├── french.nsh
│ │ ├── german.nsh
│ │ ├── hungarian.nsh
│ │ ├── italian.nsh
│ │ ├── occitan.nsh
│ │ ├── polish.nsh
│ │ ├── punjabi.nsh
│ │ ├── romanian.nsh
│ │ ├── schinese.nsh
│ │ ├── slovak.nsh
│ │ ├── slovenian.nsh
│ │ ├── sorani.nsh
│ │ └── spanish.nsh
│ ├── libvlccore.dll
│ ├── libvlc.dll
│ ├── libvlc.dll.manifest
│ ├── locale
│ │ ├── af
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── ar
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── bg
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── bn
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── ca
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── ckb
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── co
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── cs
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── da
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── de
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── el
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── en_GB
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── es
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── et
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── eu
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── fa
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── fi
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── fr
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── fur
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── gl
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── he
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── hi
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── hr
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── hu
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── id
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── it
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── ja
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── ka
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── kk
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── km
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── ko
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── lt
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── lv
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── mn
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── ms
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── my
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── nb
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── ne
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── nl
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── oc
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── pa
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── pl
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── ps
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── pt_BR
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── pt_PT
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── ro
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── ru
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── sk
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── sl
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── sq
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── sr
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── sv
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── tet
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── th
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── tl
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── tr
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── uk
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── vi
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ ├── zh_CN
│ │ │ └── LC_MESSAGES
│ │ │ └── vlc.mo
│ │ └── zh_TW
│ │ └── LC_MESSAGES
│ │ └── vlc.mo
│ ├── lua
│ │ ├── http
│ │ │ ├── dialogs
│ │ │ │ ├── browse
│ │ │ │ ├── footer
│ │ │ │ ├── input
│ │ │ │ ├── main
│ │ │ │ ├── mosaic
│ │ │ │ ├── playlist
│ │ │ │ ├── sout
│ │ │ │ └── vlm
│ │ │ ├── favicon.ico
│ │ │ ├── flash.html
│ │ │ ├── iehacks.css
│ │ │ ├── images
│ │ │ │ ├── delete.png
│ │ │ │ ├── delete_small.png
│ │ │ │ ├── eject.png
│ │ │ │ ├── empty.png
│ │ │ │ ├── fullscreen.png
│ │ │ │ ├── help.png
│ │ │ │ ├── info.png
│ │ │ │ ├── loop.png
│ │ │ │ ├── minus.png
│ │ │ │ ├── next.png
│ │ │ │ ├── pause.png
│ │ │ │ ├── playlist.png
│ │ │ │ ├── playlist_small.png
│ │ │ │ ├── play.png
│ │ │ │ ├── plus.png
│ │ │ │ ├── prev.png
│ │ │ │ ├── refresh.png
│ │ │ │ ├── repeat.png
│ │ │ │ ├── reset.png
│ │ │ │ ├── sd.png
│ │ │ │ ├── shuffle.png
│ │ │ │ ├── slider_bar.png
│ │ │ │ ├── slider_left.png
│ │ │ │ ├── slider_point.png
│ │ │ │ ├── slider_right.png
│ │ │ │ ├── slow.png
│ │ │ │ ├── snapshot.png
│ │ │ │ ├── sort.png
│ │ │ │ ├── sout.png
│ │ │ │ ├── speaker_mute.png
│ │ │ │ ├── speaker.png
│ │ │ │ ├── stop.png
│ │ │ │ ├── vlc16x16.png
│ │ │ │ ├── volume_down.png
│ │ │ │ ├── volume_up.png
│ │ │ │ ├── white_cross_small.png
│ │ │ │ └── white.png
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ │ ├── functions.js
│ │ │ │ ├── mosaic.js
│ │ │ │ └── vlm.js
│ │ │ ├── mosaic.html
│ │ │ ├── requests
│ │ │ │ ├── browse.xml
│ │ │ │ ├── playlist.xml
│ │ │ │ ├── readme.txt
│ │ │ │ ├── status.xml
│ │ │ │ ├── vlm_cmd.xml
│ │ │ │ └── vlm.xml
│ │ │ ├── style.css
│ │ │ ├── vlm_export.html
│ │ │ └── vlm.html
│ │ ├── intf
│ │ │ ├── dummy.lua
│ │ │ ├── hotkeys.lua
│ │ │ ├── http.lua
│ │ │ ├── modules
│ │ │ │ ├── common.lua
│ │ │ │ ├── host.lua
│ │ │ │ └── sandbox.lua
│ │ │ ├── rc.lua
│ │ │ ├── README.txt
│ │ │ └── telnet.lua
│ │ ├── meta
│ │ │ ├── 01_musicbrainz.lua
│ │ │ ├── 10_googleimage.lua
│ │ │ └── README.txt
│ │ ├── playlist
│ │ │ ├── anevia_streams.lua
│ │ │ ├── appletrailers.lua
│ │ │ ├── bbc_co_uk.lua
│ │ │ ├── break.lua
│ │ │ ├── canalplus.lua
│ │ │ ├── cue.lua
│ │ │ ├── dailymotion.lua
│ │ │ ├── france2.lua
│ │ │ ├── googlevideo.lua
│ │ │ ├── joox.lua
│ │ │ ├── koreus.lua
│ │ │ ├── lelombrik.lua
│ │ │ ├── megavideo.lua
│ │ │ ├── metacafe.lua
│ │ │ ├── mpora.lua
│ │ │ ├── README.txt
│ │ │ ├── vimeo.lua
│ │ │ ├── youtube_homepage.lua
│ │ │ └── youtube.lua
│ │ └── README.txt
│ ├── MAINTAINERS.txt
│ ├── mozilla
│ │ ├── npvlc.dll
│ │ └── npvlc.dll.manifest
│ ├── NEWS.txt
│ ├── osdmenu
│ │ ├── default
│ │ │ ├── selected
│ │ │ │ ├── bw.png
│ │ │ │ ├── esc.png
│ │ │ │ ├── fw.png
│ │ │ │ ├── next.png
│ │ │ │ ├── play_pause.png
│ │ │ │ ├── previous.png
│ │ │ │ ├── stop.png
│ │ │ │ └── volume.png
│ │ │ ├── selection
│ │ │ │ ├── bw.png
│ │ │ │ ├── esc.png
│ │ │ │ ├── fw.png
│ │ │ │ ├── next.png
│ │ │ │ ├── play_pause.png
│ │ │ │ ├── previous.png
│ │ │ │ ├── stop.png
│ │ │ │ └── volume.png
│ │ │ ├── unselected.png
│ │ │ └── volume
│ │ │ ├── volume_00.png
│ │ │ ├── volume_01.png
│ │ │ ├── volume_02.png
│ │ │ ├── volume_03.png
│ │ │ ├── volume_04.png
│ │ │ ├── volume_05.png
│ │ │ ├── volume_06.png
│ │ │ ├── volume_07.png
│ │ │ ├── volume_08.png
│ │ │ ├── volume_09.png
│ │ │ └── volume_10.png
│ │ └── default.cfg
│ ├── plugins
│ │ ├── liba52_plugin.dll
│ │ ├── liba52tofloat32_plugin.dll
│ │ ├── liba52tospdif_plugin.dll
│ │ ├── libaccess_bd_plugin.dll
│ │ ├── libaccess_directory_plugin.dll
│ │ ├── libaccess_fake_plugin.dll
│ │ ├── libaccess_file_plugin.dll
│ │ ├── libaccess_ftp_plugin.dll
│ │ ├── libaccess_http_plugin.dll
│ │ ├── libaccess_mms_plugin.dll
│ │ ├── libaccess_output_dummy_plugin.dll
│ │ ├── libaccess_output_file_plugin.dll
│ │ ├── libaccess_output_http_plugin.dll
│ │ ├── libaccess_output_rtmp_plugin.dll
│ │ ├── libaccess_output_shout_plugin.dll
│ │ ├── libaccess_output_udp_plugin.dll
│ │ ├── libaccess_realrtsp_plugin.dll
│ │ ├── libaccess_rtmp_plugin.dll
│ │ ├── libaccess_smb_plugin.dll
│ │ ├── libaccess_tcp_plugin.dll
│ │ ├── libaccess_udp_plugin.dll
│ │ ├── libadjust_plugin.dll
│ │ ├── libadpcm_plugin.dll
│ │ ├── libaes3_plugin.dll
│ │ ├── libaiff_plugin.dll
│ │ ├── libalphamask_plugin.dll
│ │ ├── libaout_directx_plugin.dll
│ │ ├── libaout_file_plugin.dll
│ │ ├── libaraw_plugin.dll
│ │ ├── libasf_plugin.dll
│ │ ├── libatmo_plugin.dll
│ │ ├── libaudio_format_plugin.dll
│ │ ├── libaudioscrobbler_plugin.dll
│ │ ├── libau_plugin.dll
│ │ ├── libavcodec_plugin.dll
│ │ ├── libavformat_plugin.dll
│ │ ├── libavi_plugin.dll
│ │ ├── libbandlimited_resampler_plugin.dll
│ │ ├── libbda_plugin.dll
│ │ ├── libblendbench_plugin.dll
│ │ ├── libblend_plugin.dll
│ │ ├── libbluescreen_plugin.dll
│ │ ├── libcaca_plugin.dll
│ │ ├── libcanvas_plugin.dll
│ │ ├── libcc_plugin.dll
│ │ ├── libcdda_plugin.dll
│ │ ├── libcdg_plugin.dll
│ │ ├── libchain_plugin.dll
│ │ ├── libclone_plugin.dll
│ │ ├── libcmml_plugin.dll
│ │ ├── libcolorthres_plugin.dll
│ │ ├── libconverter_fixed_plugin.dll
│ │ ├── libconverter_float_plugin.dll
│ │ ├── libcroppadd_plugin.dll
│ │ ├── libcrop_plugin.dll
│ │ ├── libcvdsub_plugin.dll
│ │ ├── libdeinterlace_plugin.dll
│ │ ├── libdemux_cdg_plugin.dll
│ │ ├── libdemuxdump_plugin.dll
│ │ ├── libdirac_plugin.dll
│ │ ├── libdirect3d_plugin.dll
│ │ ├── libdmo_plugin.dll
│ │ ├── libdolby_surround_decoder_plugin.dll
│ │ ├── libdrawable_plugin.dll
│ │ ├── libdshow_plugin.dll
│ │ ├── libdts_plugin.dll
│ │ ├── libdtstofloat32_plugin.dll
│ │ ├── libdtstospdif_plugin.dll
│ │ ├── libdummy_plugin.dll
│ │ ├── libdvbsub_plugin.dll
│ │ ├── libdvdnav_plugin.dll
│ │ ├── libdvdread_plugin.dll
│ │ ├── libequalizer_plugin.dll
│ │ ├── liberase_plugin.dll
│ │ ├── libes_plugin.dll
│ │ ├── libexport_plugin.dll
│ │ ├── libextract_plugin.dll
│ │ ├── libfaad_plugin.dll
│ │ ├── libfake_plugin.dll
│ │ ├── libflac_plugin.dll
│ │ ├── libflacsys_plugin.dll
│ │ ├── libfloat32_mixer_plugin.dll
│ │ ├── libfolder_plugin.dll
│ │ ├── libfreetype_plugin.dll
│ │ ├── libgaussianblur_plugin.dll
│ │ ├── libgestures_plugin.dll
│ │ ├── libglobalhotkeys_plugin.dll
│ │ ├── libglwin32_plugin.dll
│ │ ├── libgnutls_plugin.dll
│ │ ├── libgoom_plugin.dll
│ │ ├── libgradient_plugin.dll
│ │ ├── libgrain_plugin.dll
│ │ ├── libgrey_yuv_plugin.dll
│ │ ├── libh264_plugin.dll
│ │ ├── libheadphone_channel_mixer_plugin.dll
│ │ ├── libhotkeys_plugin.dll
│ │ ├── libhttp_plugin.dll
│ │ ├── libi420_rgb_mmx_plugin.dll
│ │ ├── libi420_rgb_plugin.dll
│ │ ├── libi420_rgb_sse2_plugin.dll
│ │ ├── libi420_ymga_mmx_plugin.dll
│ │ ├── libi420_ymga_plugin.dll
│ │ ├── libi420_yuy2_mmx_plugin.dll
│ │ ├── libi420_yuy2_plugin.dll
│ │ ├── libi420_yuy2_sse2_plugin.dll
│ │ ├── libi422_i420_plugin.dll
│ │ ├── libi422_yuy2_mmx_plugin.dll
│ │ ├── libi422_yuy2_plugin.dll
│ │ ├── libi422_yuy2_sse2_plugin.dll
│ │ ├── libinvert_plugin.dll
│ │ ├── libinvmem_plugin.dll
│ │ ├── libkate_plugin.dll
│ │ ├── liblibass_plugin.dll
│ │ ├── liblibmpeg2_plugin.dll
│ │ ├── liblinear_resampler_plugin.dll
│ │ ├── liblive555_plugin.dll
│ │ ├── liblogger_plugin.dll
│ │ ├── liblogo_plugin.dll
│ │ ├── liblpcm_plugin.dll
│ │ ├── liblua_plugin.dll
│ │ ├── libm4v_plugin.dll
│ │ ├── libmagnify_plugin.dll
│ │ ├── libmarq_plugin.dll
│ │ ├── libmemcpy3dn_plugin.dll
│ │ ├── libmemcpymmxext_plugin.dll
│ │ ├── libmemcpymmx_plugin.dll
│ │ ├── libmemcpy_plugin.dll
│ │ ├── libmjpeg_plugin.dll
│ │ ├── libmkv_plugin.dll
│ │ ├── libmod_plugin.dll
│ │ ├── libmono_plugin.dll
│ │ ├── libmosaic_plugin.dll
│ │ ├── libmotionblur_plugin.dll
│ │ ├── libmotiondetect_plugin.dll
│ │ ├── libmp4_plugin.dll
│ │ ├── libmpc_plugin.dll
│ │ ├── libmpeg_audio_plugin.dll
│ │ ├── libmpgatofixed32_plugin.dll
│ │ ├── libmpgv_plugin.dll
│ │ ├── libmsn_plugin.dll
│ │ ├── libmux_asf_plugin.dll
│ │ ├── libmux_avi_plugin.dll
│ │ ├── libmux_dummy_plugin.dll
│ │ ├── libmux_mp4_plugin.dll
│ │ ├── libmux_mpjpeg_plugin.dll
│ │ ├── libmux_ogg_plugin.dll
│ │ ├── libmux_ps_plugin.dll
│ │ ├── libmux_ts_plugin.dll
│ │ ├── libmux_wav_plugin.dll
│ │ ├── libnoise_plugin.dll
│ │ ├── libnormvol_plugin.dll
│ │ ├── libnsc_plugin.dll
│ │ ├── libnsv_plugin.dll
│ │ ├── libntservice_plugin.dll
│ │ ├── libnuv_plugin.dll
│ │ ├── libogg_plugin.dll
│ │ ├── libopengl_plugin.dll
│ │ ├── libosdmenu_plugin.dll
│ │ ├── libosd_parser_plugin.dll
│ │ ├── libpacketizer_copy_plugin.dll
│ │ ├── libpacketizer_dirac_plugin.dll
│ │ ├── libpacketizer_h264_plugin.dll
│ │ ├── libpacketizer_mlp_plugin.dll
│ │ ├── libpacketizer_mpeg4audio_plugin.dll
│ │ ├── libpacketizer_mpeg4video_plugin.dll
│ │ ├── libpacketizer_mpegvideo_plugin.dll
│ │ ├── libpacketizer_vc1_plugin.dll
│ │ ├── libpanoramix_plugin.dll
│ │ ├── libparam_eq_plugin.dll
│ │ ├── libplaylist_plugin.dll
│ │ ├── libpng_plugin.dll
│ │ ├── libpodcast_plugin.dll
│ │ ├── libportaudio_plugin.dll
│ │ ├── libpostproc_plugin.dll
│ │ ├── libps_plugin.dll
│ │ ├── libpsychedelic_plugin.dll
│ │ ├── libpuzzle_plugin.dll
│ │ ├── libpva_plugin.dll
│ │ ├── libqt4_plugin.dll
│ │ ├── libquicktime_plugin.dll
│ │ ├── librawaud_plugin.dll
│ │ ├── librawdv_plugin.dll
│ │ ├── librawvideo_plugin.dll
│ │ ├── librawvid_plugin.dll
│ │ ├── librc_plugin.dll
│ │ ├── librealaudio_plugin.dll
│ │ ├── libreal_plugin.dll
│ │ ├── librealvideo_plugin.dll
│ │ ├── libremoteosd_plugin.dll
│ │ ├── libripple_plugin.dll
│ │ ├── librotate_plugin.dll
│ │ ├── librss_plugin.dll
│ │ ├── librtp_plugin.dll
│ │ ├── librv32_plugin.dll
│ │ ├── libsap_plugin.dll
│ │ ├── libscale_plugin.dll
│ │ ├── libscaletempo_plugin.dll
│ │ ├── libscene_plugin.dll
│ │ ├── libschroedinger_plugin.dll
│ │ ├── libscreen_plugin.dll
│ │ ├── libsdl_image_plugin.dll
│ │ ├── libsharpen_plugin.dll
│ │ ├── libshout_plugin.dll
│ │ ├── libshowintf_plugin.dll
│ │ ├── libsimple_channel_mixer_plugin.dll
│ │ ├── libskins2_plugin.dll
│ │ ├── libsmf_plugin.dll
│ │ ├── libspatializer_plugin.dll
│ │ ├── libspdif_mixer_plugin.dll
│ │ ├── libspeex_plugin.dll
│ │ ├── libspudec_plugin.dll
│ │ ├── libstats_plugin.dll
│ │ ├── libstream_filter_rar_plugin.dll
│ │ ├── libstream_filter_record_plugin.dll
│ │ ├── libstream_out_autodel_plugin.dll
│ │ ├── libstream_out_bridge_plugin.dll
│ │ ├── libstream_out_description_plugin.dll
│ │ ├── libstream_out_display_plugin.dll
│ │ ├── libstream_out_dummy_plugin.dll
│ │ ├── libstream_out_duplicate_plugin.dll
│ │ ├── libstream_out_es_plugin.dll
│ │ ├── libstream_out_gather_plugin.dll
│ │ ├── libstream_out_mosaic_bridge_plugin.dll
│ │ ├── libstream_out_raop_plugin.dll
│ │ ├── libstream_out_record_plugin.dll
│ │ ├── libstream_out_rtp_plugin.dll
│ │ ├── libstream_out_standard_plugin.dll
│ │ ├── libstream_out_transcode_plugin.dll
│ │ ├── libstream_out_transrate_plugin.dll
│ │ ├── libsubsdec_plugin.dll
│ │ ├── libsubsusf_plugin.dll
│ │ ├── libsubtitle_plugin.dll
│ │ ├── libsvcdsub_plugin.dll
│ │ ├── libswscale_plugin.dll
│ │ ├── libt140_plugin.dll
│ │ ├── libtaglib_plugin.dll
│ │ ├── libtelnet_plugin.dll
│ │ ├── libtelx_plugin.dll
│ │ ├── libtheora_plugin.dll
│ │ ├── libtransform_plugin.dll
│ │ ├── libtrivial_channel_mixer_plugin.dll
│ │ ├── libtrivial_mixer_plugin.dll
│ │ ├── libtrivial_resampler_plugin.dll
│ │ ├── libts_plugin.dll
│ │ ├── libtta_plugin.dll
│ │ ├── libtwolame_plugin.dll
│ │ ├── libty_plugin.dll
│ │ ├── libugly_resampler_plugin.dll
│ │ ├── libvc1_plugin.dll
│ │ ├── libvcd_plugin.dll
│ │ ├── libvisual_plugin.dll
│ │ ├── libvmem_plugin.dll
│ │ ├── libvobsub_plugin.dll
│ │ ├── libvoc_plugin.dll
│ │ ├── libvod_rtsp_plugin.dll
│ │ ├── libvorbis_plugin.dll
│ │ ├── libvout_directx_plugin.dll
│ │ ├── libwall_plugin.dll
│ │ ├── libwaveout_plugin.dll
│ │ ├── libwave_plugin.dll
│ │ ├── libwav_plugin.dll
│ │ ├── libwingdi_plugin.dll
│ │ ├── libx264_plugin.dll
│ │ ├── libxa_plugin.dll
│ │ ├── libxml_plugin.dll
│ │ ├── libxtag_plugin.dll
│ │ ├── libyuv_plugin.dll
│ │ ├── libyuvp_plugin.dll
│ │ ├── libyuy2_i420_plugin.dll
│ │ ├── libyuy2_i422_plugin.dll
│ │ ├── libzip_plugin.dll
│ │ └── libzvbi_plugin.dll
│ ├── README.txt
│ ├── sdk
│ │ ├── include
│ │ │ └── vlc
│ │ │ ├── deprecated.h
│ │ │ ├── libvlc_events.h
│ │ │ ├── libvlc.h
│ │ │ ├── libvlc_media_discoverer.h
│ │ │ ├── libvlc_media.h
│ │ │ ├── libvlc_media_library.h
│ │ │ ├── libvlc_media_list.h
│ │ │ ├── libvlc_media_list_player.h
│ │ │ ├── libvlc_media_list_view.h
│ │ │ ├── libvlc_media_player.h
│ │ │ ├── libvlc_structures.h
│ │ │ ├── libvlc_vlm.h
│ │ │ ├── mediacontrol.h
│ │ │ ├── mediacontrol_structures.h
│ │ │ ├── plugins
│ │ │ │ ├── vlc_access.h
│ │ │ │ ├── vlc_acl.h
│ │ │ │ ├── vlc_aout.h
│ │ │ │ ├── vlc_arrays.h
│ │ │ │ ├── vlc_avcodec.h
│ │ │ │ ├── vlc_bits.h
│ │ │ │ ├── vlc_block.h
│ │ │ │ ├── vlc_block_helper.h
│ │ │ │ ├── vlc_charset.h
│ │ │ │ ├── vlc_codec.h
│ │ │ │ ├── vlc_common.h
│ │ │ │ ├── vlc_config_cat.h
│ │ │ │ ├── vlc_config.h
│ │ │ │ ├── vlc_configuration.h
│ │ │ │ ├── vlc_demux.h
│ │ │ │ ├── vlc_dialog.h
│ │ │ │ ├── vlc_epg.h
│ │ │ │ ├── vlc_es.h
│ │ │ │ ├── vlc_es_out.h
│ │ │ │ ├── vlc_events.h
│ │ │ │ ├── vlc_filter.h
│ │ │ │ ├── vlc_gcrypt.h
│ │ │ │ ├── vlc_httpd.h
│ │ │ │ ├── vlc_image.h
│ │ │ │ ├── vlc_input.h
│ │ │ │ ├── vlc_input_item.h
│ │ │ │ ├── vlc_main.h
│ │ │ │ ├── vlc_md5.h
│ │ │ │ ├── vlc_messages.h
│ │ │ │ ├── vlc_meta.h
│ │ │ │ ├── vlc_modules.h
│ │ │ │ ├── vlc_mtime.h
│ │ │ │ ├── vlc_objects.h
│ │ │ │ ├── vlc_playlist.h
│ │ │ │ ├── vlc_plugin.h
│ │ │ │ ├── vlc_rand.h
│ │ │ │ ├── vlc_services_discovery.h
│ │ │ │ ├── vlc_sout.h
│ │ │ │ ├── vlc_stream.h
│ │ │ │ ├── vlc_strings.h
│ │ │ │ ├── vlc_threads.h
│ │ │ │ ├── vlc_url.h
│ │ │ │ ├── vlc_variables.h
│ │ │ │ ├── vlc_vlm.h
│ │ │ │ ├── vlc_vout.h
│ │ │ │ ├── vlc_window.h
│ │ │ │ └── vlc_xml.h
│ │ │ └── vlc.h
│ │ └── lib
│ │ ├── libvlccore.dll.a
│ │ ├── libvlccore.la
│ │ ├── libvlc.dll.a
│ │ ├── libvlc.la
│ │ └── pkgconfig
│ │ ├── libvlc.pc
│ │ └── vlc-plugin.pc
│ ├── skins
│ │ ├── default.vlt
│ │ ├── fonts
│ │ │ ├── FreeSansBold.ttf
│ │ │ └── FreeSans.ttf
│ │ ├── skin.catalog
│ │ └── skin.dtd
│ ├── THANKS.txt
│ ├── vlc.exe
│ ├── vlc.exe.manifest
│ ├── vlc.ico
│ └── vlc.win32.nsi
└── Web.config
157 directories, 635 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论