You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I'm connecting to a gonic server (go implemented subsonic server). The flac is always transcoded to 128 kbps mp3. I can see the server log:
2022/08/25 03:10:14 response 200 for /rest/stream.view?id=tr-792&u=admin&s=xxxxxxxxxxxxxxxxxxxo&t=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&v=1.13.0&c=sonixd
I also ultrasonic as client on android, which has a setting of MaxBitRate. Here is the log when ultrosunic is playing music:
2022/08/24 11:02:31 response 200 for /rest/stream.view?id=tr-792&maxBitRate=320&u=admin&c=Ultrasonic&f=json&v=1.15.0&t=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&s=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
It seems that there is a parameter maxBitRate in api stream according to the subsonic api document Describe the solution you'd like
We can configure the bitrate to transcode just like ultrasonic.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm connecting to a gonic server (go implemented subsonic server). The flac is always transcoded to 128 kbps mp3. I can see the server log:
2022/08/25 03:10:14 response 200 for
/rest/stream.view?id=tr-792&u=admin&s=xxxxxxxxxxxxxxxxxxxo&t=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&v=1.13.0&c=sonixd
I also ultrasonic as client on android, which has a setting of
MaxBitRate
. Here is the log when ultrosunic is playing music:2022/08/24 11:02:31 response 200 for
/rest/stream.view?id=tr-792&maxBitRate=320&u=admin&c=Ultrasonic&f=json&v=1.15.0&t=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&s=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
It seems that there is a parameter
maxBitRate
in apistream
according to the subsonic api documentDescribe the solution you'd like
We can configure the bitrate to transcode just like ultrasonic.
The text was updated successfully, but these errors were encountered: