mirror of https://github.com/pikvm/pikvm.git
parent
fa65d37944
commit
db174ae0b6
|
|
@ -3,8 +3,9 @@
|
|||
This feature allows you to receive audio over an HDMI cable and transmit it to the browser in WebRTC mode.
|
||||
|
||||
!!! warning
|
||||
* This is only supported by PiKVM V3 devices right now.
|
||||
* This is only supported by PiKVM V3 devices right now. This may or may not work on other CSI devices as most have a hw defect.
|
||||
* Please note the feature is experimental. Nothing will explode for you, but something may not work. Please report about problems [here](https://discord.gg/bpmXfz5) (preferred) or [here](https://github.com/pikvm/pikvm/issues/97).
|
||||
* MIC support is not supported at this time, it may or may not be supported in the future.
|
||||
|
||||
## Preparing
|
||||
1. Make sure that you have not removed the [jumpers related to audio (4)](v3.md#atx-connection) on the V3 board and have not deleted or commented out the `dtoverlay=tc358743-audio` line in `/boot/config.txt`. Return everything as it was, if you changed it.
|
||||
|
|
@ -40,4 +41,5 @@ This feature allows you to receive audio over an HDMI cable and transmit it to t
|
|||
!!! warning
|
||||
* After the page is reloaded, the audio slider will be reset. This is a technical limitation in all browsers to avoid annoying audio ads.
|
||||
* If something doesn't work, check the log: `journalctl -u kvmd-janus`.
|
||||
* Try a different browser, try and clear browser cache before reporting issues.
|
||||
* Please report about problems [here](https://discord.gg/bpmXfz5) (preferred) or [here](https://github.com/pikvm/pikvm/issues/97).
|
||||
|
|
|
|||
Loading…
Reference in New Issue