All Projects → teocci → RTSP-Client-iOS

teocci / RTSP-Client-iOS

Licence: MIT license
A basic RTSP Client in SWIFT using FFMpeg wrapper for iOS.

Programming Languages

c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language
C++
36643 projects - #6 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to RTSP-Client-iOS

content-transcoder
Transcodes HTTP-stream to HLS
Stars: ✭ 19 (-42.42%)
Mutual labels:  ffmpeg-wrapper
ffclj
Clojure ffmpeg wrapper
Stars: ✭ 42 (+27.27%)
Mutual labels:  ffmpeg-wrapper
ffmpeg4java
FFmpeg4Java provides a JNI wrapper of FFmpeg library
Stars: ✭ 21 (-36.36%)
Mutual labels:  ffmpeg-wrapper
go-ffprobe
Library to easily get the ffprobe output of a given file
Stars: ✭ 114 (+245.45%)
Mutual labels:  ffmpeg-wrapper
ffmpeg-dev-rs
Rust - Self Contained FFmpeg Bindings
Stars: ✭ 51 (+54.55%)
Mutual labels:  ffmpeg-wrapper
Anime4K
Makes it easy to encode a Anime using Anime4K with predefined encoding profiles!
Stars: ✭ 61 (+84.85%)
Mutual labels:  ffmpeg-wrapper
BAT FFMPEG
Batch script files for FFMPEG (Microsoft Windows and DOS, OS/2 🦄)
Stars: ✭ 104 (+215.15%)
Mutual labels:  ffmpeg-wrapper
VideoProcessingLibrary
The easiest library for video processing
Stars: ✭ 52 (+57.58%)
Mutual labels:  ffmpeg-wrapper
Ffscreencast
ffscreencast - ffmpeg screencast/desktop-recording with video overlay and multi monitor support
Stars: ✭ 1,625 (+4824.24%)
Mutual labels:  ffmpeg-wrapper
Ffmpeg Android Java
FFmpeg Android java is a java library that simplifies your task of using ffmpeg in Android project which I've compiled using FFmpeg-Android
Stars: ✭ 3,098 (+9287.88%)
Mutual labels:  ffmpeg-wrapper
eloquent-ffmpeg
High-level API for FFmpeg's Command Line Tools
Stars: ✭ 71 (+115.15%)
Mutual labels:  ffmpeg-wrapper
ffmpeg-progressbar-cli
A colored progress bar for FFmpeg.
Stars: ✭ 140 (+324.24%)
Mutual labels:  ffmpeg-wrapper
reisen
A simple library to extract video and audio frames from media containers (based on libav).
Stars: ✭ 41 (+24.24%)
Mutual labels:  ffmpeg-wrapper
screencast
Interface to record a X11 desktop
Stars: ✭ 91 (+175.76%)
Mutual labels:  ffmpeg-wrapper
PhpScreenRecorder
A slim PHP wrapper around ffmpeg to record screen,best for recording your acceptance test using selenium, easy to use and clean OOP interface
Stars: ✭ 44 (+33.33%)
Mutual labels:  ffmpeg-wrapper
SeeShark
Simple C# camera library.
Stars: ✭ 50 (+51.52%)
Mutual labels:  ffmpeg-wrapper

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].