Search Criteria
Package Details: mediastreamer 5.3.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mediastreamer.git (read-only, click to copy) |
---|---|
Package Base: | mediastreamer |
Description: | A library written in C that allows you to create and run audio and video streams |
Upstream URL: | https://gitlab.linphone.org/ |
Licenses: | AGPL3 |
Submitter: | arojas |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 2 |
Popularity: | 0.000841 |
First Submitted: | 2022-11-05 08:54 (UTC) |
Last Updated: | 2024-01-02 19:45 (UTC) |
Dependencies (13)
- bcg729 (bcg729-gitAUR)
- bcmatroska2AUR
- bzrtpAUR (bzrtp-gitAUR)
- ffmpeg4.4
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- libsrtp (libsrtp-gitAUR)
- libyuv (libyuv-gitAUR)
- ortpAUR (ortp-gitAUR)
- zxing-cpp (zxing-cpp-gitAUR)
- bcunitAUR (bcunit-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
thrasibule commented on 2024-01-07 11:57 (UTC)
It builds, you need to remove ffmpeg temporarily. (You can install it back after building mediastreamer). I need to fix the CMake file to not look for ffmpeg first.
jghodd commented on 2024-01-07 01:54 (UTC)
So...apparently nobody cares that this won't build. Why even have it in the AUR then?
jghodd commented on 2024-01-04 05:04 (UTC)
Getting the same build error as @dreieck - conflicting types for ‘avcodec_alloc_context3’; have ‘AVCodecContext (AVCodec )’
dreieck commented on 2023-12-22 16:16 (UTC)
Build fails for me with
mediastreamer2-5.3.1/src/utils/ffmpeg-priv.h:121:17: error: conflicting types for ‘avcodec_alloc_context3’; have ‘AVCodecContext *(AVCodec *)’
:(
pkgver=5.3.1
)Regards!
dreieck commented on 2023-12-22 14:20 (UTC)
Can yoi please add
provides=("mediastreamer2=${pkgver}")
,conflicts=("mediastreamer2")
?Upstream name is still "mediastreamer2" and there are packages that depend on it.
Regards and thanks for maintaining!
schmunk commented on 2022-12-13 16:16 (UTC)
I had
bctoolbox-git 5.2.0.alpha.r0.gd92d04f-1
.A rebuild (via pamac UI) said it would be downgraded to
bctoolbox-git 4.5.0.alpha.r54.gab40b02-1
.But actually it was updated to
bctoolbox-git 5.3.0.alpha.r1.gabd8da3-1
.Anyways now
mediastreamer
builds. Thank you.thrasibule commented on 2022-12-13 15:51 (UTC)
Which version of bctoolbox do you have? You need to rebuild it.
schmunk commented on 2022-12-13 12:04 (UTC) (edited on 2022-12-13 12:06 (UTC) by schmunk)
I am getting this error when trying to update
1 aur/mediastreamer 5.1.67-1 -> 5.1.71-1
I have
mbedtls 2.28.1-1
installed.