mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-12 18:43:42 +00:00
updated readme
This commit is contained in:
@@ -56,6 +56,8 @@ The recommended way of running µStreamer with [Auvidea B101](https://www.raspbe
|
|||||||
$ ./ustreamer \
|
$ ./ustreamer \
|
||||||
--format=uyvy \ # Device input format
|
--format=uyvy \ # Device input format
|
||||||
--encoder=omx \ # Hardware encoding with OpenMAX
|
--encoder=omx \ # Hardware encoding with OpenMAX
|
||||||
|
--workers=3 \ # Maximum workers for OpenMAX
|
||||||
|
--persistent \ # Don't re-initialize device on timeout (for example when HDMI cable was disconnected)
|
||||||
--dv-timings \ # Use DV-timings
|
--dv-timings \ # Use DV-timings
|
||||||
--drop-same-frames=30 # Save that traffic
|
--drop-same-frames=30 # Save that traffic
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -56,6 +56,8 @@ $ ./ustreamer --help
|
|||||||
$ ./ustreamer \
|
$ ./ustreamer \
|
||||||
--format=uyvy \ # Настройка входного формата устройства
|
--format=uyvy \ # Настройка входного формата устройства
|
||||||
--encoder=omx \ # Использование аппаратного кодирования с помощью OpenMAX
|
--encoder=omx \ # Использование аппаратного кодирования с помощью OpenMAX
|
||||||
|
--workers=3 \ # Максимум воркеров для OpenMAX
|
||||||
|
--persistent \ # Не переинициализировать устройство при таймауте (например, когда был отключен HDMI-кабель)
|
||||||
--dv-timings \ # Включение DV-таймингов
|
--dv-timings \ # Включение DV-таймингов
|
||||||
--drop-same-frames=30 # Экономим трафик
|
--drop-same-frames=30 # Экономим трафик
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user