Port details |
- ustreamer Lightweight and fast MJPG-HTTP streamer
- 6.36 multimedia
=2 6.36Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-04-27 06:24:36
- Last Update: 2025-03-27 06:52:50
- Commit Hash: de2f74c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: net
- License: GPLv3
- WWW:
- https://github.com/pikvm/ustreamer
- Description:
- muStreamer is a lightweight and very quick server to broadcast MJPG 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. muStreamer is a
part of the Pi-KVM project designed to stream VGA and HDMI screencast hardware
data with the highest resolution and FPS possible.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ustreamer>0:multimedia/ustreamer
- To install the port:
- cd /usr/ports/multimedia/ustreamer/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/ustreamer
- pkg install ustreamer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ustreamer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1743055066
SHA256 (pikvm-ustreamer-v6.36_GH0.tar.gz) = 71aaba1427e8bb690500f1ae940aa64c3b3f7253750448c1331fad3b31500f3e
SIZE (pikvm-ustreamer-v6.36_GH0.tar.gz) = 148781
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- videodev2.h : multimedia/v4l_compat
- janus>0 : www/janus
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- Runtime dependencies:
-
- janus>0 : www/janus
- Library dependencies:
-
- libevent.so : devel/libevent
- libdrm.so : graphics/libdrm
- libasound.so : audio/alsa-lib
- libjansson.so : devel/jansson
- libspeexdsp.so : audio/speexdsp
- libopus.so : audio/opus
- libjpeg.so : graphics/jpeg-turbo
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ustreamer-6.36:
DRM=on: Use libdrm for V4P functionality
JANUS=on: Build Janus plugin for Janus WebRTC gateway
SETPROCTITLE=on: Enable setproctitle functionality
===> Use 'make config' to modify these settings
- Options name:
- multimedia_ustreamer
- USES:
- compiler:c17 gmake jpeg localbase:ldflags pkgconfig gettext-runtime gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.18 07 Jul 2020 09:02:47
  |
yuri  |
multimedia/ustreamer: Update 1.17 -> 1.18
Reported by: portscout |
1.17 19 May 2020 08:23:40
  |
yuri  |
multimedia/ustreamer: Update 1.16 -> 1.17
Reported by: portscout |
1.16 16 May 2020 07:25:58
  |
yuri  |
multimedia/ustreamer: Update 1.15 -> 1.16
Reported by: portscout |
1.15 03 May 2020 17:50:44
  |
yuri  |
multimedia/ustreamer: Update 1.13 -> 1.15
Reported by: portscout |
1.13 31 Mar 2020 05:04:26
  |
yuri  |
multimedia/ustreamer: Broken on FreeBSD 11
Reported by: fallout |
1.13 04 Mar 2020 09:01:12
  |
yuri  |
multimedia/ustreamer: Update 1.12 -> 1.13
Reported by: portscout |
1.12 20 Feb 2020 10:01:41
  |
yuri  |
multimedia/ustreamer: Update 1.11-2 -> 1.12
Reported by: portscout |
1.11.2 25 Jan 2020 20:18:45
  |
yuri  |
multimedia/ustreamer: Unbreak
The upstream uses -DWITH_PTHREAD_NP={0|1} and #ifdef WITH_PTHREAD_NP
inconsistently.
Fixed this by undeffing WITH_PTHREAD_NP.
Reported by: fallout |
1.11 18 Jan 2020 19:25:17
  |
yuri  |
multimedia/ustreamer: Attempt to unbreak by adding the recommended C-level
define
Reported by: fallout |
1.11 15 Jan 2020 10:02:59
  |
yuri  |
multimedia/ustreamer: Update 1.10 -> 1.11
Reported by: portscout |
1.10 04 Jan 2020 02:45:00
  |
yuri  |
multimedia/ustreamer: Update 1.9 -> 1.10
Reported by: portscout |
1.9 12 Oct 2019 07:26:45
  |
yuri  |
multimedia/ustreamer: Update 1.0 -> 1.9
Reported by: portscout |
1.0_2 09 Oct 2019 12:06:22
  |
bapt  |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
1.0_2 02 Aug 2019 13:30:40
  |
jbeich  |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
1.0_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0 13 Jul 2019 09:16:21
  |
yuri  |
multimedia/ustreamer: Update 0.79 -> 1.0
Reported by: portscout |
0.79 06 Jul 2019 22:48:32
  |
yuri  |
multimedia/ustreamer: Update 0.78 -> 0.79
Reported by: portscout |
0.78 03 Jun 2019 09:00:14
  |
yuri  |
multimedia/ustreamer: Update 0.75 -> 0.78
Reported by: portscout |
0.75 18 May 2019 15:56:11
  |
yuri  |
multimedia/ustreamer: Update 0.73 -> 0.75
Reported by: portscout |
0.73 11 May 2019 18:43:34
  |
yuri  |
multimedia/ustreamer: Update 0.72 -> 0.73
Reported by: portscout |
0.72 04 May 2019 02:37:34
  |
yuri  |
multimedia/ustreamer: 0.71 -> 0.72
Reported by: portscout |
0.71 02 May 2019 10:08:31
  |
pkubaj  |
multimedia/ustreamer: fix build with GCC-based architectures
Add USES=compiler:c11 to fix:
cc1: error: unrecognized command line option "-std=c11"
Approved by: mentors (implicit approval) |
0.71 02 May 2019 08:07:15
  |
yuri  |
multimedia/ustreamer: Update 0.70 -> 0.71
Reported by: portscout |
0.70 27 Apr 2019 06:24:18
  |
yuri  |
New port: multimedia/ustreamer: Lightweight and fast MJPG-HTTP streamer |