RTSP-Client-iOS
RTSP-Client-iOS copied to clipboard
A basic RTSP Client in SWIFT using FFMpeg wrapper for iOS.
RTSP-Client
This repository contains a basic RTSP Client in SWIFT using FFMpeg wrapper for iOS.
Disclaimer
This repository contains a sample code intended to demonstrate the capabilities of the ffmpeg wrapper. It is not intended to be used as-is in applications as a library dependency, and will not be maintained as such. Bug fix contributions are welcome, but issues and feature requests will not be addressed.
Example Contents
This sample application has implemented its FFMpeg decoder from by wrapping the FFMpeg using this script FFmpeg iOS build script. This script is based on projects below
Credits
- FFmpeg iOS build script
- FFmpeg
- kxmovie
- FFmpeg-Android
- vlc-android
- FFmpeg-iOS-build-script
- gas-preprocessor
Pre-requisites
- FFmpeg 3.3
- Xcode 8.3.2
- gas-preprocessor
- yasm 1.2.0
License
The code supplied here is covered under the MIT Open Source License.