RobotWebTools / web_video_server

HTTP Streaming of ROS Image Topics in Multiple Formats
http://ros.org/wiki/web_video_server
BSD 3-Clause "New" or "Revised" License
280 stars 190 forks source link

web_video_server wont run #72

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello, upon entering: rosrun web_video_server web_video_server

i get the following error:

[ERROR] [1536532836.635104100]: Exception when creating the web server! 0.0.0.0:8080
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  bind: Address already in use
Aborted (core dumped)

I am using ros kinetic. Not sure how to fix it.

Best,

kenny-y commented 6 years ago

It looks like that port was already taken by another program: Address already in use

ghost commented 6 years ago

yup, it resolved the problem.

Many Thanks