C# 与 libvlc.dll
实际上,我不是一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个库并链接到它:http://wiki.videolan.org/GenerateLibFromDll
Create a lib and link against it: http://wiki.videolan.org/GenerateLibFromDll