Hi,
Someone knows if it is possible to embed an RTSP video stream in order to see a remote IP CAM?
On HTML pages it’s quite easy, for example, by embedding an ActiveX control.
https://wiki.videolan.org/ActiveX/HTML
So, my starting question can became: is it possible to embed HTML code (ActiveX control) to be used anywhere in my application?
Thank you in advance
Dear All,
thank you very much for your answers.
I’ve found a solution by using the HTML Panel.
However, in order to view an RTSP stream, it is necessary to transcode the stream itself to be viewed via HTML (through the HTML panel).
At the moment, just to validate the concept, I used VLC to perform the transcode.
I will study for solutions more professional than VLC
Hi Angelo,
Have you explored the HtmlPanel Component? You can attach an HTML document or your own HTML.
https://docs.wisej.com/api/wisej.web/content/htmlpanel
Best regards,
Levie
ActiveX controls are supported on in IE11. Use an IFramePanel to load the HTML and the ActiveX.
You can also use any javascript based RTSP viewer.
have you tried to use a javascript panel with directx code?
If you want to use this way use direct x 12, 9 is deprecated and use the old thing is useless in technologic advancment field like informatics
Please login first to submit.