mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 17:22:03 +00:00
homekit/rebroadcast: document weird h264 sps/pps issue and new filter
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.182",
|
||||
"version": "0.1.183",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/prebuffer-mixin",
|
||||
"version": "0.1.182",
|
||||
"version": "0.1.183",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@scrypted/common": "file:../../common",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@scrypted/prebuffer-mixin",
|
||||
"version": "0.1.182",
|
||||
"version": "0.1.183",
|
||||
"description": "Rebroadcast and Prebuffer for VideoCameras.",
|
||||
"author": "Scrypted",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -483,7 +483,8 @@ class PrebufferSession {
|
||||
// the HomeKit plugin was blasting RTP packets out from RTSP mode,
|
||||
// but the bitstream had no SPS/PPS information, resulting in the video never loading
|
||||
// in the Home app.
|
||||
ffmpegInput.inputArguments.push('-bsf:v', 'dump_extra');
|
||||
if (rtspMode)
|
||||
ffmpegInput.inputArguments.push('-bsf:v', 'dump_extra');
|
||||
session = await startParserSession(ffmpegInput, rbo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user