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

[bug] [macOS] [assets://] can't play large size videos #8589

Closed
kzhui125 opened this issue Jan 11, 2024 · 1 comment
Closed

[bug] [macOS] [assets://] can't play large size videos #8589

kzhui125 opened this issue Jan 11, 2024 · 1 comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@kzhui125
Copy link

Describe the bug

I am writing a local video player, but I find that Tauri can't play local large size video, it can only play small size videos.

Open the local file with Chrome or Edge works.

Reproduction

tauri-app.zip

generate a large video for testing:

ffmpeg -f concat -i videos.txt -c copy output.mp4

change src/app.rs

image

build and run

cd src-tauri
cargo tauri build

Expected behavior

No response

Full tauri info output

[✔] Environment
    - OS: Mac OS 14.2.1 X64
    ✔ Xcode Command Line Tools: installed
    ✔ rustc: 1.75.0 (82e1608df 2023-12-21)
    ✔ cargo: 1.75.0 (1d8b05cdd 2023-11-20)
    ✔ rustup: 1.26.0 (5af9b9484 2023-04-05)
    ✔ Rust toolchain: stable-aarch64-apple-darwin (environment override by RUSTUP_TOOLCHAIN)
    - node: 16.17.1
    - yarn: 1.22.19
    - npm: 8.15.0

[-] Packages
    - tauri [RUST]: 1.5.4
    - tauri-build [RUST]: 1.5.1
    - wry [RUST]: 0.24.7
    - tao [RUST]: 0.16.5
    - tauri-cli [RUST]: 1.5.9
    - @tauri-apps/api : not installed!
    - @tauri-apps/cli [NPM]: 1.5.9

[-] App
    - build-type: bundle
    - CSP: unset
    - distDir: ../dist
    - devPath: ../dist


### Stack trace

_No response_

### Additional context

_No response_
@kzhui125 kzhui125 added status: needs triage This issue needs to triage, applied to new issues type: bug labels Jan 11, 2024
@FabianLars
Copy link
Member

Duplicate of #7355, thanks for the report and the reproduction example!

@FabianLars FabianLars closed this as not planned Won't fix, can't repro, duplicate, stale Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

2 participants