awslabs / aws-streamer

Video Processing for AWS
Apache License 2.0
43 stars 9 forks source link

deepstream with webRTC #11

Open razor123max opened 1 year ago

razor123max commented 1 year ago

Is there anyway to use deepstream pipeline with webRTC as source?

bpawlik commented 1 year ago

DeepStream plug-ins can be used as any other GStreamer plug-ins. So if you have working pipeline with WebRTC as source, then you certainly can plug DeepStream into it.

razor123max commented 1 year ago

@bpawlik Thanks for your suggestion, i was tying to run it on AWS EC2 instance, and I don't find any GStreamer examples with webRTC as source (with/without aws) please let me know if you have seen it anywhere. Thanks.