revmischa / cloudcam

IP camera surveillance management system using AWS IoT with support for Axis cameras.
Other
73 stars 15 forks source link

gstreamer library #4

Closed revmischa closed 7 years ago

revmischa commented 7 years ago

Does it make sense to replace an exec() call with an actual call to gst_pipeline_new()? I noticed Axis ACAP has glib available. I assume we'd just be using gstreamer on the client side for RTPVideoSink (maybe audio too some day)

someone--else commented 7 years ago

Done; ported everything video over to libgstreamer, also there's now an actual video stream snapshot capability