Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Audio is not captured in videos played with hls player. #445

Open
HyundongHwang opened this issue Dec 13, 2024 · 0 comments
Open
Assignees
Labels

Comments

@HyundongHwang
Copy link

Unity version

2022.3.37f1

Unity editor platform

macOS

AVPro Movie Capture edition

Full

AVPro Movie Capture Version

5.3.3

Which Android OS version(s) are you using?

14

Which graphics API(s) are you using?

OpenGLES 3

Hardware

samsung galaxy s22 ultra

Which capture component are you using?

Capture From Texture

Capture mode

Realtime

Which output mode are you using?

Video file

Video codecs

H264

Audio source

Unity

Any other component configuration required to reproduce the issue.

No response

The issue

Hello.
Audio is not captured from the video played with hls player.
I set the capture settings as follows.

Video: MediaPlayer -> ResolveToRenderTexture -> ExternalTexture -> CaptureFromTexture
Audio: MediaPlayer -> audioOutput -> mainCam's CaptureAudioFromAudioListener -> CaptureFromTexture

With the same test code, when the source is a local mp4 file, it succeeded, but when it is an hls url, only the video is captured and the audio is entered as a blank value.

This issue is similar to #444 and shares test code.

Log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants