An open API service indexing awesome lists of open source software.

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.

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