Maxim Devaev
620a0ec847
Fixed #290 : improved blank diagnostics
2025-05-27 19:30:07 +03:00
Maxim Devaev
4e3f873f0d
Added pkg-config to README
2025-02-27 22:21:23 +02:00
Randolf Richardson 張文道
793f24c48e
Update README.md ( #275 )
...
Minor spelling correction
2024-05-29 12:59:48 +03:00
Maxim Devaev
6d77f5334f
updated copyright date
2024-03-22 15:57:16 +02:00
Maxim Devaev
b556dfb897
improved persistent logic
2024-03-04 01:50:34 +02:00
Maxim Devaev
b578e9897e
notes about libcamerify
2024-02-03 20:14:19 +02:00
Thomer Gil
c4cb8288c7
Fix it's vs its typo ( #255 )
...
Co-authored-by: Thomer Gil <thomer@thomer.com>
2024-01-30 18:28:32 +02:00
Maxim Devaev
81756811f3
update for bookworm
2023-11-15 14:59:34 +02:00
Maxim Devaev
bd403593a0
using libjpeg62-turbo on raspbian
2023-11-15 14:52:11 +02:00
Jason Huggins
fc3e0232e1
'-e' should be '--encoder' ( #241 )
2023-11-03 17:39:18 +02:00
Maxim Devaev
89fd83bfc1
added info for v2 camera
2023-10-28 11:05:55 +03:00
Maxim Devaev
370434601c
example for camera module 3
2023-06-08 20:41:33 +03:00
Maxim Devaev
602ca16178
copyright update
2023-05-27 12:39:18 +03:00
Michael Lynch
f6ec0ade38
Fix typo: starging -> starting ( #204 )
2023-02-15 04:44:48 +03:00
Binil Jacob
a10df2f01f
Update README.md ( #201 )
2023-02-02 16:21:55 +03:00
Maxim Devaev
c24c1ec5ff
added debian and ubuntu links
2022-12-29 04:40:25 +03:00
Maxim Devaev
cfd0cdad59
updated doc
2022-12-29 03:56:52 +03:00
Marcel Stör
5bb223506a
Extend the installation instructions ( #190 )
2022-11-14 23:33:37 +03:00
Michael Lynch
3fcb8d3ee5
Document additional required audio packages ( #184 )
2022-11-03 19:10:17 +03:00
Maxim Devaev
f4f57cce38
prettify
2022-10-22 07:01:21 +03:00
tomaszduda23
95df13b7cb
Update docker documentation ( #180 )
...
* Update README.md
* Update README.md
* replace NO_EDID=1 with EDID=1
* doc update
2022-10-22 04:41:54 +03:00
tomaszduda23
36c9ff22b3
set HDMI EDID before starting ustreamer ( #179 )
...
* build docker image
* Push each image to an user github registry.
It can be used during development for testing.
* set HDMI EDID before starting ustreamer
* Update README.md
2022-10-18 20:11:29 +03:00
Tomasz Duda
0d37b09bb4
build docker image
2022-10-09 13:28:46 +02:00
Maxim Devaev
63f757a9da
readme update
2022-08-27 07:25:44 +03:00
Ayrton Sparling
caef82d96f
Change WITH_PTHREAD_NP=false to WITH_PTHREAD_NP=0
2022-04-21 13:34:05 -07:00
Ayrton Sparling
dff7dd7087
Add alpine linux instructions to readme
...
Alpine's uses musl rather than libc and does not have support for `pthread_getname_np`. Therefore it must be build with `WITH_PTHREAD_NP=false`.
2022-04-21 10:34:25 -07:00
Michael Lynch
f0763e3865
Tweak language in H264 guide ( #3 )
...
* Adjust wording in uStreamer Janus guide
* Small tweaks
* Small changes
* Updating based on review notes
2022-04-13 09:50:15 -04:00
Maxim Devaev
ee2b1afe5b
note about kernel support
2022-04-01 18:30:21 +03:00
Maxim Devaev
481f2c9479
readme fix
2022-02-21 05:11:25 +03:00
Maxim Devaev
d67af7a9dc
copyright bump
2022-02-21 05:11:25 +03:00
Maxim Devaev
ff9b0f5396
fixed readme
2022-02-21 05:11:25 +03:00
Maxim Devaev
e68e6b6fae
renamed MJPG to MJPEG
2022-02-21 05:11:25 +03:00
Maxim Devaev
e6584da7c8
renamed v4l2 encoder to m2m
2022-02-21 05:11:25 +03:00
Maxim Devaev
630ad66cc8
bunch of fixes for m2m
2022-02-21 05:11:23 +03:00
Maxim Devaev
d9b511c69f
doc update
2022-02-21 05:04:42 +03:00
Maxim Devaev
be2e0f11da
systemd socket activation
2022-02-13 18:59:33 +03:00
Fabian Peter Hammerle
76be4a1d10
readme: suggest adding /opt/vc/lib/ to library search path on bullseye
...
On Raspberry Pi OS Bullseye:
```sh
$ make WITH_OMX=1
[...]
== LD ustreamer.bin
/usr/bin/ld: warning: libbrcmGLESv2.so, needed by /opt/vc/lib/libopenmaxil.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libbrcmEGL.so, needed by /opt/vc/lib/libopenmaxil.so, not found (try using -rpath or -rpath-link)
[...]
$ ./ustreamer --features
./ustreamer: error while loading shared libraries: libopenmaxil.so: cannot open shared object file: No such file or directory
$ LD_LIBRARY_PATH=/opt/vc/lib/ ./ustreamer --features
+ WITH_OMX
- WITH_GPIO
+ WITH_PTHREAD_NP
+ WITH_SETPROCTITLE
+ HAS_PDEATHSIG
```
2022-01-30 19:57:43 +01:00
Jan "yenda" Trmal
ca3afc074c
correct/updated package name is libgpiod-dev
2021-11-21 12:19:03 -05:00
Maxim Devaev
f5c0a15967
removed ansible link
2021-10-19 15:55:34 +03:00
Maxim Devaev
56b21274d1
ru doc, etc
2021-10-17 00:13:01 +03:00
Michael Lynch
29234c330b
Document how to integrate uStreamer with nginx
...
This change documents a gotcha that can occur when clients deploy uStreamer behind an nginx proxy. By default, nginx buffers responses, which introduces latency into the video stream. Disabling the buffer eliminates this latency.
2021-10-14 10:02:42 -04:00
Lennie
67b767b152
Update README.md
...
On my system I needed to use -d my guess is it was just a typo from you ?
2021-03-27 20:34:33 +01:00
Maxim Devaev
b23883e65f
Update README.md
2021-03-21 17:57:37 +03:00
Devaev Maxim
89d3ed98c7
readme fix
2021-03-07 16:23:22 +03:00
Devaev Maxim
1187ace2a2
removed libuuid dep and using get_now_id()
2021-03-07 14:54:13 +03:00
Devaev Maxim
9704fb054c
fixed pikvm/pikvm#222
2021-03-06 13:49:08 +03:00
Maxim Devaev
b10148a438
Update README.md
2021-03-01 07:32:00 +03:00
Devaev Maxim
b362c1fa50
russian readme
2021-02-17 23:25:17 +03:00
Maxim Devaev
0414fa5a51
Merge pull request #94 from Drachenkaetzchen/patch-1
...
Give V4L2_PIX_FMT_MJPEG an unique name
2021-02-17 23:17:06 +03:00
Maxim Devaev
191dd16d7b
Merge pull request #91 from mtlynch/trailing-whitespace
...
Delete trailing whitespace from README
2021-02-17 23:15:11 +03:00