RTSPPlayerOSX

所属分类:流媒体/Mpeg4/MP4
开发工具:Objective-C
文件大小:47KB
下载次数:0
上传日期:2018-05-10 17:57:11
上 传 者sh-1993
说明:  OSX的RTSP播放器
(RTSP Player for OSX)

文件列表:
RTSPPlayerOSX.xcodeproj (0, 2018-05-11)
RTSPPlayerOSX.xcodeproj\project.pbxproj (17858, 2018-05-11)
RTSPPlayerOSX.xcodeproj\project.xcworkspace (0, 2018-05-11)
RTSPPlayerOSX.xcodeproj\project.xcworkspace\contents.xcworkspacedata (158, 2018-05-11)
RTSPPlayerOSX.xcodeproj\project.xcworkspace\xcuserdata (0, 2018-05-11)
RTSPPlayerOSX.xcodeproj\project.xcworkspace\xcuserdata\omarzl.xcuserdatad (0, 2018-05-11)
RTSPPlayerOSX.xcodeproj\project.xcworkspace\xcuserdata\omarzl.xcuserdatad\UserInterfaceState.xcuserstate (38545, 2018-05-11)
RTSPPlayerOSX.xcodeproj\xcuserdata (0, 2018-05-11)
RTSPPlayerOSX.xcodeproj\xcuserdata\omarzl.xcuserdatad (0, 2018-05-11)
RTSPPlayerOSX.xcodeproj\xcuserdata\omarzl.xcuserdatad\xcschemes (0, 2018-05-11)
RTSPPlayerOSX.xcodeproj\xcuserdata\omarzl.xcuserdatad\xcschemes\RTSPPlayerOSX.xcscheme (3375, 2018-05-11)
RTSPPlayerOSX.xcodeproj\xcuserdata\omarzl.xcuserdatad\xcschemes\xcschememanagement.plist (485, 2018-05-11)
RTSPPlayerOSX (0, 2018-05-11)
RTSPPlayerOSX\AppDelegate.h (238, 2018-05-11)
RTSPPlayerOSX\AppDelegate.m (493, 2018-05-11)
RTSPPlayerOSX\Assets.xcassets (0, 2018-05-11)
RTSPPlayerOSX\Assets.xcassets\AppIcon.appiconset (0, 2018-05-11)
RTSPPlayerOSX\Assets.xcassets\AppIcon.appiconset\Contents.json (903, 2018-05-11)
RTSPPlayerOSX\AudioStreamer.h (1216, 2018-05-11)
RTSPPlayerOSX\AudioStreamer.m (9548, 2018-05-11)
RTSPPlayerOSX\Base.lproj (0, 2018-05-11)
RTSPPlayerOSX\Base.lproj\Main.storyboard (59063, 2018-05-11)
RTSPPlayerOSX\Info.plist (1081, 2018-05-11)
RTSPPlayerOSX\RTSPPlayer.h (2094, 2018-05-11)
RTSPPlayerOSX\RTSPPlayer.m (10214, 2018-05-11)
RTSPPlayerOSX\Utilities.h (855, 2018-05-11)
RTSPPlayerOSX\Utilities.m (1152, 2018-05-11)
RTSPPlayerOSX\ViewController.h (228, 2018-05-11)
RTSPPlayerOSX\ViewController.m (1855, 2018-05-11)
RTSPPlayerOSX\libavcodec.dylib (26, 2018-05-11)
RTSPPlayerOSX\libavdevice.dylib (26, 2018-05-11)
RTSPPlayerOSX\libavfilter.dylib (26, 2018-05-11)
RTSPPlayerOSX\libavformat.dylib (27, 2018-05-11)
RTSPPlayerOSX\libavresample.dylib (25, 2018-05-11)
RTSPPlayerOSX\libavutil.dylib (25, 2018-05-11)
RTSPPlayerOSX\libpostproc.dylib (26, 2018-05-11)
RTSPPlayerOSX\libswresample.dylib (27, 2018-05-11)
RTSPPlayerOSX\libswscale.dylib (24, 2018-05-11)
... ...

# RTSPPlayerOSX RTSP Player for OSX This project is a demo for streaming RTSP Video stream in OSX Has been tested with MJPEG and H.2*** streams This project is based on the RTSP Player for iOS from: https://github.com/durfu/DFURTSPPlayer It was modified so it works with Cocoa/OSX Steps: 1- First of all download ffmpeg libraries from Brew in console: ``` brew install ffmpeg ``` The libraries would be in /usr/local/Cellar/ffmpeg/version/ Where version stands for the version you downloaded, this project uses the version: 2.8.5 2.-Copy the libraries to your Xcode project, go to /usr/local/Cellar/ffmpeg/2.8.5/lib and copy these files to your Xcode project: ``` libavcodec.dylib libavdevice.dylib libavfilter.dylib libavformat.dylib libavresample.dylib libavutil.dylib libpostproc.dylib libswresample.dylib libswscale.dylib ``` 3.-Configure Xcode, go to /Target/Build Settings and look for "Search paths", configure like this: ``` Always Search User Paths YES Framework Search Paths /usr/local/Cellar/ffmpeg/2.8.5/lib Header Search Paths /usr/local/Cellar/ffmpeg/2.8.5/include Library Search Paths /usr/local/Cellar/ffmpeg/2.8.5/lib ``` 4.-Finally copy the files from the folder "FFMpegDecoder" inside this repo. You are ready! You can download this project as an example, in order to work it only needs the ffmpeg library installed in the system.

近期下载者

相关文件


收藏者