https://github.com/kosso/titanium-mjpeg-view-ios
A Titanium iOS module for showing a live MJPEG video stream in a view. Not using WebViews or WebKit.
https://github.com/kosso/titanium-mjpeg-view-ios
appcelerator ios mjpeg module titanium view
Last synced: 2 months ago
JSON representation
A Titanium iOS module for showing a live MJPEG video stream in a view. Not using WebViews or WebKit.
- Host: GitHub
- URL: https://github.com/kosso/titanium-mjpeg-view-ios
- Owner: kosso
- License: other
- Created: 2016-11-21T21:21:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T14:08:50.000Z (over 8 years ago)
- Last Synced: 2025-02-14T01:18:48.661Z (4 months ago)
- Topics: appcelerator, ios, mjpeg, module, titanium, view
- Language: Objective-C
- Homepage:
- Size: 501 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# titanium-mjpeg-view-ios
A Titanium iOS module for showing an MJPEG stream in a view. Not using WebViews or WebKit.See `example/app.js` for a working example app.
----------------
Unlike some solutions for getting MJPEG video streams into a view which often use a UIWebView (or even better, WKWebView), this actually parses the data stream coming from a device for incoming MJPEG frames.
This works perfectly connecting to a Raspberry Pi running **mjpeg-streamer**. See : https://github.com/kosso/mjpg-streamer
Ideas / ToDo:
- Add user/pass authentication.
- Try filtering the frame with a `CIKernel`
- …-----------
@kosso : November 21, 2016