yodasvideoarcade
Member
- Joined
- Nov 26, 2017
- Messages
- 55
Is there a way to show (play / stream) a video file on screen in desktop target? (mac)
Really nothing?
Really nothing?
Last edited:
Nice. Care to share some sourcecode? I would really love to see how to code Cerberus-x extensions in Windows.I did some tests on windows with a C library called PL_MPEG that can deal with mpeg1 videos. So far it looks promising at least on Windows.
View attachment 1471
Sure, it's just not ready yet and really ugly. So that's my approach oftentimes. Get it to a working state and then think about the structure. 😝Care to share some sourcecode?
#If TARGET="html5"
Extern
Function getLanguage:String() = "function (){ return navigator.userLanguage || navigator.language; }"
Public
#End