Closed revmischa closed 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)
exec()
gst_pipeline_new()
Done; ported everything video over to libgstreamer, also there's now an actual video stream snapshot capability
Does it make sense to replace an
exec()
call with an actual call togst_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)