Compare commits

..

3 Commits

Author SHA1 Message Date
Mid
3c5e90d83e .gitignore 2024-12-22 11:27:37 +02:00
Mid
850baf67cd Do not read from second streamer 2024-12-22 11:27:28 +02:00
Mid
02f64a39d9 Intermission filename 2024-12-22 11:23:51 +02:00
3 changed files with 9 additions and 1 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
/FFmpeg
/ogg
/vorbis
wsrA
support.wasm
support.js
*.jpg

View File

@ -54,7 +54,7 @@
font-size: 0.75cm;
}
div#BLARF > canvas {
background: url(Intermission2.jpg) black;
background: url(intermission.jpg) black;
background-position: 0 30%;
background-size: cover;
width: 100%;

1
main.c
View File

@ -61,6 +61,7 @@ static void fn(struct mg_connection *c, int ev, void *ev_data) {
if(!c->is_websocket) {
if(streamerConnected && streamerConnected != c) {
c->is_closing = 1;
return;
} else {
streamerConnected = c;
}