pyopenmax icon indicating copy to clipboard operation
pyopenmax copied to clipboard

Cant Play Video

Open ksharindam opened this issue 8 years ago • 1 comments

When I am trying to play any video, such as /opt/vc/src/hello_pi/hello_video/test.h264 it show this error. And the video is not played.

Traceback (most recent call last):
  File "./pyopenmax.py", line 1004, in <module>
    play("/opt/vc/src/hello_pi/hello_video/test.h264") 
  File "./pyopenmax.py", line 983, in play
    vp = VideoPlayer(videofile)
  File "./pyopenmax.py", line 863, in __init__
    read_media.change_state(OMX_StateIdle)
  File "./pyopenmax.py", line 592, in change_state
    raise ValueError("State not reached")
ValueError: State not reached

ksharindam avatar Oct 11 '17 04:10 ksharindam

Error code 0x80001000L Traceback (most recent call last): File "pyopenmax.py", line 1001, in play("/opt/vc/src/hello_pi/hello_video/test.h264") File "pyopenmax.py", line 982, in play vp = VideoPlayer(videofile) File "pyopenmax.py", line 854, in init read_media = ReadMediaComponent() File "pyopenmax.py", line 646, in init super(ReadMediaComponent,self).init("read_media") File "pyopenmax.py", line 471, in init check(e) File "pyopenmax.py", line 433, in check raise ValueError ValueError

nulijiabei avatar Nov 26 '18 10:11 nulijiabei