Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers AppGameKit Corner / crash VideoPlayback project

Author
Message
darzon
13
Years of Service
User Offline
Joined: 23rd Oct 2010
Location: Italy
Posted: 17th Jul 2017 22:16
Hi,
the project 'VideoPlayback' official installed by AppGameKit 2017.05.15 (windows) don't run if used with the video.mp4

in the media folder there are 2 videos (video.wmv e video.mp4) installed by official setup AppGameKit 2017.05.15 (windows)
this is the code:

LoadVideo("video.wmv")
SetVideoDimensions(0,0,100,93)
PlayVideo()

rem Prompt
CreateText(1,"Press screen to replay")
SetTextPosition(1,50,93)
SetTextAlignment(1,1)
SetTextSize(1,5)


do
if GetPointerPressed()=1
StopVideo()
PlayVideo()
endif
Sync()
loop


with video.wmv all is ok. but i use the LoadVideo("video.mp4") instead of LoadVideo("video.wmv") it crash (see image)
I run it from windows.
codec audio and video of the video.pm4 are mpeg-4 and AAC , so are ok.
If I play the video with media player o vlc the video play correctly.
Can anyone help me ?

Attachments

Login to view attachments
darzon
13
Years of Service
User Offline
Joined: 23rd Oct 2010
Location: Italy
Posted: 24th Jul 2017 20:03
Hi,
can anyone try to play the VideoPlayback project installed by AppGameKit 2017.05.15 (windows) and use the .mp4 video that is in media folder
and say me if it crash like happen to me ?
it's very importanti for me

thanks you in advance.


blink0k
Moderator
11
Years of Service
User Offline
Joined: 22nd Feb 2013
Location: the land of oz
Posted: 24th Jul 2017 22:22
Yeah. It crashes for me too.
v2017.07.19 Windows 10
darzon
13
Years of Service
User Offline
Joined: 23rd Oct 2010
Location: Italy
Posted: 25th Jul 2017 17:46
thank you very much blink0k .
So I send this message to AppGameKit Developer , can you fix this problem ?
thank in advance

Login to post a reply

Server time is: 2024-04-16 22:05:54
Your offset time is: 2024-04-16 22:05:54