Mark7888 / steelseries-sonar-py

Python package to controll SteelSeries Sonar
MIT License
13 stars 3 forks source link

Streaming mode not working #4

Closed Mark7888 closed 1 month ago

Mark7888 commented 5 months ago

It seems like the api endpoint for streaming mode volume control doesn't work for some reason. I have to investigate this further more, just took a look at it yesterday, and I got 404 status code as response

cookie0o commented 1 month ago

It looks like the streamer mode urls changed, and look like this now
.../volumeSettings/streamer/streaming/master/volume/[volume value]

Mark7888 commented 1 month ago

Thanks, will take a look at it

Mark7888 commented 1 month ago

Okay, i figured it out. I don't use streamer mode myself, but tested it a bit. Streamer mode gives 2 sliders for each channel: streaming and monitoring.

image

Left one with the headphone icon is monitoring, and the right one is the streaming one. I just have to make a way to adjust each one separately.

But to get the current volume data, I have to use the base url of .../volumeSettings/streamer.

Mark7888 commented 1 month ago

I'm thinking if it is possible to even toggle streamer mode through the api 🤔

Mark7888 commented 1 month ago

Resolved #8