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

Cross Origin Error When trying to access mjpeg stream from separate server #97

Closed SebasScript closed 4 years ago

SebasScript commented 4 years ago

Hi this is related to #91 I am trying to stream an mjpeg video with the web_video_server. The webpage is loaded from a different server running on the same host. When i try to access the video stream i get a cross origin error in the browser. The depreciated mjepgeg_video_server is working without problems. I tried to apply the fixes in #91 (which i guess would fix the problem) but i am getting errors trying to compile the web_video_server (on a raspberry pi running ubuntu mate 16.04). Also it seems the fixe was actually merged? Is there another fix for this then changing the header files (i guess not).

SebasScript commented 4 years ago

i accidentally tried to stream the web viewer page not the web stream url