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

[Feature] how to default disable the Acceleration? #306

Open
osscv opened this issue Dec 15, 2024 · 4 comments
Open

[Feature] how to default disable the Acceleration? #306

osscv opened this issue Dec 15, 2024 · 4 comments

Comments

@osscv
Copy link

osscv commented Dec 15, 2024

how to default disable the Acceleration?
which mean without any preload, as some source had rate limits you cant perload at a high rates

@osscv
Copy link
Author

osscv commented Dec 15, 2024

I try to:

export const PlayerModes = {
  AUTO: 'auto',
  DIRECT: 'direct',
  ACCELERATED_MP4: 'accelerated_mp4',
  ACCELERATED_HLS: 'accelerated_hls',
  ACCELERATED_DASH: 'accelerated_dash',
  ACCELERATED_YT: 'accelerated_yt',
  IFRAME: 'iframe',
  ACCELERATED_VM: 'accelerated_vm',
};

Remove the tag:

ACCELERATED_MP4: 'accelerated_mp4',
  ACCELERATED_HLS: 'accelerated_hls',
  ACCELERATED_DASH: 'accelerated_dash',
  ACCELERATED_YT: 'accelerated_yt',
  ACCELERATED_VM: 'accelerated_vm',
```

But it will cause the program unable to loads

@osscv
Copy link
Author

osscv commented Dec 15, 2024

image
I had also try to reduce this, but seems not working too.
Caused the program errors/

@osscv
Copy link
Author

osscv commented Dec 15, 2024

image

@Andrews54757
Copy link
Owner

Try the following.

  1. Click the export settings button to export your settings into a JSON file.
  2. Using a text editor, open the JSON file and change "dev": false to "dev": true
  3. Load the settings file
  4. You should see another option called Max Downloaders. You can set it to 1 to disable acceleration.

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