RobotWebTools / webrtc_ros

Streaming of ROS Image Topics using WebRTC
Other
131 stars 52 forks source link

A sample to show how to add local stream with <video> tag #64

Open gawinwong opened 2 years ago

gawinwong commented 2 years ago

Hello, I want to show local stream from ros with 'video' tag, and I have found a method named 'WebrtcRosConnection.prototype.addLocalStream'. Could you write a sample to teach me how to use this method?