Search found 6 matches

Go to advanced search

by woolfik
11 May 2021 08:25
Forum: Development around libVLC
Topic: Display red line on RTSP stream
Replies: 2
Views: 1754

Re: Display red line on RTSP stream

Can't do it because libvlc create a new window and dock this new window in my control. So everything I put on my control (TPanel or TForm or everything that has HWND) is under this new libvlc window. Now I make this red line by adding some logo but it doesn't work when the control has a small size.
by woolfik
05 May 2021 13:13
Forum: Development around libVLC
Topic: Display red line on RTSP stream
Replies: 2
Views: 1754

Display red line on RTSP stream

Hello, I need write red line in the middle of TPanel where is displaying RTSP stream. I have add new component to my application (TPaintBox) and draw over canvas but method: libvlc_media_player_play(vlcMediaPlayer); overrite this red line. Can You help me? procedure TkbSDVLCLib.Play(const pRTSPAddr:...
by woolfik
05 May 2021 13:03
Forum: Development around libVLC
Topic: Delphi libVLC hiding RTSP on change dock type in TdxDockPanel at runtime
Replies: 1
Views: 1630

Re: Delphi libVLC hiding RTSP on change dock type in TdxDockPanel at runtime

Problem solved.

When I change docikin in TdxDockPanel then TPanel.Handle is changing so I need to check TPanel.Handle on docking change.
by woolfik
28 Apr 2021 12:40
Forum: Development around libVLC
Topic: Delphi libVLC hiding RTSP on change dock type in TdxDockPanel at runtime
Replies: 1
Views: 1630

Delphi libVLC hiding RTSP on change dock type in TdxDockPanel at runtime

Hi guys. It is my first question on this forum so sorry if I do it something not right. I have made an application where are two forms. The first one is the Main form, the second is normal TForm with TPanel, and this panel displays the RTSP stream from the web camera by the VideoLanClient library. T...
by woolfik
07 Oct 2014 22:39
Forum: Development around libVLC
Topic: How to record stream using libVLC in Delphi
Replies: 1
Views: 1527

Re: How to record stream using libVLC in Delphi

The solution (using PasLibVLC component to Delphi) is below:

media.AddOption(':sout=#duplicate{dst=display,dst=std{access=file,mux=mp4,dst="C:\t.mp4"}}');
by woolfik
29 Sep 2014 18:54
Forum: Development around libVLC
Topic: How to record stream using libVLC in Delphi
Replies: 1
Views: 1527

How to record stream using libVLC in Delphi

Hello, I wrote application in Delphi 2009. I'm using libVLC to show stream from 2 web cameras. One of this camera has mjpg stream second one is based on rtsp protocol. Can some one tell my how can I save stream from this two cameras on my disc? When I use normaln VideoLan Media Player there is some ...

Go to advanced search