Search found 2 matches

Go to advanced search

by mr smith
23 Oct 2014 11:39
Forum: General VLC media player Troubleshooting
Topic: force libvlc to resize video
Replies: 3
Views: 1409

Re: force libvlc to resize video

You can't use set_xwindow and set_fullscreen on the same media player. If you use set_xwindow, you must implement fullscreen mode in your application; LibVLC needs not know about it. Ok. So I have to fit video into fullscreen window. How can I do this? There is no libvlc_video_set_size... I guess l...
by mr smith
22 Oct 2014 22:06
Forum: General VLC media player Troubleshooting
Topic: force libvlc to resize video
Replies: 3
Views: 1409

force libvlc to resize video

Hello. I'm developing libvlc based application on qt. And I want it to go fullscreen/normal size by user action (as vlc do). My video window is embedde into a top-level window of my app. If I do libvlc_set_fullscreen and make top level window to do fullscreen it works from time to time. Most of the ...

Go to advanced search