milaq / YCast

Self hosted vTuner internet radio service emulation
Other
244 stars 93 forks source link

Ycast and Yamaha RX-V2065 #65

Open Leen58 opened 4 years ago

Leen58 commented 4 years ago

I have installed Ycast on a raspeberry pi and got it working out of the box on a Pioneer SC LX 76 asa replacement for Vtuner. I also use a Yamaha RX-V2065 but i cannot get it to work. See the following debug information: On the Yamaha there is no error message only a blank screen and no station information.

pi@raspberrypiprintserver:/etc/systemd/system $ /usr/bin/python3 -m ycast -d -l 127.0.0.1 -p 8010 -c /etc/ycast/stations.yml 2020-08-26 21:05:12 INFO: YCast (1.0.0) server starting 2020-08-26 21:05:12 DEBUG: Debug logging enabled

How should this be resolved? Any help is appreciated.

milaq commented 3 years ago

Hi there!

It seems like yourt AVR isn't evaluating the initial listing correctly. Also, it seems like the AVR is requesting a station with the ID 999999 which is most probably the result of the listing not interpreted correctly. Maybe the the RX-V2065 also expects a different listing format. We had these issues with some problematic devices in the past. See also: https://github.com/milaq/YCast/issues/50

These AVRs (especially Yamaha) are a blackbox. To be most efficient, we would need a proper packet capture with the original vTuner API.