RobotWebTools / web_video_server

HTTP Streaming of ROS Image Topics in Multiple Formats
http://ros.org/wiki/web_video_server
Other
269 stars 187 forks source link

Parameters do not work in ros2 #137

Open DerKurt opened 1 year ago

DerKurt commented 1 year ago

Description Setting the parameter "port" does not result in the given port being used. Actually no parameter works. Default are always used.

Steps To Reproduce Try to set a port different from the default.

Expected Behavior The given port is being used.

Actual Behavior Default port is being used.

varunkotian commented 5 months ago

I have the same problem. Did you find any fix?

DerKurt commented 5 months ago

Yes, there is a pull request. https://github.com/RobotWebTools/web_video_server/pull/136 Here is the fixed version: https://github.com/cellumation/web_video_server/tree/ros2