notedit / gstreamer-webrtc

webrtc streamer based on gstreamer
76 stars 20 forks source link

Running gstreamer-webrtc between two machines? #5

Open gicu8ab2 opened 4 years ago

gicu8ab2 commented 4 years ago

This is not necessarily an issue, but a request/question. I'm very interested in learning how to expand this example code to work across two machines. I apologize for my ignorance since I'm new to websockets and webrtc, but what do I need to do to have the video captured on one machine (say from v4l2src) and displayed on another starting from your code?

Thanks for any help and thanks for making your well written code available for others.