[RTSP]macでKinesis Video Streamsを使う

$ git clone https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp.git
$ cd amazon-kinesis-video-streams-producer-sdk-cpp
$ mkdir build
$ cd build
$ brew link openssl –force
$ brew install pkg-config openssl cmake gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly log4cplus gst-libav
$ make
$ export GST_PLUGIN_PATH=`pwd`/build
$ export LD_LIBRARY_PATH=`pwd`/open-source/local/lib
$ gst-inspect-1.0 kvssink

$ gst-device-monitor-1.0
Probing devices…

Device found:

name : FaceTime HD Camera
class : Video/Source
caps : video/x-raw(memory:GLMemory), width=1280, height=720, format=UYVY, framerate=[ 1/1, 30/1 ], texture-target=rectangle
video/x-raw, width=1280, height=720, format={ (string)UYVY, (string)YUY2, (string)NV12, (string)BGRA }, framerate=[ 1/1, 30/1 ]
properties:
device.api = avf
avf.unique_id = CC28053MGKXGJJM3Z
avf.model_id = “Apple\ Camera\ VendorID_0x106B\ ProductID_0x1570”
avf.has_flash = false
avf.has_torch = false
avf.manufacturer = “Apple\ Inc.”
gst-launch-1.0 avfvideosrc device-index=0 ! …

最後に、gst-launch-1.0 avfvideosrc device-index=0 と書いてあるので、これを使う

$ gst-launch-1.0 avfvideosrc device-index=0 ! videoconvert ! video/x-raw,format=I420,width=1280,height=720 ! vtenc_h264_hw allow-frame-reordering=FALSE realtime=TRUE max-keyframe-interval=45 bitrate=512 ! h264parse ! video/x-h264,stream-format=avc,alignment=au,profile=baseline ! kvssink stream-name=MyKinesisVideoStream storage-size=512 access-key=”YourAccessKeyId” secret-key=”YourSecretAccessKey” aws-region=”ap-northeast-1″

うおおおおおおおおおお
まじか、、、
sugeeeeeeeeeeee