Error running p3d from C:\Panda3D-1.8.0\samples\Media-Player

packp3d -o media-player.p3d -d samples/media-player


There are some missing modules:[‘panda3d.core’]
Generating media-player.p3d

Running media-player.p3d, video doesn’t play and I have error above(image)

Hi, try with:

packp3d -o media-player.p3d -n avi -r openal -d samples/media-player

Thx a lot. I will try.

packp3d -o media-player.p3d -n avi -r openal -d samples/media-player

It wasn’t work. Same error.

In the mediaplay sample, there is one line"
loadPrcFileData("", “audio-library-name p3openal_audio”)", so it always uses openal.
Delete this line, and use “-r fmod”, perhaps will be ok.
But I dought it will give message “unsupported format”, and movie will not be played.

I have a try, and just like what I said.