[FEATURE] webRTC source pad for gstreamer #1650
Replies: 3 comments
-
For sending video to Kinesis Video Streams we have a Are you looking for a consumer one Or are you looking for something like this: https://github.com/centricular/webrtcsink But which communicates with KVS Signaling/STUN/TURN servers (we do not have such an implementation today). If you can clarify what exactly you're looking for we can mark it as an enhancement. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply, Surely the request is enhancement request, Edge device Camera --> gstreamer ---> kvsink ............ > Ec2 instance [kvssrc] -> gstream -> deepstream This will enable us to run real-time AI on cloud. kvssrc should be able to source webrtc (with kvs signaling) and could be made part pf gstreamer source. then it will be easy to run Nvidia deepstream on cloud. or you can point me to any direction where some samples of some version are already implemented? that will be great. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to do
|
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
If someone want to use gstreamer pipeline on cloud (ex. ec2 instance), is there anyway we can use kinesis video stream as source in gstremer pipeline?
Describe the solution you'd like
Ways to consume kinesis video stream in gstreamer pipline (kinesis -> gstreamer)
Additional context
This will greatly help in using Nvidia Deepstream on cloud with individual streams near realtime inference.
Beta Was this translation helpful? Give feedback.
All reactions