I'm use libvlc with Delphi XE2. When I loaded video via libvlc_media_new_path it play fine. Then I'm trying to use libvlc_media_new_callbacks. type unsigned_char = Byte; p_unsigned_char = PByte; uint64_t = UInt64; puint64_t = PUInt64; size_t = NativeUInt; ssize_t = NativeInt; PStream = ^TStream; lib...