Loading src/index/index.php +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ $table_contents .= "<div style='text-align:center;'>"; $table_contents .= "port $i: "; $table_contents .= "<a title='single image' href='$href1'>bimg</a>, "; $table_contents .= "<a href=\"img.html?port=$i\" title='single image, auto refreshed on load'>img</a>, "; $table_contents .= "<a href=\"img.html?port=$i\" title='single image, auto refreshed on load, LOW RES, displays jpeg, tiff and jp4 formats'>img</a>, "; $table_contents .= "<a title='multi-part image stream (M-JPEG). Played in browser as is.' href='$href2'>mimg</a>, "; $table_contents .= "<a href=\"mjpeg.html?port=$i\" title='MJPEG stream played in html canvas' class='canvas_mjpeg'>canvas</a>"; $table_contents .= "</div>"; Loading Loading
src/index/index.php +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ $table_contents .= "<div style='text-align:center;'>"; $table_contents .= "port $i: "; $table_contents .= "<a title='single image' href='$href1'>bimg</a>, "; $table_contents .= "<a href=\"img.html?port=$i\" title='single image, auto refreshed on load'>img</a>, "; $table_contents .= "<a href=\"img.html?port=$i\" title='single image, auto refreshed on load, LOW RES, displays jpeg, tiff and jp4 formats'>img</a>, "; $table_contents .= "<a title='multi-part image stream (M-JPEG). Played in browser as is.' href='$href2'>mimg</a>, "; $table_contents .= "<a href=\"mjpeg.html?port=$i\" title='MJPEG stream played in html canvas' class='canvas_mjpeg'>canvas</a>"; $table_contents .= "</div>"; Loading