Zafer Cesur

Results 61 comments of Zafer Cesur

Adding a /bounty $100 if anyone wants to tackle this. To make sure the new player behaves like the current, we need to: - Use the appropriate [provider](https://www.vidstack.io/docs/player/api/providers/hls) based on...

Hi @kaf-lamed-beyt, thanks for attempting and consider yourself assigned! (I'm away from my laptop rn) To test the player, you can create a video by streaming into your local server...

Awesome, let me know if I can help with anything else!

I'm heading out soon but I'll reply once I can, feel free to DM any time

Hey David, the only way to authenticate right now is to [create a GitHub OAuth app](https://github.com/settings/applications/new) (takes less than a minute) with > Homepage URL: http://localhost:4000 > Authorization callback URL:...

Sounds good. Was there anything in particular that gave you trouble? Are you running a docker based setup now or a bare mix based one? Feel free to submit your...

Hey @kaf-lamed-beyt, component looks great! > Whenever I press enter, It shows the "Settings updated" toast. Sounds like it's triggering a form submission, why don't we use another key like...

We'll need to clear the input after space, otherwise previous inputs are added into subsequent tags ![](https://github.com/user-attachments/assets/14aea7d8-f1b5-43ec-8eaf-e920523efee3)

Tag input works great! Video tags don't seem to inherit user tags though: ```sql select id, tags from users where id = 2; -- id | tags -- ----+------------------ --...