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

combine video with audio Tracks #554

Closed
Joseph-Nathan opened this issue Jun 15, 2021 · 1 comment
Closed

combine video with audio Tracks #554

Joseph-Nathan opened this issue Jun 15, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@Joseph-Nathan
Copy link

is that possible to play video from url , and play audio from an other url in same time .
i have videos that audios for that video spited (many audio Language in mp3 , acc );

BetterPlayer.network(
          _videoURL ,
          audioSource : _ audioURL  ,
          betterPlayerConfiguration: BetterPlayerConfiguration(
            aspectRatio: 16 / 9,
          ),
        ),
@Joseph-Nathan Joseph-Nathan added enhancement New feature or request new issue New issue which has not been checked yet labels Jun 15, 2021
@jhomlala
Copy link
Owner

Please follow issue template next time: #535

There's no way to use different audio url. Video and audio source should be in one resource.

@jhomlala jhomlala added wontfix This will not be worked on and removed new issue New issue which has not been checked yet labels Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants