Page 1 of 1

how record audio stream ?

Posted: 2019/10/23 09:10:29
by MakeTopSite
Recording in VLC is not working, mpv or mplayer can't be installed, parec need unmuted audio device which is bad for me.

Anyone know please how record audio stream in a way as using mpv or mplayer ?

Re: how record audio stream ?

Posted: 2019/10/23 14:47:20
by TrevorH
Check the rpmfusion repo and see if it has built packages for CentOS 8 yet.

Re: how record audio stream ?

Posted: 2019/10/24 10:53:58
by MakeTopSite
TrevorH wrote:
2019/10/23 14:47:20
Check the rpmfusion repo and see if it has built packages for CentOS 8 yet.
I'm sorry, not yet.

Re: how record audio stream ?

Posted: 2019/10/24 15:00:24
by TrevorH
Try flatpak then

Re: how record audio stream ?

Posted: 2019/10/24 16:00:10
by George99
MakeTopSite wrote:
2019/10/24 10:53:58
TrevorH wrote:
2019/10/23 14:47:20
Check the rpmfusion repo and see if it has built packages for CentOS 8 yet.
I'm sorry, not yet.
mpv is already available in RPMfusion for CentOS 8. I installed it two weeks ago or so. VLC too.

https://download1.rpmfusion.org/free/el ... w/mpv.html

Re: how record audio stream ?

Posted: 2019/10/29 16:50:38
by MakeTopSite
George99 wrote:
2019/10/24 16:00:10
MakeTopSite wrote:
2019/10/24 10:53:58
TrevorH wrote:
2019/10/23 14:47:20
Check the rpmfusion repo and see if it has built packages for CentOS 8 yet.
I'm sorry, not yet.
mpv is already available in RPMfusion for CentOS 8. I installed it two weeks ago or so. VLC too.

https://download1.rpmfusion.org/free/el ... w/mpv.html
Excuse me I was looking at wrong page.

But I still can't install it:

Code: Select all

# yum --nobest install mpv-0.30.0-1.el8.x86_64.rpm 
Last metadata expiration check: 0:32:02 ago on Tue Oct 29 17:11:55 2019.
Error: 
 Problem: conflicting requests
  - nothing provides libSDL2-2.0.so.0()(64bit) needed by mpv-0.30.0-1.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages)

Code: Select all

# yum --nobest install mplayer mpv vlc
Last metadata expiration check: 0:30:40 ago on Tue Oct 29 17:11:55 2019.
Error: 
 Problem 1: conflicting requests
  - nothing provides libenca.so.0()(64bit) needed by mplayer-1.4-3.el8.x86_64
 Problem 2: conflicting requests
  - nothing provides libSDL2-2.0.so.0()(64bit) needed by mpv-0.30.0-1.el8.x86_64
 Problem 3: package vlc-1:3.0.9-22.el8.x86_64 requires libvlccore.so.9()(64bit), but none of the providers can be installed
  - package vlc-1:3.0.9-22.el8.x86_64 requires vlc-core(x86-64) = 1:3.0.9-22.el8, but none of the providers can be installed
  - conflicting requests
  - nothing provides libdav1d.so.3()(64bit) needed by vlc-core-1:3.0.9-22.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages)

Re: how record audio stream ?

Posted: 2019/10/29 18:33:42
by TrevorH

Code: Select all

[root@centos8 ~]# dnf --enablerepo=epel-testing,epel-playground provides 'libSDL2-2.0.so.0()(64bit)'
Extra Packages for Enterprise Linux 8 - Playground - x86_64                                            516 kB/s | 3.5 MB     00:06    
Extra Packages for Enterprise Linux 8 - Testing - x86_64                                               451 kB/s | 788 kB     00:01    
SDL2-2.0.8-7.el8.x86_64 : Cross-platform multimedia library
Repo        : PowerTools
Matched from:
Provide    : libSDL2-2.0.so.0()(64bit)
Enable PowerTools.

Re: how record audio stream ?

Posted: 2019/10/30 12:13:07
by MakeTopSite
TrevorH wrote:
2019/10/29 18:33:42

Code: Select all

[root@centos8 ~]# dnf --enablerepo=epel-testing,epel-playground provides 'libSDL2-2.0.so.0()(64bit)'
Extra Packages for Enterprise Linux 8 - Playground - x86_64                                            516 kB/s | 3.5 MB     00:06    
Extra Packages for Enterprise Linux 8 - Testing - x86_64                                               451 kB/s | 788 kB     00:01    
SDL2-2.0.8-7.el8.x86_64 : Cross-platform multimedia library
Repo        : PowerTools
Matched from:
Provide    : libSDL2-2.0.so.0()(64bit)
Enable PowerTools.
Thank you, it has solved the problem.