On 07/11/11 23:34, Dmitry Chichkov wrote:
> Tried it on the x86 linux box, and it doesn't crash. Issue is definitely
> specific to the x64 linux build.
> Again, steps to reproduce the segfault - on Linux/x64:
> 
> -----
> 1) wget  http://wpcvn.com/tmp/2816522621.mp4
> 
> 2)  >>> import pyglet.media
> source = pyglet.media.load("2816522621.mp4")
> timestamp = source.get_next_video_timestamp()
> source.get_next_video_frame()
> source.get_next_video_frame()
> source.get_next_video_frame()

I just tried it out on 64 bit linux (mint 11) and got a segfault at the
first source.get_next_video_frame() but I got this message just before:
[swscaler @ 0x7f0cd806a3b0]No accelerated colorspace conversion found
from yuv420p to rgb24.
I guess that's why it's specific to that video because it uses yuv420p.
It might be an ffmpeg problem, if I play the video with ffplay and then
try to expand the window at a certain size it dies with a X error.

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to