我在更新我的软件时遇到了麻烦。看来新的软件包已经下载了,但是有一个软件包给我带来了麻烦。
这是我在升级软件包时得到的输出:
sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
E: U
我正在尝试构建libVLC,以便在安卓应用程序中使用(我无法为我所针对的所有平台找到预构建的库)。我正在使用Ubuntu16.04.1LTS服务器,并遵循并安装了上面提到的软件包。我有NDK r13和SDKr24.4.1,基本上都是刚下载的。
我从./compile.sh -a arm --release -l开始了这个过程
一切似乎都是正确编译的,但最后我还是出现了链接器错误。下面是从似乎最相关的内容开始的输出:
Generating static module list
/home/builder/vlc-build/vlc-android/toolchains/arm/bin/arm-l
我是Ubuntu的新手。当我试图更新vlc以便能够播放某些视频时,我搞砸了,现在我无法安装VLC媒体播放器的新版本。在执行此操作时,我使用的是Ubuntu14.04。当我升级到15.04的时候,我以为它会被修复,但是它没有帮助。这就是当我试图通过终端安装vlc时得到的结果。
ricky@ricky-pc:~$ sudo apt-get install vlc
[sudo] password for ricky:
Reading package lists... Done
Building dependency tree
Reading state information...
在解决这个错误之前,我不能继续下去,我已经尝试删除dpkg,这样它就可以重新下载它,但是在尝试dist-升级或者现在,apt-get -f安装时,它仍然存在这个错误。
root@hayek:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
[Omitted outout]
The following NEW packages will be i
我正在使用qt5和ubuntu13.04
我克隆了git存储库(git克隆git://github.com/ntadej/vlc-qt.git),然后按照自述文件中编写的步骤,这是输出:
tdsxv@tdsxv-M52S-S3P:~/VLCLibrary$ mkdir build
tdsxv@tdsxv-M52S-S3P:~/VLCLibrary$ cd build/
tdsxv@tdsxv-M52S-S3P:~/VLCLibrary/build$ cmake .. -DCMAKE_INSTALL_PREFIX=prefix
-- The C compiler identification i
VLC不会在Ubuntu20.04.3 LTS上工作。它随机冻结图像,但音频继续运行。或者它会随机崩溃。或者随机冻结整个电脑。
我第一次尝试了VLC的快速版本。然后我切换到sudo apt install vlc,以便从终端启动它,并记录一些错误:
$ vlc 4.mp4
VLC media player 3.0.9.2 Vetinari (revision 3.0.9.2-0-gd4c1aefe4d)
[000055fc808f5670] main libvlc: Running vlc with the default interface. Use 'cvlc' to
我正在尝试下载VLC,以便在我的科学Linux上使用。在转到vlc-2.0.6文件夹后,我运行了“./配置”并获得了错误消息
configure: error: Could not find libmad on your system: you may get it from http://www.underbit.com/products/mad/. Alternatively you can use --disable-mad to disable the mad plugin.
我访问了这个链接,下载了madplay、libmad、libid3tag,并且能够毫无问题地配置所有这
我有一台云计算机,我可以通过SSH访问它。我以root身份登录到我的云pc。
我曾经使用apt-get命令安装了VLC媒体播放器应用程序,但是当我向终端写入"vlc“时,我得到了以下输出:
root@fercis:~# vlc
The program 'vlc' is currently not installed. You can install it by typing:
apt-get install vlc-nox
当我写下"apt-get install vlc-nox“或"apt-get install vlc”时,计算机会打印出我已经安装
我正在为Mozilla创建一个插件,其中一个首选项是文件系统中的文件路径(特别是可执行文件或VLC播放器的命令)。该文件路径通过首选项窗口是可更改的,但是为该首选项添加默认值将是有帮助的。
因为这个副词应该同时适用于Linux和Windows操作系统,所以我希望为每个操作系统都包含默认文件,所以它看起来如下所示:
Linux:/usr/bin/vlc
Windows x86 C:\\Program Files\\VideoLan\\VLC\\vlc.exe
Windows x86_64 C:\\Program Files (x86)\\VideoLan\\VLC\\vlc.exe (因为默认的
我正在尝试探索用于安卓的libVLC,这就是为什么在windows 7上设置VLC项目的原因,但我面临着一些问题。当我导入项目并安装所有帮助库并尝试使用NDK进行编译时,会出现以下错误
make.exe: *** No rule to make target `jni/..//modules/codec/omxil/iomx.cpp',
needed by `obj/local/armeabi/objs-debug/iomx gingerbread/__//modules/codec/omxil/iomx.o'. Stop.
当我试图搜索文件夹中的文件时,我只能找到iomx
我已经安装了Qt 5.1.4,但是当我“安装”时,它会显示
Package Qt5Gui was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Gui.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Gui' found
Package Qt5Widgets was not found in the pkg-config search path.
Perh
基本上,我试图建立一个单声道视频播放器,使用VLC,并能够在windows和linux上运行。我在c#中发现了一些很好的库,它们可以在mono上与VLC API dll对话,但这些dll在linux上是不存在的,并且查看这些库的代码,它们看起来可能只能在windows上运行。
linux上的VLC dll有没有c#,mono包装器?目前我关注的是VLC,因为我需要Hi10的支持,据我所知,VLC是一个老的跨平台播放器,有一个API接口。也就是说,我对各种想法持开放态度。
我一直试图在安卓系统中使用LibVLC,我遵循了的说明,并让它在ARM上工作得很好。但是,当试图将其编译为x86时,我设置:
导出ANDROID_ABI=x86
然后以同样的方式编译,但现在我遇到了一个问题,因为它无法编译。下面是一个截断的构建日志:
~/vlc-android$ sh compile.sh
VLC source found
Building tools
You are ready to build VLC and its contribs
Building the contribs
Generating EGL pkg-config file
Generating GLESv