DDVTECH/mistserver

mac version: all input yields "Shutting down since this session is not allowed to view this stream"

Opened this issue · 1 comments

Getting this upon sending in a valid RTMP stream:

[2022-06-14 16:17:46] MistOutRTMP:stream (33288) INFO: Waiting for stream buffer to be ready... (0) (/Users/iameli/code/mistserver/src/output/output.cpp:1988)
[2022-06-14 16:17:47] MistOutRTMP:stream (33288) INFO: Reconnecting to stream buffer... (0) (/Users/iameli/code/mistserver/src/output/output.cpp:1993)
[2022-06-14 16:17:48] MistOutRTMP:stream (33290) INFO: Starting /Users/iameli/code/livepeer-in-a-box/bin/MistInBuffer -s stream push://  (/Users/iameli/code/mistserver/lib/stream.cpp:594)
[2022-06-14 16:17:48] MistInBuffer:stream (33290) INFO: Input booting (/Users/iameli/code/mistserver/src/input/input.cpp:310)
[2022-06-14 16:17:48] MistInBuffer:stream (33291) INFO: Starting serve (/Users/iameli/code/mistserver/src/input/input.cpp:536)
[2022-06-14 16:17:48] MistInBuffer:stream (33291) INFO: Input started (/Users/iameli/code/mistserver/src/input/input.cpp:652)
[2022-06-14 16:17:48] MistInBuffer:stream (33291) INFO: Setting maxKeepAway from 0 to new value of 45000 (/Users/iameli/code/mistserver/src/input/input_buffer.cpp:580)
[2022-06-14 16:17:48] MistOutRTMP:stream (33288) INFO: Client handler shutting down, exit reason: Shutting down since this session is not allowed to view this stream (/Users/iameli/code/mistserver/src/output/output.cpp:1398)
[2022-06-14 16:17:48] MistOutRTMP:stream (33288) INFO: Exit reason: Shutting down since this session is not allowed to view this stream (/Users/iameli/code/mistserver/src/output/mist_out.cpp:73)
[2022-06-14 16:17:48] MistSession (33294) FAIL: Session 'I5e9d94846c91fb28f48e40ceb19f320559cd51db34048dc7e658a0ce40827bb3' already locked (/Users/iameli/code/mistserver/src/session.cpp:199)
[2022-06-14 16:17:48] MistSession (33292) FAIL: Session 'I5e9d94846c91fb28f48e40ceb19f320559cd51db34048dc7e658a0ce40827bb3' already locked (/Users/iameli/code/mistserver/src/session.cpp:199)
[2022-06-14 16:17:48] MistSession (33293) FAIL: Session 'I5e9d94846c91fb28f48e40ceb19f320559cd51db34048dc7e658a0ce40827bb3' already locked (/Users/iameli/code/mistserver/src/session.cpp:199)
[2022-06-14 16:18:18] MistInBuffer:stream (33291) INFO: Input closing clean, reason: no activity for 30 seconds (/Users/iameli/code/mistserver/src/input/input.cpp:678)
[2022-06-14 16:18:18] MistInBuffer:stream (33290) WARN: Input for stream stream uncleanly shut down! Aborting restart; this is a development build. (/Users/iameli/code/mistserver/src/input/input.cpp:459)

Seems to happen on all branches downstream of the session rework.

Got same error. My guess is shared memory problem. Are there earlier messages complaining about reading shared memory?