Search found 3 matches

Go to advanced search

by jules43
05 May 2016 16:00
Forum: Development around libVLC
Topic: Video playback to a texture stalling
Replies: 4
Views: 818

Video playback to a texture stalling

I am using libvlc_video_set_callbacks and libvlc_video_set_format to playback a video to a D3D 11 texture. I can then apply the texture to some geometry and see the texture. At the moment I'm allowing LibVLC to handle the audio playback directly to the system sound driver itself, so I can hear the a...
by jules43
07 Apr 2016 12:50
Forum: Development around libVLC
Topic: Implement Looping with LibVLC
Replies: 2
Views: 1289

Re: Implement Looping with LibVLC

For now I am using this code to restart playback from the beginning: libvlc_media_player_set_media(mVLCMediaPlayer, mVLCMedia); libvlc_media_player_play(mVLCMediaPlayer); The disadvantage of this appears to be that it has to re-load the cache, so it takes longer to restart when looping. Is this the ...
by jules43
07 Apr 2016 12:16
Forum: Development around libVLC
Topic: Implement Looping with LibVLC
Replies: 2
Views: 1289

Implement Looping with LibVLC

I am developing a standalone video player using LibVLC. I have a test video playing successfully and I'm now trying to implement an optional looping feature. To do this I am attaching to the libvlc_media_player event libvlc_MediaPlayerEndReached, as expected at the end of the video I receive this ev...

Go to advanced search