Don't need to checkInitialized in event stream. We don't assign a monitor and don't need to connect to it
This commit is contained in:
parent
b409407b60
commit
905912a8dd
|
@ -835,7 +835,7 @@ bool EventStream::sendFrame(int delta_us) {
|
||||||
void EventStream::runStream() {
|
void EventStream::runStream() {
|
||||||
openComms();
|
openComms();
|
||||||
|
|
||||||
checkInitialised();
|
//checkInitialised();
|
||||||
|
|
||||||
if ( type == STREAM_JPEG )
|
if ( type == STREAM_JPEG )
|
||||||
fputs("Content-Type: multipart/x-mixed-replace;boundary=" BOUNDARY "\r\n\r\n", stdout);
|
fputs("Content-Type: multipart/x-mixed-replace;boundary=" BOUNDARY "\r\n\r\n", stdout);
|
||||||
|
|
Loading…
Reference in New Issue