Compare commits
3 Commits
7bf03b02ae
...
3c5e90d83e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3c5e90d83e | ||
![]() |
850baf67cd | ||
![]() |
02f64a39d9 |
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
/FFmpeg
|
||||||
|
/ogg
|
||||||
|
/vorbis
|
||||||
|
wsrA
|
||||||
|
support.wasm
|
||||||
|
support.js
|
||||||
|
*.jpg
|
@ -54,7 +54,7 @@
|
|||||||
font-size: 0.75cm;
|
font-size: 0.75cm;
|
||||||
}
|
}
|
||||||
div#BLARF > canvas {
|
div#BLARF > canvas {
|
||||||
background: url(Intermission2.jpg) black;
|
background: url(intermission.jpg) black;
|
||||||
background-position: 0 30%;
|
background-position: 0 30%;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
1
main.c
1
main.c
@ -61,6 +61,7 @@ static void fn(struct mg_connection *c, int ev, void *ev_data) {
|
|||||||
if(!c->is_websocket) {
|
if(!c->is_websocket) {
|
||||||
if(streamerConnected && streamerConnected != c) {
|
if(streamerConnected && streamerConnected != c) {
|
||||||
c->is_closing = 1;
|
c->is_closing = 1;
|
||||||
|
return;
|
||||||
} else {
|
} else {
|
||||||
streamerConnected = c;
|
streamerConnected = c;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user