File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,9 @@ bool WebVideoServer::handle_list_streams(const async_web_server_cpp::HttpRequest
305305 connection->write (" \" >" );
306306 connection->write (image_topic_itr->substr (base_topic.size ()));
307307 connection->write (" </a> (" );
308+ connection->write (" <a href=\" /stream?topic=" );
309+ connection->write (*image_topic_itr);
310+ connection->write (" \" >Stream</a>) (" );
308311 connection->write (" <a href=\" /snapshot?topic=" );
309312 connection->write (*image_topic_itr);
310313 connection->write (" \" >Snapshot</a>)" );
@@ -331,6 +334,9 @@ bool WebVideoServer::handle_list_streams(const async_web_server_cpp::HttpRequest
331334 connection->write (" \" >" );
332335 connection->write (*image_topic_itr);
333336 connection->write (" </a> (" );
337+ connection->write (" <a href=\" /stream?topic=" );
338+ connection->write (*image_topic_itr);
339+ connection->write (" \" >Stream</a>) (" );
334340 connection->write (" <a href=\" /snapshot?topic=" );
335341 connection->write (*image_topic_itr);
336342 connection->write (" \" >Snapshot</a>)" );
You can’t perform that action at this time.
0 commit comments