[FEATURE] Support a "metadata" kvssink param #1031
richardgavel-ordinaryexperts
started this conversation in
Ideas
Replies: 1 comment
-
Considering this ^. Also, the PutFragmentMetadata API allows for a new/different tag per fragment. I'm considering in addition to this a custom event which client GStreamer applications can put on the event bus which However as @richardgavel-ordinaryexperts has suggested, such an approach will not easily work for clients using gst-launch so we will likely need both changes, I can work on the latter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Unable to add fragment metadata when using the gst-launch-1.0 command line.
Describe the solution you'd like
A kvssink param similar to the "stream_tags" param, but instead of being used for stream creation, it's a set of name/value pairs to use to invoke the putFragmentMetadata method after starting the stream.
Beta Was this translation helpful? Give feedback.
All reactions