wpilibsuite / cscore

Camera access and streaming library (ARCHIVED, merged into allwpilib)
Other
24 stars 12 forks source link

Fix CORS issue with all requests #85

Closed ThadHouse closed 7 years ago

ThadHouse commented 7 years ago

Closes #84. Also adds a responder at /stream to allow compatibility with the ROS mjpeg reader

PeterJohnson commented 7 years ago

Please move the ROS thing to a separate PR. Regarding this part, I don't think we want to respond to a request for /stream.mp4, which this currently does.

ThadHouse commented 7 years ago

Done