Re: [OpenSIPS-Users] install RTPEngine on Centos 8

2020-06-12 Thread Denys Pozniak
Hello,

Did you add external repos (rpmfusion and epel)?
https://rpmfusion.org/Configuration/

[root@localhost ~]# rpm -qa | grep rtpengine
ngcp-rtpengine-kernel-8.4.1.1-2.el8.x86_64
ngcp-rtpengine-debugsource-8.4.1.1-2.el8.x86_64
ngcp-rtpengine-debuginfo-8.4.1.1-2.el8.x86_64
ngcp-rtpengine-8.4.1.1-2.el8.x86_64
ngcp-rtpengine-recording-8.4.1.1-2.el8.x86_64
ngcp-rtpengine-recording-debuginfo-8.4.1.1-2.el8.x86_64
ngcp-rtpengine-dkms-8.4.1.1-2.el8.noarch
ngcp-rtpengine-kernel-debuginfo-8.4.1.1-2.el8.x86_64

[root@localhost ~]# cat /etc/redhat-release
CentOS Linux release 8.1.1911 (Core)


чт, 11 июн. 2020 г. в 23:38, Dragomir Haralambiev :

> Hello,
>
> Thanks for your reply.
> I try to instal RTPEngine but receive follow errors:
> # dnf install ngcp-rtpengine
> Last metadata expiration check: 0:28:59 ago on Thu 11 Jun 2020 10:33:39 PM
> EEST.
> Error:
> Problem: conflicting requests
> - nothing provides libavcodec.so.58()(64bit) needed by
> ngcp-rtpengine-8.4.1.1-1.el8.x86_64
> - nothing provides libavcodec.so.58(LIBAVCODEC_58)(64bit) needed by
> ngcp-rtpengine-8.4.1.1-1.el8.x86_64
> - nothing provides libavfilter.so.7()(64bit) needed by
> ngcp-rtpengine-8.4.1.1-1.el8.x86_64
> - nothing provides libavformat.so.58()(64bit) needed by
> ngcp-rtpengine-8.4.1.1-1.el8.x86_64
> - nothing provides libavformat.so.58(LIBAVFORMAT_58)(64bit) needed by
> ngcp-rtpengine-8.4.1.1-1.el8.x86_64
> - nothing provides libavutil.so.56()(64bit) needed by
> ngcp-rtpengine-8.4.1.1-1.el8.x86_64
> - nothing provides libavutil.so.56(LIBAVUTIL_56)(64bit) needed by
> ngcp-rtpengine-8.4.1.1-1.el8.x86_64
> - nothing provides libswresample.so.3()(64bit) needed by
> ngcp-rtpengine-8.4.1.1-1.el8.x86_64
> - nothing provides libswresample.so.3(LIBSWRESAMPLE_3)(64bit) needed by
> ngcp-rtpengine-8.4.1.1-1.el8.x86_64
> - nothing provides ffmpeg-libs needed by
> ngcp-rtpengine-8.4.1.1-1.el8.x86_64
>
> What I do to install this package?
>
> На чт, 4.06.2020 г. в 15:35 Denys Pozniak 
> написа:
>
>> Hello!
>> Try to use my build (not tested, as is):
>> https://copr.fedorainfracloud.org/coprs/denysp/rtpengine-centos8/
>>
>>
>> чт, 4 июн. 2020 г. в 12:20, Dragomir Haralambiev :
>>
>>> Hello,
>>>
>>> I need to  install RTPEngine on Centos 8?
>>> Any help
>>>
>>> Best regards,
>>> Dragomir
>>> ___
>>> Users mailing list
>>> Users@lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>>
>>
>> --
>>
>> BR,
>> Denys Pozniak
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>


-- 

BR,
Denys Pozniak
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] install RTPEngine on Centos 8

2020-06-11 Thread Alex Balashov
You may consider building from source. It's actually quite easy and 
avoids this kind of pain.


On 6/11/20 4:35 PM, Dragomir Haralambiev wrote:

Hello,

Thanks for your reply.
I try to instal RTPEngine but receive follow errors:
# dnf install ngcp-rtpengine
Last metadata expiration check: 0:28:59 ago on Thu 11 Jun 2020 10:33:39 
PM EEST.

Error:
Problem: conflicting requests
- nothing provides libavcodec.so.58()(64bit) needed by 
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavcodec.so.58(LIBAVCODEC_58)(64bit) needed by 
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavfilter.so.7()(64bit) needed by 
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavformat.so.58()(64bit) needed by 
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavformat.so.58(LIBAVFORMAT_58)(64bit) needed by 
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavutil.so.56()(64bit) needed by 
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavutil.so.56(LIBAVUTIL_56)(64bit) needed by 
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libswresample.so.3()(64bit) needed by 
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libswresample.so.3(LIBSWRESAMPLE_3)(64bit) needed by 
ngcp-rtpengine-8.4.1.1-1.el8.x86_64

- nothing provides ffmpeg-libs needed by ngcp-rtpengine-8.4.1.1-1.el8.x86_64

What I do to install this package?

На чт, 4.06.2020 г. в 15:35 Denys Pozniak > написа:


Hello!
Try to use my build (not tested, as is):
https://copr.fedorainfracloud.org/coprs/denysp/rtpengine-centos8/


чт, 4 июн. 2020 г. в 12:20, Dragomir Haralambiev mailto:goup2...@gmail.com>>:

Hello,

I need to  install RTPEngine on Centos 8?
Any help

Best regards,
Dragomir
___
Users mailing list
Users@lists.opensips.org 
http://lists.opensips.org/cgi-bin/mailman/listinfo/users



-- 


BR,
Denys Pozniak


___
Users mailing list
Users@lists.opensips.org 
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users



--
Alex Balashov | Principal | Evariste Systems LLC

Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free)
Web: http://www.evaristesys.com/, http://www.csrpswitch.com/

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] install RTPEngine on Centos 8

2020-06-11 Thread Dragomir Haralambiev
Hello,

Thanks for your reply.
I try to instal RTPEngine but receive follow errors:
# dnf install ngcp-rtpengine
Last metadata expiration check: 0:28:59 ago on Thu 11 Jun 2020 10:33:39 PM
EEST.
Error:
Problem: conflicting requests
- nothing provides libavcodec.so.58()(64bit) needed by
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavcodec.so.58(LIBAVCODEC_58)(64bit) needed by
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavfilter.so.7()(64bit) needed by
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavformat.so.58()(64bit) needed by
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavformat.so.58(LIBAVFORMAT_58)(64bit) needed by
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavutil.so.56()(64bit) needed by
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libavutil.so.56(LIBAVUTIL_56)(64bit) needed by
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libswresample.so.3()(64bit) needed by
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides libswresample.so.3(LIBSWRESAMPLE_3)(64bit) needed by
ngcp-rtpengine-8.4.1.1-1.el8.x86_64
- nothing provides ffmpeg-libs needed by ngcp-rtpengine-8.4.1.1-1.el8.x86_64

What I do to install this package?

На чт, 4.06.2020 г. в 15:35 Denys Pozniak  написа:

> Hello!
> Try to use my build (not tested, as is):
> https://copr.fedorainfracloud.org/coprs/denysp/rtpengine-centos8/
>
>
> чт, 4 июн. 2020 г. в 12:20, Dragomir Haralambiev :
>
>> Hello,
>>
>> I need to  install RTPEngine on Centos 8?
>> Any help
>>
>> Best regards,
>> Dragomir
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>
>
> --
>
> BR,
> Denys Pozniak
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] install RTPEngine on Centos 8

2020-06-04 Thread Dragomir Haralambiev
Hello,

I need to  install RTPEngine on Centos 8?
Any help

Best regards,
Dragomir
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users