RobotWebTools / webrtc_ros

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

New signaling protocol #23

Closed mitchellwills closed 9 years ago

mitchellwills commented 9 years ago

This PR changes the signaling protocol to be more flexible. Additionally it should make it easier to make changes in the future without breaking existing applications. The new protocol is documented in webrtc_ros/WEBRTC_ROS_SIGNALING_PROTOCOL.md

The javascript API was also rebuilt to hopefully be easier to use. Limited support for streaming audio is also added