Alex313031 / quark-player

An Electron based Web Video Services Player, supporting Netflix, Youtube, Twitch, Floatplane, Hulu and More!
https://thorium.rocks/quark-player/
MIT License
88 stars 8 forks source link

Sound problem #37

Open bobotrax opened 8 months ago

bobotrax commented 8 months ago

Hello, your application is very nice. I'm trying to add players to my Steam Deck. For the moment I'm trying on a standard linux pc. I have a few questions that I can't find the answers to. I'm using the Appimage version, can I pass an argument to launch a specific service? For example quark-player_3.3.1_x64.AppImage --service YouTube

I'd like to add a service, I've edited the config file and added :

        {
            "name": "Arte",
            "title": "Arte",
            "logo": "imgs/arte.svg",
            "url": "https://arte.tv",
            "color": "#46ABE2",
            "style": {},
            "permissions": []
        }

It works but I have no sound. I tested YouTube and the sound works. I couldn't find any documentation. I thank you in advance for all your suggestions.

Alex313031 commented 8 months ago

@bobotrax I can add it to the default list, and test it.

Also, I can try to add a --service cmdline feature.

bobotrax commented 8 months ago

Thanks, that would be great.

Alex313031 commented 8 months ago

@bobotrax I tested it and it worked OK for me

And I added the --service flag

it would be like quark-player --service https://example.org or example.org. If the site is not https:// or http:// then you MUST specify the prefix like ftp://.

bobotrax commented 8 months ago

Hello, on which platform did you test? I tried Arte on two different Debian PCs, on SteamOS (Arch Linux) and on a Windows, I have no sound. I also tested the flag service (quark-player_3.3.2_x64.AppImage --service https://arte.tv), it displays the main menu and not the site. I've seen that the 3.3.2 release has disappeared, so I guess it's having problems. Thanks again for everything you do.

Alex313031 commented 7 months ago

@bobotrax Can you try with latest version and see if it fixes your issue > https://github.com/Alex313031/quark-player/releases/tag/v3.4.1