[RESOLVED] Video audio...

Hi,

I’m relatively new to corona, loving the dev speed, obviously!

I’ve come across a very odd glitch (maybe). No matter what video I use when using native.newVideo I never hear any audio from the video.

I’ve done all the typical checks I think :
Ensure iPad volume is up
Ensured the video actually has audio in it!
Ensured video1.isMuted is false

Still, no audio, ever. Please help. Thanks. (I see the video no problem!)

Chris. [import]uid: 27377 topic_id: 33404 reply_id: 333404[/import]

I haven’t played with new videos in a little while (a month maybe) but last I checked it worked fine. What build are you using and what format is your video? [import]uid: 52491 topic_id: 33404 reply_id: 132712[/import]

Hi,

I’m using build 2012.971

Files: mov & mp4 & m4v

All video’s play fine and look great, just no sound at all. Very odd.

Coding I’m using to implement is:

local video = native.newVideo((display.contentWidth/2)-617,200,1304,825); video:load("videos/intro.mp4", system.ResourceDirectory); video.isMuted=false; video:play(); [import]uid: 27377 topic_id: 33404 reply_id: 132763[/import]

Anyone else having this issue? or can anyone share a video with me that definitely has working audio using similar implementation code as above?

Keen to see if it’s a bug in Corona or a Codec problem with the video. My deadline for the app is drawing ever closer (eek!) and I can’t pull the video, it’s a key feature - don’t really want to rebuild using XCode, takes too long.

Any help, guidance or suggestions are very much appreciated.

Thanks

C [import]uid: 27377 topic_id: 33404 reply_id: 132832[/import]

Solved it.

Device stays muted even after volume change when muted on side button then swapped to orientation lock in settings. Altering volume doesn’t un-mute. *shrug*

(few! - back to fun with animation for my app!)

C

[import]uid: 27377 topic_id: 33404 reply_id: 132833[/import]

I haven’t played with new videos in a little while (a month maybe) but last I checked it worked fine. What build are you using and what format is your video? [import]uid: 52491 topic_id: 33404 reply_id: 132712[/import]

Hi,

I’m using build 2012.971

Files: mov & mp4 & m4v

All video’s play fine and look great, just no sound at all. Very odd.

Coding I’m using to implement is:

local video = native.newVideo((display.contentWidth/2)-617,200,1304,825); video:load("videos/intro.mp4", system.ResourceDirectory); video.isMuted=false; video:play(); [import]uid: 27377 topic_id: 33404 reply_id: 132763[/import]

Hah, great - glad to hear it. Thanks for updating thread :slight_smile: [import]uid: 52491 topic_id: 33404 reply_id: 132974[/import]

Anyone else having this issue? or can anyone share a video with me that definitely has working audio using similar implementation code as above?

Keen to see if it’s a bug in Corona or a Codec problem with the video. My deadline for the app is drawing ever closer (eek!) and I can’t pull the video, it’s a key feature - don’t really want to rebuild using XCode, takes too long.

Any help, guidance or suggestions are very much appreciated.

Thanks

C [import]uid: 27377 topic_id: 33404 reply_id: 132832[/import]

Solved it.

Device stays muted even after volume change when muted on side button then swapped to orientation lock in settings. Altering volume doesn’t un-mute. *shrug*

(few! - back to fun with animation for my app!)

C

[import]uid: 27377 topic_id: 33404 reply_id: 132833[/import]

Hah, great - glad to hear it. Thanks for updating thread :slight_smile: [import]uid: 52491 topic_id: 33404 reply_id: 132974[/import]