实例介绍
网页实时视频播放器源码(VS2005工程),支持rtsp,http,等多种流媒体协议,支持录像,截图,暂停,所有功能带有网页demo
【实例截图】
【核心代码】
4744300845383971158.zip
└── webMediaPlayer
└── MyActiveX
├── 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_player.h
│ ├── libvlc_structures.h
│ ├── libvlc_version.h
│ ├── libvlc_vlm.h
│ ├── plugins
│ │ ├── vlc_about.h
│ │ ├── vlc_access.h
│ │ ├── vlc_acl.h
│ │ ├── vlc_aout.h
│ │ ├── vlc_aout_mixer.h
│ │ ├── vlc_arrays.h
│ │ ├── vlc_art_finder.h
│ │ ├── vlc_atomic.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_cpu.h
│ │ ├── vlc_demux.h
│ │ ├── vlc_dialog.h
│ │ ├── vlc_epg.h
│ │ ├── vlc_es.h
│ │ ├── vlc_es_out.h
│ │ ├── vlc_events.h
│ │ ├── vlc_filter.h
│ │ ├── vlc_fourcc.h
│ │ ├── vlc_fs.h
│ │ ├── vlc_gcrypt.h
│ │ ├── vlc_httpd.h
│ │ ├── vlc_http.h
│ │ ├── vlc_image.h
│ │ ├── vlc_inhibit.h
│ │ ├── vlc_input.h
│ │ ├── vlc_input_item.h
│ │ ├── vlc_main.h
│ │ ├── vlc_md5.h
│ │ ├── vlc_media_library.h
│ │ ├── vlc_messages.h
│ │ ├── vlc_meta.h
│ │ ├── vlc_modules.h
│ │ ├── vlc_mouse.h
│ │ ├── vlc_mtime.h
│ │ ├── vlc_objects.h
│ │ ├── vlc_picture_fifo.h
│ │ ├── vlc_picture.h
│ │ ├── vlc_picture_pool.h
│ │ ├── vlc_playlist.h
│ │ ├── vlc_plugin.h
│ │ ├── vlc_probe.h
│ │ ├── vlc_rand.h
│ │ ├── vlc_services_discovery.h
│ │ ├── vlc_sout.h
│ │ ├── vlc_spu.h
│ │ ├── vlc_sql.h
│ │ ├── vlc_stream.h
│ │ ├── vlc_strings.h
│ │ ├── vlc_subpicture.h
│ │ ├── vlc_text_style.h
│ │ ├── vlc_threads.h
│ │ ├── vlc_url.h
│ │ ├── vlc_variables.h
│ │ ├── vlc_video_splitter.h
│ │ ├── vlc_vlm.h
│ │ ├── vlc_vout_display.h
│ │ ├── vlc_vout.h
│ │ ├── vlc_vout_opengl.h
│ │ ├── vlc_vout_osd.h
│ │ ├── vlc_vout_window.h
│ │ ├── vlc_xlib.h
│ │ └── vlc_xml.h
│ └── vlc.h
├── MyActiveX
│ ├── backpic.bmp
│ ├── libvlccore.dll
│ ├── libvlc.def
│ ├── libvlc.dll
│ ├── libvlc.lib
│ ├── MainDialog.cpp
│ ├── MainDialog.h
│ ├── MyActiveX.aps
│ ├── MyActiveX.cpp
│ ├── MyActiveXCtrl.bmp
│ ├── MyActiveXCtrl.cpp
│ ├── MyActiveXCtrl.h
│ ├── MyActiveX.def
│ ├── MyActiveX.h
│ ├── MyActiveX_i.c
│ ├── MyActiveX.idl
│ ├── MyActiveXidl.h
│ ├── MyActiveXPropPage.cpp
│ ├── MyActiveXPropPage.h
│ ├── MyActiveX.rc
│ ├── MyActiveX.vcproj
│ ├── PictureEx.cpp
│ ├── PictureEx.h
│ ├── Release
│ ├── resource.h
│ ├── stdafx.cpp
│ └── stdafx.h
├── MyActiveX.sln
├── MyActiveX.suo
├── MyActiveX.suo.old
├── readME.txt
├── release
│ ├── libvlccore.dll
│ ├── libvlc.dll
│ ├── libvlc.dll.manifest
│ ├── MyActiveX.exp
│ ├── MyActiveX.lib
│ ├── MyActiveX.ocx
│ └── plugins
│ ├── libaccess_bd_plugin.dll
│ ├── libaccess_output_file_plugin.dll
│ ├── libaout_directx_plugin.dll
│ ├── libaudio_format_plugin.dll
│ ├── libavcodec_plugin.dll
│ ├── libbandlimited_resampler_plugin.dll
│ ├── libdirect3d_plugin.dll
│ ├── libdirectx_plugin.dll
│ ├── libdrawable_plugin.dll
│ ├── libdshow_plugin.dll
│ ├── libfloat32_mixer_plugin.dll
│ ├── liblive555_plugin.dll
│ ├── libmono_plugin.dll
│ ├── libmux_mp4_plugin.dll
│ ├── libpacketizer_copy_plugin.dll
│ ├── libpacketizer_h264_plugin.dll
│ ├── libpacketizer_mpeg4audio_plugin.dll
│ ├── libpacketizer_mpeg4video_plugin.dll
│ ├── libscaletempo_plugin.dll
│ ├── libscene_plugin.dll
│ ├── libspdif_mixer_plugin.dll
│ ├── libstream_filter_rar_plugin.dll
│ ├── libstream_filter_record_plugin.dll
│ ├── libstream_out_record_plugin.dll
│ ├── libstream_out_standard_plugin.dll
│ ├── libswscale_plugin.dll
│ ├── libtrivial_channel_mixer_plugin.dll
│ ├── libtrivial_mixer_plugin.dll
│ ├── libtwolame_plugin.dll
│ ├── libugly_resampler_plugin.dll
│ ├── libvideo_filter_wrapper_plugin.dll
│ ├── libvout_wrapper_plugin.dll
│ ├── libwaveout_plugin.dll
│ ├── libyuv_plugin.dll
│ ├── libyuvp_plugin.dll
│ ├── libyuy2_i420_plugin.dll
│ └── plugins-04041e-7e8.dat
├── testAX.html
└── VideoPlayer.cab
9 directories, 159 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论