Hybird VLC Playback NOT WORKING!!!

Blitz3D Forums/Blitz3D Programming/Hybird VLC Playback NOT WORKING!!!

Caton(Posted 2016) [#1]
Graphics3D 640,480
SetBuffer BackBuffer()
video=VidLoad("test.mp4")
VidPlay video
While Not KeyDown( 1 )
Flip
Wend
End

it just blank.


Matty(Posted 2016) [#2]
I don't know about hybrid but I do know with standard blitz3d drawmovie command you have to call drawmovie before flip each frame to actually show a frame of the video....perhaps hybrid is the same?