You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to add h264parse to the pipeline for it to work. Is there a way append/modify the pipeline of kinesis_video_gstreamer_sample_app? Or is kvs_producer_plugin_rtsp_demo.cpp is the file i have to tinker to build a custom sample app?
kvs_producer_plugin_rtsp_demo.cpp uses the kvssink element. You may find references on how to use h264parse kinesis_video_gstreamer_sample_app which uses the appsink element to send frames to kvs using putFrame API.
Hi,
Is there a way to pass gst-launch-1.0 parameters via the sample app?
I run gst-launch with these parameters
But i want to do something like:
I want to pass the parameters "rtph264depay ! h264parse ! kvssink" via kinesis_video_gstreamer_sample_app. Is there a way to do this?
The text was updated successfully, but these errors were encountered: