RobotWebTools / webrtc_ros

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

Does not work with OpenSSL 1.0.1f #12

Closed mitchellwills closed 9 years ago

mitchellwills commented 9 years ago

For some reason the latest update of OpenSSL on ubuntu (12.04 and 14.04) to 1.0.1f has broken this. It works with OpenSSL 1.0.1e

mitchellwills commented 9 years ago

A bug was filed with webrtc and openssl. https://code.google.com/p/webrtc/issues/detail?id=4201 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775502

mitchellwills commented 9 years ago

Now there's a chromium issue too: https://code.google.com/p/chromium/issues/detail?id=447431

mitchellwills commented 9 years ago

Until this is settled upstream there is a fix here: https://github.com/mitchellwills/webrtc_ros/tree/openssl-fix

mitchellwills commented 9 years ago

Fixed in #18