webcc icon indicating copy to clipboard operation
webcc copied to clipboard

How to streaming files, i.e., for MP4 file?

Open zhangmGoL opened this issue 5 years ago • 1 comments

In Multimedia Files transmission, streaming is important, how can we use webcc to achieve this?

Thanks.

zhangmGoL avatar Dec 16 '19 14:12 zhangmGoL

Multipart form doesn't support streaming. If you don't mean multipart form data, here are some examples for data streaming: Client: https://github.com/sprinfall/webcc/blob/master/examples/file_downloader.cc Server: https://github.com/sprinfall/webcc/blob/master/examples/static_file_server.cc Server (RESTful): https://github.com/sprinfall/webcc/blob/master/examples/book_server/views.cc (see BookPhotoView::Put())

sprinfall avatar Dec 17 '19 02:12 sprinfall