[CLOSED] embed RTSP video stream

Answered
0
0

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

  • You must to post comments
Best Answer
0
0

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

 

  • You must to post comments
0
0

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

  • You must to post comments
0
0

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.

  • You must to post comments
0
0

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

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.