[Cppcms-users] CppCMS and live HTML5 video streams
Brought to you by:
artyom-beilis
From: Carlos R. G. <dv...@ps...> - 2016-07-27 21:24:40
|
Hello, I'd like to transmit video data from my C++ application to the web page where it is shown. The data is generated on the fly, as h.264 video encapsulated in an MP4 container. On the web page, an HTML5 video element would receive this data and show the video. Is it feasible to send such a live HTTP stream through CppCMS to an HTML video element? |