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
There doesn't seem to be an equivalent mechanism for doing this via the GSTD HTTP API but I am hoping I have missed how I should do this. Any and all guidance appreciated.
Thanks.
Alex
The text was updated successfully, but these errors were encountered:
I see that support to emit non parametric actions has been added here: 2ea78a4
There is no documentation for this online... I will try to see if this can be used to use WebRTC as noted above but if anyone can advise before I test it will be appreciated... If not I will report back in case others see this later.
I have successfully created pipelines for cameras, displays, etc.
I am now trying to make them accessible via WebRTC and have a test pipeline that looks like:
I am using the HTTP API. I call out to subscribe to the
on-negotiation-needed
signal and receive a response when the pipeline is started.I believe the next step is to ask
webrtcbin
to create an offer and this is where I am struggling...I have seen some Python code that uses
GstPromise
:There doesn't seem to be an equivalent mechanism for doing this via the GSTD HTTP API but I am hoping I have missed how I should do this. Any and all guidance appreciated.
Thanks.
Alex
The text was updated successfully, but these errors were encountered: