diff --git a/README.md b/README.md index c8e1a32..8ef6b6f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [[Русская версия]](README.ru.md) µStreamer is a lightweight and very quick server to broadcast [MJPG](https://en.wikipedia.org/wiki/Motion_JPEG) video from any V4L2 device to the net. All new browsers have native support of this video format, as well as most video players such as mplayer, VLC etc. -µStreamer is a part of the [Pi-KVM](https://github.com/pi-kvm) project designed to stream [VGA](https://www.amazon.com/dp/B0126O0RDC) and [HDMI](https://auvidea.com/b101-hdmi-to-csi-2-bridge-15-pin-fpc/) screencast hardware data with the highest resolution and FPS possible. +µStreamer is a part of the [Pi-KVM](https://github.com/pikvm) project designed to stream [VGA](https://www.amazon.com/dp/B0126O0RDC) and [HDMI](https://auvidea.com/b101-hdmi-to-csi-2-bridge-15-pin-fpc/) screencast hardware data with the highest resolution and FPS possible. µStreamer is very similar to [mjpg-streamer](https://github.com/jacksonliam/mjpg-streamer) with ```input_uvc.so``` and ```output_http.so``` plugins, however, there are some major differences. The key ones are: @@ -35,7 +35,7 @@ You'll need ```make```, ```gcc```, ```libevent``` with ```pthreads``` support, On Raspberry Pi you can build the program with OpenMAX IL. To do this pass option ```WITH_OMX=1``` to ```make```. To enable GPIO support install [wiringPi](http://wiringpi.com) and pass option ```WITH_GPIO=1```. ``` -$ git clone --depth=1 https://github.com/pi-kvm/ustreamer +$ git clone --depth=1 https://github.com/pikvm/ustreamer $ cd ustreamer $ make $ ./ustreamer --help diff --git a/README.ru.md b/README.ru.md index 7bc2a39..a58faac 100644 --- a/README.ru.md +++ b/README.ru.md @@ -2,7 +2,7 @@ [[English version]](README.md) -µStreamer - это маленький и очень быстрый сервер, который позволяет организовать трансляцию видео в формате [MJPG](https://en.wikipedia.org/wiki/Motion_JPEG) с любого устройства V4L2 в сеть. Этот формат нативно поддерживается всеми современными браузерами и большинством приложений для просмотра видео (mplayer, VLC и так далее). µStreamer был разработан в рамках проекта [Pi-KVM](https://github.com/pi-kvm) специально для стриминга с устройств видеозахвата [VGA](https://www.amazon.com/dp/B0126O0RDC) и [HDMI](https://auvidea.com/b101-hdmi-to-csi-2-bridge-15-pin-fpc/) с максимально возможным разрешением и FPS, которые только позволяет железо. +µStreamer - это маленький и очень быстрый сервер, который позволяет организовать трансляцию видео в формате [MJPG](https://en.wikipedia.org/wiki/Motion_JPEG) с любого устройства V4L2 в сеть. Этот формат нативно поддерживается всеми современными браузерами и большинством приложений для просмотра видео (mplayer, VLC и так далее). µStreamer был разработан в рамках проекта [Pi-KVM](https://github.com/pikvm) специально для стриминга с устройств видеозахвата [VGA](https://www.amazon.com/dp/B0126O0RDC) и [HDMI](https://auvidea.com/b101-hdmi-to-csi-2-bridge-15-pin-fpc/) с максимально возможным разрешением и FPS, которые только позволяет железо. Функционально µStreamer очень похож на [mjpg-streamer](https://github.com/jacksonliam/mjpg-streamer) при использовании им плагинов ```input_uvc.so``` и ```output_http.so```, однако имеет ряд серьезных отличий. Основные приведены в этой таблице: @@ -35,7 +35,7 @@ На Raspberry Pi программу можно собрать с поддержкой OpenMAX IL. Для этого передайте ```make``` параметр ```WITH_OMX=1```. Для включения сборки с поддержкой GPIO установите [wiringPi](http://wiringpi.com) и добавьте параметр ```WITH_GPIO=1```. ``` -$ git clone --depth=1 https://github.com/pi-kvm/ustreamer +$ git clone --depth=1 https://github.com/pikvm/ustreamer $ cd ustreamer $ make $ ./ustreamer --help diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index 5857edd..e50009b 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -6,14 +6,14 @@ pkgname=ustreamer pkgver=1.0 pkgrel=1 pkgdesc="Lightweight and fast MJPG-HTTP streamer" -url="https://github.com/pi-kvm/ustreamer" +url="https://github.com/pikvm/ustreamer" license=(GPL) arch=(i686 x86_64 armv6h armv7h) depends=(libjpeg libevent libutil-linux) # optional: raspberrypi-firmware for OMX encoder # optional: wiringpi for GPIO support makedepends=(gcc make) -source=(${pkgname}::"git+https://github.com/pi-kvm/ustreamer#commit=v${pkgver}") +source=(${pkgname}::"git+https://github.com/pikvm/ustreamer#commit=v${pkgver}") md5sums=(SKIP) diff --git a/pkg/gentoo/ustreamer-9999.ebuild b/pkg/gentoo/ustreamer-9999.ebuild index 1489306..b9ca6e6 100644 --- a/pkg/gentoo/ustreamer-9999.ebuild +++ b/pkg/gentoo/ustreamer-9999.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit git-r3 DESCRIPTION="uStreamer - Lightweight and fast MJPG-HTTP streamer" -HOMEPAGE="https://github.com/pi-kvm/ustreamer" -EGIT_REPO_URI="https://github.com/pi-kvm/ustreamer.git" +HOMEPAGE="https://github.com/pikvm/ustreamer" +EGIT_REPO_URI="https://github.com/pikvm/ustreamer.git" LICENSE="GPL-3" SLOT="0" diff --git a/pkg/openwrt/Makefile b/pkg/openwrt/Makefile index 5caa3d5..fe11c60 100644 --- a/pkg/openwrt/Makefile +++ b/pkg/openwrt/Makefile @@ -11,7 +11,7 @@ PKG_RELEASE:=1 PKG_MAINTAINER:=Maxim Devaev PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/pi-kvm/ustreamer.git +PKG_SOURCE_URL:=https://github.com/pikvm/ustreamer.git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) @@ -26,7 +26,7 @@ define Package/ustreamer CATEGORY:=Multimedia TITLE:=uStreamer DEPENDS:=+libpthread +libjpeg +libv4l +libuuid +libevent2 +libevent2-core +libevent2-extra +libevent2-pthreads - URL:=https://github.com/pi-kvm/ustreamer + URL:=https://github.com/pikvm/ustreamer endef define Package/ustreamer/description diff --git a/src/http/data/index.html b/src/http/data/index.html index c749d9d..165df1a 100644 --- a/src/http/data/index.html +++ b/src/http/data/index.html @@ -54,6 +54,6 @@

- Sources & docs + Sources & docs diff --git a/src/http/data/index_html.h b/src/http/data/index_html.h index 409e4f0..425cb3d 100644 --- a/src/http/data/index_html.h +++ b/src/http/data/index_html.h @@ -82,7 +82,7 @@ const char HTML_INDEX_PAGE[] = " \ \
\
\ - Sources & docs \ + Sources & docs \ \ \ ";