Search found 4 matches

Go to advanced search

by Mossi
20 Feb 2017 13:46
Forum: Development around libVLC
Topic: displaying one video in multible windows
Replies: 6
Views: 2473

Re: displaying one video in multible windows

As I wrote, I tried already with filter in argument. But then it opens a new window on which the video is rendered. I need the cloned video to be rendered on a canvas (window handle) as it's done with the main video with the method libvlc_media_player_set_hwnd. Is there any possiblity to add an addi...
by Mossi
19 Feb 2017 22:14
Forum: Development around libVLC
Topic: displaying one video in multible windows
Replies: 6
Views: 2473

Re: displaying one video in multible windows

I read about the clone filter, and think that this would be the best solution. But I have no idea how this could work. I tried with adding start arguments like used by command line, but then it opens additional windows. I need both "players" to be rendered on a window handle. Is there anyw...
by Mossi
15 Feb 2017 10:41
Forum: Development around libVLC
Topic: displaying one video in multible windows
Replies: 6
Views: 2473

Re: displaying one video in multible windows

Hello, I've found a solution by myself using the netsync feature. I'm starting the slave first with arguments --control netsync --netsync-master-ip xxx.xxx.xxx.xxx and the the master with arguments --control netsync --netsync-master To synchronize play, stop pause etc. I call the methods for both in...
by Mossi
14 Feb 2017 15:08
Forum: Development around libVLC
Topic: displaying one video in multible windows
Replies: 6
Views: 2473

displaying one video in multible windows

Hello, I need to display a video in two (or more) windows synchronized. Currently (without using VLC) I'm using a simple directshow implementation with a PinTee Filter to add the secondary output. But how could this realized with VLC? I already found some stuff with libvlc_video_set_callbacks to ren...

Go to advanced search