AlexxIT / Blog

AlexxIT's Blog
https://github.com/AlexxIT/Blog/issues
42 stars 3 forks source link

Go2rtc v1.5.0 release #11

Open AlexxIT opened 1 year ago

AlexxIT commented 1 year ago

Please, don't create issues in this repository. Goto go2rtc project.

Exec Pipe

Exec source now support receiving frames using pipe transport (stdout). Useful for:

read more

ONVIF Client

New webpage for ONVIF protocol helps you to find local cameras:

image

And get their capabilities:

image

read more

ONVIF Server

Support simple ONVIF server for Home Assistant:

image

MJPEG after FFmpeg

RTSP transport puts restrictions on MJPEG format. So starting from this version:

FFmpeg Device (USB)

New webpage for FFmpeg devices that helps you to add USB cameras. If cameras support MJPEG or H264 format - you can add them without transcoding. You can also choose the camera resolution that suits you best.

image

FFmpeg Hardware

New webpage for FFmpeg Hardware can show if hardware transcoding can be used and for which formats:

Intel Nuc i3 gen 10 (Linux Docker):

image

ASUS ROG Notebook (Windows):

image_2023-05-05_08-32-03

Raspberry Pi 3 (HassIO):

image

Apple MacBook M1 (macOS):

image

JPEG snapshots

All streams now support JPEG snapshots. For MJPEG streams frame is taken directly. For H264/H265 cameras automatic transcoding with FFmpeg is used.