cruise-automation / webviz

web-based visualization libraries
https://webviz.io/
Apache License 2.0
2.06k stars 413 forks source link

Stream remote rosbag from NAS #676

Open hjzhou266 opened 3 years ago

hjzhou266 commented 3 years ago

Hi, I store my rosbags in NAS and find API to open/download them here. I can open and download rosbag from NAS use URL like:

https://mybase:5001/webapi/entry.cgi?api=SYNO.FileStation.Download&version=2&method=download&path=/myfolder/rosbag.bag&mode=open&_sid=mysid

However, the URL does not work for webviz. Maybe it points to the content of rosbag not the rosbag itself. Is there a better way to stream rosbag from NAS?

hjzhou266 commented 3 years ago

Hi, I finally build my own service on NAS and can generate url pointing to the rosbag directly. Still looking for a better solution...