mariotaku / moonlight-tv

Lightweight NVIDIA GameStream Client, for LG webOS TV and embedded devices like Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi 4: No working decoder

schieberegister opened this issue · comments

Bug Description

Hi :)

I wanted to run moonlight-tv on a Raspberry Pi without a graphical environment. Build ran great and the app starts. I get the error message "No working decoder Streaming can't work without a valid decoder".

I guess I'm missing a dependency. Can you help me fix my problem?

Thank you very much.

Reproduce Steps

  1. Install Raspian bookworm on a Raspberry Pi 4
  2. Build and install moonlight-tv
  3. Try to start the app
  4. Get above-mentioned error message

Expected Behavior

Moonlight-tv detecting a valid decoder.

Hi, mmal decoder on bookworm is not supported anymore. I'll be working on porting v4l2 decoder from moonlight-qt to moonlight-tv.

Oh, so we can't use bookworm at the moment correct?