avi texture in p3d do not play

Hi all.
When reading avi from my .p3d, i have :

AttributeError: ‘libpanda.FFMpegTexture’ object has no attribute ‘setLoopCount’

Commenting this setLoopCount, i have no error but video doesn’t play . I’ve tried movie.play() and movie.loop(1)

It also does not recognize the getTime() function.

As i was not able to include my .avi, i had

if not os.path.isfile("my.avi"): Download("my.avi")

I’ve packed with -r audio -n avi

Thanks in advance