mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 17:20:39 +01:00
homekit: cleanup dead code
This commit is contained in:
@@ -53,13 +53,6 @@ export const ntpTime = () => {
|
||||
};
|
||||
|
||||
export async function getStreamingConfiguration(device: ScryptedDevice & VideoCamera, isHomeHub: boolean, storage: Storage, request: StartStreamRequest) {
|
||||
let adaptiveBitrate: string[] = [];
|
||||
try {
|
||||
adaptiveBitrate = JSON.parse(storage.getItem('adaptiveBitrate'));
|
||||
}
|
||||
catch (e) {
|
||||
}
|
||||
|
||||
// Observed packet times:
|
||||
// Opus (Local): 20
|
||||
// Opus (Remote): 60
|
||||
|
||||
Reference in New Issue
Block a user