Code Monkey home page Code Monkey logo

Comments (3)

SgtBatten avatar SgtBatten commented on August 16, 2024

Possible duplicate of #61

Is your camera stream h.265?

from ha_blueprints.

johntdyer avatar johntdyer commented on August 16, 2024

So I am using Unifi cameras... here is the ffprobe

[{
	"return_code": 0,
	"stderr": "",
	"stdout": {
		"programs": [],
		"streams": [{
			"avg_frame_rate": "0/0",
			"codec_long_name": "AAC(AdvancedAudioCoding)"
		}, {
			"avg_frame_rate": "0/0",
			"codec_long_name": "Opus(OpusInteractiveAudioCodec)"
		}, {
			"avg_frame_rate": "16/1",
			"codec_long_name": "H.264/AVC/MPEG-4AVC/MPEG-4part10",
			"display_aspect_ratio": "168:95",
			"height": 1080,
			"width": 1920
		}]
	}
}, {
	"return_code": 0,
	"stderr": "",
	"stdout": {
		"programs": [],
		"streams": [{
			"avg_frame_rate": "0/0",
			"codec_long_name": "AAC(AdvancedAudioCoding)"
		}, {
			"avg_frame_rate": "0/0",
			"codec_long_name": "Opus(OpusInteractiveAudioCodec)"
		}, {
			"avg_frame_rate": "30/1",
			"codec_long_name": "H.264/AVC/MPEG-4AVC/MPEG-4part10",
			"display_aspect_ratio": "168:95",
			"height": 576,
			"width": 1024
		}]
	}
}]

So I gues they are h264... whats the best course of action to get them to H265 which I guess is required for IOS?

from ha_blueprints.

SgtBatten avatar SgtBatten commented on August 16, 2024

No, it is h.265 that is problematic.

What happens when you press view clip

from ha_blueprints.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.