Skip to content

A Titanium iOS module for showing a live MJPEG video stream in a view. Not using WebViews or WebKit.

License

Notifications You must be signed in to change notification settings

kosso/titanium-mjpeg-view-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Titanium iOS module for showing a live MJPEG video stream in a view. Not using WebViews or WebKit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published