-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comments
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. |
huh... I'll look into it when i find the time.. thanks for reporting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: