简体   繁体   English

C#Vlc ActiveX播放rtsp流

[英]C# Vlc ActiveX Play rtsp stream

I have found a problem to embed and playing rtsp stream to VLC activex control. 我发现了将rtsp流嵌入和播放到VLC Activex控件的问题。 Once i already succeeded but now i cant i dont know why, Im trying to host at WPF a vlc control but its dont work , Its says like a dll is missing , "Failed to import the ActiveX control" I follow after some solutions i found at good but no one helps... I already registered it, and tried more things.. Its has a missing dll on the AxAXVLC dll. 一旦我已经成功,但是现在我不知道为什么,我试图在WPF托管一个vlc控件,但是它不起作用,它说像dll丢失了,“无法导入ActiveX控件”,我找到了一些解决方案之后很好,但是没有人帮忙...我已经注册了它,并尝试了更多的事情..它在AxAXVLC dll上缺少dll。 And say: 并说:

Error 1 Compiler errors occurred when generating a Windows Forms wrapper for ActiveX control 'AxAXVLC'. 错误1为ActiveX控件“ AxAXVLC”生成Windows窗体包装器时发生编译器错误。 Source code saved in xxx 源代码保存在xxx中

Error 2 'AXVLC.IVLCControl2.VersionInfo_2.get': cannot explicitly call operator or accessor xx\\ozjsyoc1.0.cs 986 53 错误2'AXVLC.IVLCControl2.VersionInfo_2.get':无法显式调用运算符或访问器xx \\ ozjsyoc1.0.cs 986 53

Can some1 Can explain me what can i do with this? 有人可以解释一下我该怎么办吗? So i can embed my vlc control? 所以我可以嵌入我的VLC控件? Another problem is After i 've embed the vlc control , How can i stream a RTSP video to the control so its will display me a live video from my IP camera. 另一个问题是我将vlc控件嵌入后,如何将RTSP视频流式传输到该控件,以便它可以向我显示IP摄像机的实时视频。 they have addTarget(...) Which i cant active the stream with it.. Thanks for help ! 他们有addTarget(...)我无法使用它来激活流。.谢谢您的帮助!

This is a bug in VLC. 这是VLC中的错误。 Fixed in version 2.2.2. 在2.2.2版中修复。 You can download nightly build here: http://nightlies.videolan.org/ 您可以在此处下载每晚版本: http : //nightlies.videolan.org/

I have found a problem to embed and playing rtsp stream to VLC activex control. 我发现了将rtsp流嵌入和播放到VLC Activex控件的问题。 WPF a vlc control but its dont work , Its says like a dll is missing , "Failed to import the ActiveX control" I follow after some solutions i found at good but no one helps... I already registered it, and tried more things.. Its has a missing dll on the AxAXVLC dll. WPF一个vlc控件,但是不起作用,它说像dll丢失,“无法导入ActiveX控件”,我找到了一些不错的解决方案,但没有人帮忙,我按照它进行了操作……我已经注册了,并尝试了更多的事情..它在AxAXVLC dll上缺少丢失的dll。 enter image description here 在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM