How to play binary data (video file) on Web browser which is received from RestAPI
问题 We are storing some video files as binary in NoSQl database, NoSQL database exposes Rest API to read data from database. We are able to receive the binary data (with no file extension) from RestAPI, but web browser starts to download the file instead of playing it in the browser. I want to play the binary data as video on web browser instead of downloading. 来源: https://stackoverflow.com/questions/41256777/how-to-play-binary-data-video-file-on-web-browser-which-is-received-from-resta