Note that there are some explanatory texts on larger screens.

plurals
  1. POAVPlayerStatusFailed and error code "Cannot Decode"
    primarykey
    data
    text
    <p>I am working with the C4 Alpha and I came across two errors that i cant seem to figure out how to solve. My code setup is the following:</p> <pre><code>-(void)setup { [self setupFrames]; m1 = [[MyMovie alloc] initWithMovieName:@"d3.mov" andFrame:iPadLandscape]; [m1 addGesture:PAN name:@"panGesture" action:@"move:"]; [self.canvas addMovie:m1]; m2 = [[MyMovie alloc] initWithMovieName:@"e2.mov" andFrame:iPadLandscape]; [m2 addGesture:PAN name:@"panGesture" action:@"move:"]; [self.canvas addMovie:m2]; m3 = [[MyMovie alloc] initWithMovieName:@"e1.mov" andFrame:iPadLandscape]; [m3 addGesture:PAN name:@"panGesture" action:@"move:"]; [self.canvas addMovie:m3]; m4 = [[MyMovie alloc] initWithMovieName:@"d4.mov" andFrame:iPodPortrait]; [m4 addGesture:PAN name:@"panGesture" action:@"move:"]; [self.canvas addMovie:m4]; m5 = [[MyMovie alloc] initWithMovieName:@"o1.mov" andFrame:iPodLandscape]; [m5 addGesture:PAN name:@"panGesture" action:@"move:"]; [self.canvas addMovie:m5]; m6 = [[MyMovie alloc] initWithMovieName:@"o2.mov" andFrame:iPodLandscape]; [m6 addGesture:PAN name:@"panGesture" action:@"move:"]; [self.canvas addMovie:m6]; </code></pre> <p>}</p> <p>The two errors i'm having truble with are: - "AVPlayerStatusFailed" on C4 and - "Cannot Decode, the decoder required for this media is busy." on my canvas, plus some of the videos in the canvas show as black squares.</p> <p>I tried to follow the answers giving on this previous post but i dont know to apply it to C4.</p> <p><a href="https://stackoverflow.com/a/8621889/1362038">https://stackoverflow.com/a/8621889/1362038</a></p> <p>Any ideas how to fix this?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload