1
General discussions / Re: Can vlc work on SFML window?
« on: April 06, 2024, 09:06:21 am »
When integrating libVLC with SFML for media playback, you typically need to retrieve the video frames from libVLC and then copy them into an SFML texture to display them in an SFML window. This process involves using callbacks provided by libVLC to access the video frames and then transferring them to an SFML texture for rendering.