izinga / ios_video_stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

1. What is this?

This is an altered version Quicktime Video Hack

It has been altered in the following ways:

  1. All gstreamer code has been removed
  2. The h264 stream is not decoded at all. Instead it is send via ZMQ elsewhere for decoding.
  3. It receives decoded frames back via ZMQ also in the form of a series of jpegs.
  4. Those jpegs are then served out via http ( both latest jpeg, and streaming websocket )

2. Installation

  1. make

3. Usage

  1. Start a decoder
  2. `./ios_video_stream stream [zmq spec to send to] [zmq spec to recv from] [--udid=]

About

License:MIT License


Languages

Language:Go 99.1%Language:Makefile 0.9%