mirror of
https://github.com/koush/scrypted.git
synced 2026-02-12 01:54:27 +00:00
rebroadcast: lgoging
This commit is contained in:
4
plugins/prebuffer-mixin/package-lock.json
generated
4
plugins/prebuffer-mixin/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@scrypted/prebuffer-mixin",
|
||||
"version": "0.1.257",
|
||||
"version": "0.1.258",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/prebuffer-mixin",
|
||||
"version": "0.1.257",
|
||||
"version": "0.1.258",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@scrypted/common": "file:../../common",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@scrypted/prebuffer-mixin",
|
||||
"version": "0.1.257",
|
||||
"version": "0.1.258",
|
||||
"description": "Rebroadcast and Prebuffer for VideoCameras.",
|
||||
"author": "Scrypted",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -851,8 +851,10 @@ class PrebufferSession {
|
||||
return;
|
||||
|
||||
let { isDefault } = this.getParser(rtspMode, sessionMso);
|
||||
if (!isDefault)
|
||||
if (!isDefault) {
|
||||
this.console.warn('SEI packet detected while operating with Scrypted Parser. If there are issues streaming, consider using the Default parser.');
|
||||
return;
|
||||
}
|
||||
this.console.warn('SEI packet detected while operating with Scrypted Parser as default. Restarting rebroadcast.');
|
||||
session.kill();
|
||||
this.startPrebufferSession();
|
||||
|
||||
Reference in New Issue
Block a user