-
Notifications
You must be signed in to change notification settings - Fork 80
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
Issues with long-press menu and m3u8 playlist functionality #570
Comments
I observed this issues on some devices. It occurs because the item could not only be long pressed, but also moved and some devices report item move instead of long press. Try pressing it accurately, without performing any movement.
What exactly does not work? |
Thank you for the reply! Regarding the long-press issue, I will try pressing more accurately as suggested to see if it resolves the problem. About the m3u8 playlist issue: Let me know if you need any additional details or if there's a specific log I can provide to help debug this issue. |
Have you tested when connected to the same WiFi as the PC with VLC? |
Yes, I have tested it while connected to the same WiFi network as the PC with VLC. The playlist works fine on the PC, but it also works directly on the phone through another app. This leads me to believe the issue might be specific to the app in question. Let me know if there's anything else I can provide! |
What's the error message? Have you tried to change the media engine? |
I have tried everything, including changing the media engine and even modifying the user agent, but unfortunately, nothing changes. Is there any log I can generate or provide to help you better understand the issue? Let me know how I can assist further. |
You can find the log in the app settings > other. |
Ok, the error is: |
It means forbidden. For some reason, the server rejects the connection. Have you tried to change the user agent in the playlist settings? Try the same ua as VLC - VLC/3.0.20 LibVLC/3.0.20. |
Description:
I am experiencing two issues:
Long-press menu not appearing on added items:
On the Files page, when I long-press on an item I previously added (e.g., a URL), the menu does not appear. This prevents me from performing actions like deleting the added item.
m3u8 playlist not working:
I added an m3u8 playlist that works perfectly on my PC (using VLC), but it does not work in the app. I would like to understand why this happens and if there is a way to resolve it.
Device: Samsung Galaxy S24 FE
Steps to reproduce:
Long-press menu issue:
Add an item (e.g., a URL) to the Files page.
Long-press on the added item.
Observe that the menu does not appear.
m3u8 playlist issue:
Add a valid m3u8 playlist to the app.
Try to play the playlist.
Observe that it does not work as expected.
Expected behavior:
For the long-press issue: A context menu should appear, allowing me to delete or manage the added item.
For the m3u8 issue: The playlist should work as it does on VLC on my PC.
Actual behavior:
No menu appears when long-pressing the added item.
The m3u8 playlist does not play in the app.
Please let me know if you need additional details, logs, or sample files!
The text was updated successfully, but these errors were encountered: