RobotWebTools / webrtc_ros

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

Update WebRTC to latest version #31

Closed Skylion007 closed 5 years ago

Skylion007 commented 8 years ago

The Latest Version of Chrome seems to have caused this library to stop working. i have been unable to see video through any other browser as well. Firefox does not work, neither does Edge or Safari. As of the latest Chrome update, Chrome no longer seems to work either. As such, this library is no longer functional especially considering how Chrome is forced to autoupdate. The audio function does appear to still work but remote streams fail to function.

Skylion007 commented 8 years ago

Easiest fix would be to upgrade to WebRTC50, but the backend changes are breaking it. I suggest we pull the changes from this fork to at least get WebRTC version 45 working and upgrade it from there.

Skylion007 commented 8 years ago

Good news! The latest version of Chrome seems to fix whatever the previous version broke! We should probably update the WebRTC library to ensure this doesn't happen again though.

roehling commented 5 years ago

Fixed for now with #34 The newer WebRTC APIs would require a serious overhaul of the existing source code, and I don't have the time right now.