Skip to content

Ret-Mode/limevideotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

limevideotest

video test of lime 2.9.1

Setup:

  git clone https://github.com/Ret-Mode/limevideotest yourfolder

  cd yourfolder

  haxelib dev lime lime

  haxelib dev openfl openfl

  lime rebuild (add-your-os-here) -debug

  cd PongVideoTest

  lime build neko -debug

Changed files, relative to lime 2.9.1 and openfl 3.6.1:

.cpp:

lime/project/Build.xml
lime/project/include/graphics/Renderer.h
lime/project/include/video/*
lime/project/lib/theora/*
lime/project/src/ExternalInterface.cpp
lime/project/src/backend/sdl/SDLRenderer.*
lime/project/src/video/*

.hx:

lime/lime/video/VideoFile.hx
lime/lime/graphics/Renderer.hx
openfl/openfl/media/VideoFile.hx

there is still music to handle

if anyone is interested in adding sound -> one way is adding stream playback into Audio buffer. OpenAL will allow to count buffers that will be (eventually) overflowed (with info how many times), so it can be used to count audio/video time differences in case of glitches. Android version don't work also (I guess yuv surface blitting does not work with opengles 2:/ )

About

video test of lime 2.9.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published