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

app crash when trying to open video #158

Open
Singout69 opened this issue Nov 25, 2024 · 5 comments
Open

app crash when trying to open video #158

Singout69 opened this issue Nov 25, 2024 · 5 comments

Comments

@Singout69
Copy link

So first of all I don't think its a bug but I did found few things that was out if place hoping to get some direction

I'm not knowledge about custom scripts or anything but I was able to create this script for streaming using chatgpt
cache=yes
cache-dir=/storage/emulated/0/Download/Seal
cache-secs=60
demuxer-max-bytes=200MiB
demuxer-max-back-bytes=100MiB

Idk which parts of this scripts works and which doesn't but I do know the 60s cache works so I didn't have any problem if anything else worked or not but few hours ago I noticed the app cache was 1.8gb and that's kinda big so I clear cached and data but now when I try to play anything either the apps stops working or it gets crash
And here's the new script I got from chatgpt again not sure if it will work or not since I don't know anything about scripts
cache=yes
cache-on-disk=yes
cache-dir=/storage/emulated/0/Download/1DMP/Videos
write-dir=/storage/emulated/0/Download/1DMP/Videos
cache-secs=70
demuxer-max-bytes=200MiB
demuxer-max-back-bytes=100MiB
keep-cache=no

Here's the crash log
mpvKt_logs.txt

@Singout69
Copy link
Author

Screenshot_2024-11-25-16-16-41-41_fc704e6b13c4fb26bf5e411f75da84f2

@abdallahmehiz
Copy link
Owner

this should be fixed in the latest nightlies. can you try one of them? you can find them in the workflow artifacts of every commit that's newer than 2 weeks.

@Singout69
Copy link
Author

this should be fixed in the latest nightlies. can you try one of them? you can find them in the workflow artifacts of every commit that's newer than 2 weeks.

Hello, I downloaded the new release from action ver: armv8-r251 and used this script
cache=yes
cache-on-disk=yes
cache-dir=/storage/emulated/0/Download/1DMP/Videos
write-dir=/storage/emulated/0/Download/1DMP/Videos
cache-secs=70
demuxer-max-bytes=200MiB
demuxer-max-back-bytes=100MiB
keep-cache=no
Ok I double check but the issue seems to be with pick confi storage location cause if I use download/1DMP/Videos it crash but if I use some other location it plays perfectly
Screenshot_2024-11-25-16-27-43-57_b93262821ba13b7694bb5d76b5032d4b

@abdallahmehiz
Copy link
Owner

huh... I'll look into it when i find the time.. thanks for reporting

@Singout69
Copy link
Author

One more thing what dose this 2.99gb storage mean? Is it cache storage or something else?
Screenshot_2024-11-25-16-35-26-55_fc704e6b13c4fb26bf5e411f75da84f2

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

No branches or pull requests

2 participants