I am trying with no success to output video using LibVLC dll (www.videolan.org) from Delphi firemonkey, the only function I found is libvlc_media_player_set_hwnd(p_mi,Handle); where handle is a windows handle.
However in my case I would like to run the video in 3D surface created with Firemonkey (FMX library). Tlayer3d or Tlayout3D compo does not expose any handle directy useable with LibVcl.. any idea welcome !
Thanks