问题标签 [vlc]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
272 浏览

java - java - 如何将命令或argoman传递给java中的进程

我想在 java 中运行一个名为 VLC 的程序。我通过运行时创建了它的进程。我不知道如何将命令传递给这个进程。VLC 程序也可以通过命令行控制。我想为 VLC 程序设置一个端口和 IP 地址来监听流数据。java中的每个进程都有InputStream和OutputStream。

谢谢你,萨贾德

0 投票
1 回答
89 浏览

c - 如何在 C 中将实时音频数据(更新缓冲区)呈现为音频文件

我正在接收实时音频作为更新数组中的浮点数。我希望此实时数据显示为 vlc 媒体播放器可以读取的文件。有人可以指导我如何用 C 语言做到这一点吗?

/穆达萨

0 投票
3 回答
17648 浏览

java - 如何通过java控制VLC

我想运行一个名为VLC的程序java并在运行时对其进行控制,例如,如果用户单击❚❚►►按钮,我会执行特定的合适操作。

VLC按以下代码运行:

我听说过 Java 绑定,但我不知道它在这项工作中是如何工作的。

0 投票
0 回答
268 浏览

c# - C#视频闪烁

我的代码有问题,它使用 VLC 界面显示视频。我还使用“表单透明度”功能在该视频顶部(全屏)显示叠加层。

这在我的 Windows 7 PC 上很好,但在 XP 机器上却闪烁不定。

如果您能帮我解决这个问题,我将不胜感激。我需要显示一个 UDP:// 流,所以我必须使用 VLC,但同时我需要在视频顶部显示我的程序信息......

0 投票
1 回答
622 浏览

python - 使用 libVLC python 包装器进行即时通讯流式传输

我正在尝试开发一个支持视频流的即时通讯客户端。我正在使用 Python 的 libVLC 包装器。IM 客户端的大多数基本功能已经存在,我的问题在于视频流。我已经能够进行基本测试,例如流式传输视频并使用我自己的代码以 tkinter 形式播放它。但是,当涉及到向许多用户流式传输以及从其他用户接收许多流时,我完全迷失了。我很感激你能给我的任何帮助,也许这不是正确的方法,你可以指出我应该采取的方向,一切都有帮助,因为我不是一个很有经验的程序员。提前致谢。

0 投票
0 回答
394 浏览

ipad - Streaming of different video scenes to the iPad

as a background: I am developing an application for the iPad where users can browse videos that are provided by us. When a user picks a video it will then launch an MPMoviePlayerController - which works fine (besides I get no video for the first 10 seconds, of which I have no idea why).

Now, users should be able to search for specific scenes - like, say, "foo talks to bar". I'm getting a list like "video A, seconds 23-42, video B, seconds, 56 to 89, F, seconds 1912-1989". Now I want to play all of these scenes in a row.

The videos are originally MPEG2 videos which I transcoded to H.264 in an MPEG2 container, like Apple demands it, and split them via the mediafilesegmenter to different chunks.

To play those videos my first idea was to dynamically generate an .m3u8 playlist (HTTP progressive streaming is forbidden for videos over ten minutes of length) via a CGI script that contains the chunks of the individual videos I want to play. Unfortunately, this only works for the first chunk - when the second chunk gets played audio and video disappear; I suspect that's a timestamp issue because the segments are not continous.

My next idea was to cut and arrange the videos entirely in the backend, passing them to like VLC (which would save me the whole transcoding from MPEG2 to H.264 beforehand) and pipe them to mediastreamsegmenter. That works well, the disadvantage is that the user cannot seek in the video.

Finally, I tried to start several MPMoviePlayerControllers in a row - one for each video. Unfortunately the delay for buffering, etc. between the individual scenes is way too long - it sometimes even exceeds the scene's length.

If anyone has an idea how to solve that (or could tell me whether what I'm trying to do is even possible) I'd appreciate any suggestions.

0 投票
1 回答
1096 浏览

python - python vlc.py 或 vlcwidget.py 无法打开 MRL

我遇到以下错误。mpg 文件位于 vlcwidget.py 所在的同一目录中。有人可以指出问题或分享他们的经验吗?

0 投票
2 回答
1041 浏览

asp.net - 从 asp.net 网页启动 VLC

我有以下代码:

链接到在我的 Vista 机器上的 IIS 上运行的 aspx 页面上的按钮。当我单击浏览器中的按钮时,我可以在任务管理器中看到进程启动,但在进程终止后不久,任何时候都不会出现 vlc 窗口。

有什么方法可以让按钮触发 vlc,就像我在 Windows 中单击 .exe 一样?

0 投票
1 回答
4314 浏览

asp.net - 可以将 HTML 对象标签放置在 HTML 表单标签内吗?

我有一个简单的 ASP.NET 页面,它使用 VLC 媒体播放器在 IE 中播放视频。我还有四个按钮来控制播放:

Play, Pause, Stop, and Mute

这四个按钮调用访问 ActiveX 控件的 JavaScript 函数。当我单击任何按钮时,我在 JavaScript 函数中收到以下错误:

"Microsoft JScript runtime error: 'vlc' is undefined".

但是,如果将objectvlc 播放器的标签移到标签之外form,那么 JavaScript 可以正常工作,我可以控制视频播放。

我的问题是为什么object标签必须在表单标签之外才能使此代码正常工作?

0 投票
1 回答
4216 浏览

vlc - 如何通过 vlc 插件播放 youtube 视频?

我在 C# Windows 表单应用程序中使用 vlc 插件。它适用于所有媒体类型,但无法通过插件播放 youtube 视频,也可以在主播放器本身中播放。我正在使用以下代码:

应该如何才能播放 youtube 视频?