C# 与 libvlc.dll

发布于 2024-09-13 03:30:42 字数 375 浏览 5 评论 0原文

实际上,我不是一个C#程序员,但是在项目部分,我需要通过libvlc在C#中播放RTSP流。

在谷歌搜索我的问题后,我发现这个 - 工作 - 例如: http://libvlcnet.sourceforge.net/和 videolan.org 论坛。

但所有这些对我来说太复杂了,难以理解。

我的程序应该只是全屏播放 RTSP 流。

另外,我无法使用添加引用将 libvlc.dll 添加到我的项目中。它给出了一个错误。因此,我无法创建基本的媒体播放器。

基本上,我应该做什么?

提前致谢。

Actually, I'm not a C# programmer, but in the part of project, I needed to play RTSP stream in C# via libvlc.

After googled my problem, I found this - working - example : http://libvlcnet.sourceforge.net/ and videolan.org forum's.

But all of these are too complicated to understand for me.

My program is supposed to be just playing RTSP stream in a full screen.

Also, I can not add libvlc.dll into my project by using add reference. It gives an error. Therefore, I cannot create basic media player.

Basicly, what should I do ?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仙女 2024-09-20 03:30:42

创建一个库并链接到它:http://wiki.videolan.org/GenerateLibFromDll

Create a lib and link against it: http://wiki.videolan.org/GenerateLibFromDll

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文