Search Criteria
Package Details: mediastreamer-git 4.5.0.alpha.r20.g14b66674-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mediastreamer-git.git (read-only, click to copy) |
---|---|
Package Base: | mediastreamer-git |
Description: | A modular sound and video processing and streaming library |
Upstream URL: | https://github.com/BelledonneCommunications/mediastreamer2 |
Licenses: | GPL |
Conflicts: | mediastreamer |
Provides: | mediastreamer |
Submitter: | vnoel |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 11 |
Popularity: | 0.000013 |
First Submitted: | 2010-10-17 12:05 (UTC) |
Last Updated: | 2020-09-08 01:18 (UTC) |
Dependencies (15)
- bcg729-git
- bcmatroska2-git
- bctoolbox (bctoolbox-git)
- bzrtp (bzrtp-git)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-gpl-bin, ffmpeg-headless, ffmpeg-cuda, ffmpeg-full, ffmpeg-full-git, ffmpeg-decklink, ffmpeg-git, ffmpeg-nonvidia, ffmpeg-libfdk_aac, ffmpeg-mpp, ffmpeg-nocuda, ffmpeg-intel-full-git, ffmpeg-obs, ffmpeg-v4l2-request-git, ffmpeg-mmal)
- glew (glew-libepoxy, glew-egl-glx, glew-git, glew-wayland, glew-osmesa-git, glew-wayland-git)
- libjpeg-turbo (libjpeg-turbo-minimal-git, mozjpeg-git, libjpeg-turbo-git, mozjpeg)
- libsrtp
- libxv
- mbedtls (mbedtls-git, aur-mbedtls, l8w8jwt-git, nanomq-full-git)
- ortp (ortp-git)
- zxing-cpp (zxing-cpp-git)
- cmake (cmake-git) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Required by (5)
- flexisip (requires mediastreamer)
- liblinphone (requires mediastreamer)
- liblinphone-git (requires mediastreamer)
- linphone-desktop-git
- linphone-plugin-mssilk (requires mediastreamer)
Latest Comments
1 2 3 Next › Last »
aquilarubra commented on 2021-09-02 19:29 (UTC)
Build fails: mediastreamer2/include/mediastreamer2/msrtp.h:28:70: error: unknown type name ‘rtp_audio_level_t’
smeuser commented on 2021-07-16 10:41 (UTC) (edited on 2021-07-16 10:43 (UTC) by smeuser)
i have pretty much the same problem like the user in the previous comment
reclusivesage commented on 2021-07-13 05:30 (UTC) (edited on 2021-07-13 05:32 (UTC) by reclusivesage)
After I realized this package is required for
liblinphone-git
, I installed:bcmatroska2-git
,bcg729-git
,ortp-git
, andbzrtp-git
. (I should also havelibsrtp
installed.)However, I received several "undefined reference to 'srtp_add_or_update_stream'" errors when almost finishing the installation, which also involve
msaudiocmp
:Manifest0 commented on 2020-11-22 21:48 (UTC)
The error is fixed after we update the ortp-git package
Manifest0 commented on 2020-09-19 15:17 (UTC)
I have the same error as jose1711
jose1711 commented on 2020-09-12 07:48 (UTC)
not compiling here:
thrasibule commented on 2020-03-30 13:15 (UTC)
You need to install ortp-git.
jaro3 commented on 2020-03-28 14:15 (UTC)
doesn't compile:
/usr/src/tmp/mediastreamer-git/src/mediastreamer2/src/voip/mediastream.c: In function ‘media_stream_set_ice_check_list’: /usr/src/tmp/mediastreamer-git/src/mediastreamer2/src/voip/mediastream.c:283:34: error: ‘RtpSession’ {aka ‘struct _RtpSession’} has no member named ‘bundle’ 283 | if (stream->sessions.rtp_session->bundle && !stream->sessions.rtp_session->is_primary){ | ^~ /usr/src/tmp/mediastreamer-git/src/mediastreamer2/src/voip/mediastream.c:283:75: error: ‘RtpSession’ {aka ‘struct _RtpSession’} has no member named ‘is_primary’ 283 | if (stream->sessions.rtp_session->bundle && !stream->sessions.rtp_session->is_primary){ | ^~ make[2]: [src/CMakeFiles/mediastreamer.dir/build.make:769: src/CMakeFiles/mediastreamer.dir/voip/mediastream.c.o] Error 1 make[2]: Waiting for unfinished jobs.... [ 8%] Building C object src/CMakeFiles/mediastreamer.dir/audiofilters/gsm.c.o /usr/src/tmp/mediastreamer-git/src/mediastreamer2/src/audiofilters/pulseaudio.c: In function ‘pulse_card_merge_lists’: /usr/src/tmp/mediastreamer-git/src/mediastreamer2/src/audiofilters/pulseaudio.c:240:3: warning: ‘strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 240 | strncpy(pa_device->source_name,sourceCard_data->name, PA_STRING_SIZE -1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/usr/src/tmp/mediastreamer-git/src/mediastreamer2' make[1]: [CMakeFiles/Makefile2:329: src/CMakeFiles/mediastreamer.dir/all] Error 2 make[1]: Leaving directory '/usr/src/tmp/mediastreamer-git/src/mediastreamer2' make: [Makefile:147: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build mediastreamer-git.
frealgagu commented on 2018-04-24 13:53 (UTC) (edited on 2018-04-24 13:54 (UTC) by frealgagu)
A new tag has been added to mediastreamer-git which contains the prefix "linphone-iphone-"
However previously the tags did not have that prefix and they were released as follow:
2.7.0
2.7.3
2.8.0
...
...
2.15.1
2.16.0
2.16.1
linphone-iphone-3.16.5
Could you please remove this part of the tag changing the pkgver function?
you can achieve that easily by replacing your pkgver function with:
Thanks in advance.
frealgagu commented on 2018-04-11 14:59 (UTC) (edited on 2018-04-11 15:01 (UTC) by frealgagu)
I'm getting the following:
[ 70%] Building C object src/CMakeFiles/mediastreamer_voip.dir/voip/videostream.c.o /home/frealgagu/.cache/aurman/mediastreamer-git/src/mediastreamer2/src/voip/videostream.c: In function ‘video_preview_start’: /home/frealgagu/.cache/aurman/mediastreamer-git/src/mediastreamer2/src/voip/videostream.c:1634:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] MSPixFmt format = MS_YUV420P; / Display format / ^~~~~~~~ cc1: all warnings being treated as errors make[2]: [src/CMakeFiles/mediastreamer_voip.dir/build.make:1743: src/CMakeFiles/mediastreamer_voip.dir/voip/videostream.c.o] Error 1 make[1]: [CMakeFiles/Makefile2:202: src/CMakeFiles/mediastreamer_voip.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
What could have changed?
1 2 3 Next › Last »