搜索资源列表
vlc-0.8.1.tar
- 法国巴黎大学提供的开源项目。该软件的设计目标为: 1.多媒体音视频播放器,能识别几乎所有的媒体文件格式:mpeg1,mpeg2,mpeg4等等(realplay的格式无法识别); 2.作为网络传输音视频流媒体的客户端和服务器端,已经实现了rtsp,rtp以及unicast和multicast等各个流媒体功能; 3.跨平台。现在已经支持的平台有:windows,unix,linux,MAC OS X,BeOS,QNX等等操作系统; 我在该项目上花了不少时间,如果遇到了问题可以来问我!zhong_c
rtp server
- 该软件是基于RFC398标准,通过RTP协议传输H.264 NAL包,由于没有实现RTSP,为了能够使通用播放器可以播放,使用了SDP(session descr iption protocol)会话层协议。 播放的时候需要先建立一个sdp文件,设置好相应的通讯参数,然后用通用播放器(比如VLC,经测试VLC的缓冲性能要比MPLAYER和FFMPEG播放器好)打开sdp文件,再通过本 软件发送RTP数据,即可实现视频播放。由于通用播放器同一时间只可以播放一个码流,而我们的码流音频和视频是独立成两
VLC-based-player.rar
- 介绍了如何在win32平台上利用mingw进行VLC的移植,并通过VLC的ActiveX进行二次开发,实现一个多媒体播放器。含源码和文档。,Describes how to use the win32 platform VLC MinGW for transplant, and through VLC s ActiveX secondary development, the realization of a multimedia player. With source code and docu
rtsp-rtp-rtsp-source
- linux下网络协议的应用,实现了rtp rtcp协议的应用程序的开发。-rtp
live.2009.04.20.tar
- live555是一个用C++编写的、基于开放标准协议RTP/RTCP, RTSP, SIP的多媒体流化源码库。用该库可以构建多种协议的多媒体应用程序,比如VLC,MPlayer, LIVE555 Media Server,vobStreamer等,它也可以接收,发送MPEG, H.263+ or JPEG格式的多媒体视频和多种音频文件,包中针对各种应用都有测试源码,为开发者提供了了解和应用该库的便捷途径。--live555 C is a preparation that is based on
live555H.264
- VC下的RTSP源代码,live555+H264-RTSP source code under VC, live555+ H264
VLC
- This how you can get Pelco streams over rtsp (for IP camera)-This is how you can get Pelco streams over rtsp (for IP camera)
vlc-wincE
- Wince VLC Player, VLC player mainly used for rtsp protocols. We can view live tv channels.
boltonli-faplayer-69db195
- android vlc rtsp player-Within this repository are various, completely undocumented, random assortments of code produced whilst exploring the possibility of live video broadcasting from mobile phones (specifically Android).
rtp-and-rtsp-server-by-using-vlc
- 利用vlc搭建流媒体服务器,包括RTP和RTSP,包括服务器和客户端-build stream server by vlc, including RTP and RTSP
RTSP.rar
- 这是一个linux下用C语言写的基于RTSP的实现多媒体文件下载的客户端程序,从指定的RTSP服务器(可使用live555)下载多媒体文件(文件格式为TS),将RTSP服务器返回的RTP数据包解析出来存成文件,存成的文件可以使用VLC的播放器正常播放。,This is a linux using C language based RTSP achieve the client program to download multimedia files from the specified RTSP
vlc-ffmpeg--android
- vlc-android播放网络视频成功 这个是移植vlc-android源码进行更改的,可以播放网络rtsp、http、mns等网络实时流媒体视频,精简了vlc-android的源码,对于想做rtsp开发的码友有很好的参考价值,当然,如果想播放本地视频,只需要在基础上进行二次开发就行。参考了laukaka的一篇文章,在这里表示感谢,还有里面的请求rtsp代码我写死了,可以修改,很适合二次开发。-vlc-android play network video successful tr
rtsp
- rtsp服务程序,客服端可用VLC播放器登陆-rtsp service program, client service available VLC player landing
vlc
- 用C#開發的Vlc源碼,可以播放网络rtsp、http、mns等网络实时流媒体视频,把YouTube網址貼上VideoPath.txt就可以播放影片,需相關plugin的DLL的支持-Vlc developed using C# source code, you can play internet rtsp, http, mns other network real-time streaming video, paste the YouTube URL VideoPath.txt can pla
vlc-2.2.6-20170601-0308-win32
- windows环境下vlc实现获取rtsp流数据(Windows environment, VLC implementation to obtain RTSP stream data)
vlc.net(Debug-x86)
- 简单的vlc.net播放,支持rtsp视频流播放(Simple vlc.net playback, support RTSP video stream playback)
vlc-2.2.6
- vlc源码 可支持window/linux等平台,rtsp开发参考首选(VLC source code can support window/linux and other platforms, RTSP development reference preferred)
rtsp-3518ev200-ar0130-8mflash-xm
- 基于海思3518芯片的RTSP推流服务应用。高清传输, 不卡顿, 可使用vlc进行观看。(RTSP push flow service application based on Hass 3518 chip. HD transmission, not Catton, can be viewed using VLC.)
rtsp
- 海思平台H264支持VLC点播的rtsp代码(platform supports VLC on - demand RTSP code)
vlc-qt
- vlc-qt库,通过cmake编译CMakeLists.txt,再用qt编译出vlc-qt库文件。 可用于制作视频播放器,播放本地视频或者网络流。 编译环境: qt5.8+mingw32 cmake 3.16.0 vlc sdk版本: 2.26~3.08版本都支持(vlc-qt lib.User can complile it by CMake or other complilers,which can be used to play rtsp stream.)