zital

Results 13 comments of zital

@Villelmo I recommend to you to create an app in: https://developer.spotify.com/ and get the access token manually, the access token is not and URL, its a string with letters and...

To get the access token: 1.- Create an APP in: https://developer.spotify.com/ 2.- get the CLIENT_ID and set an "Redirect URIs" use whatever: http://example.com 3.- go to url: https://accounts.spotify.com/authorize?client_id=YOUR_CLIENT_ID&response_type=token&redirect_uri=http://example.com 4.- push...

``` su apt-get install libstdc++6 ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/displaylink/libstdc++.so.6 ``` and try again

same here, using nested accordions triggered the parent accordion event

Hi @gabek I have prepared access to you to my orange pi, I can send you the ssh-rsa key when you want :)

I see in the code: ``` // GetCodecs will return the supported codecs available on the system. func GetCodecs(ffmpegPath string) []string { codecs := make([]string, 0) cmd := exec.Command(ffmpegPath, "-encoders")...

I understand, I will check the code and I'm going to make changes to add this support after probing it works, if you think it's fine, I will make a...

you can see the rockchip encoder working, if you want i can do a pull request, thank you very much: video: https://github.com/user-attachments/assets/9aa13bd3-61a5-4a49-b6c5-730e3e7b6ceb my changes: https://github.com/owncast/owncast/compare/develop...ZiTAL:owncast:develop

Offtopic context: Orange Pi is a single board computer with a SoC: rockchip 35xx more powerful than raspberry pi 5. This project added the hardware acceleration support for this kind...

Hi @gabek , well I streamed using libx264 and the stream was bad and the signal wasn't stable due to encoding, using hardware based encoding it was fine like you...