C# Vlc ActiveX Play rtsp stream

末鹿安然 提交于 2019-12-11 02:18:19

问题


I have found a problem to embed and playing rtsp stream to VLC activex control. 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. And say:

Error 1 Compiler errors occurred when generating a Windows Forms wrapper for ActiveX control 'AxAXVLC'. Source code saved in xxx

Error 2 'AXVLC.IVLCControl2.VersionInfo_2.get': cannot explicitly call operator or accessor xx\ozjsyoc1.0.cs 986 53

Can some1 Can explain me what can i do with this? So i can embed my vlc control? 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. they have addTarget(...) Which i cant active the stream with it.. Thanks for help !


回答1:


This is a bug in VLC. Fixed in version 2.2.2. You can download nightly build here: http://nightlies.videolan.org/




回答2:


I have found a problem to embed and playing rtsp stream to VLC activex control. 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.enter image description here



来源:https://stackoverflow.com/questions/30780051/c-sharp-vlc-activex-play-rtsp-stream

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!