Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Jan 8, 2025
1 parent 5a6440f commit 966b77b
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ In your config, enable `services.special`.
Then, add these two lines to your `onlinemedia.xml` file:

```xml
<link name="Athena Media Server - Search" type="search" addr="http://<ip>:8128/wiimc/search?q="/>
<link name="Athena Media Server" addr="http://<ip>:8128/wiimc/list"/>
<folder name="Athena">
<link name="Athena Media Server - Search" type="search" addr="http://<ip>:8128/wiimc/search?q="/>
<link name="Athena Media Server" addr="http://<ip>:8128/wiimc/list"/>
</folder>
```

[Here's](https://i.e3ndr.xyz/1mBTjdAJwr8M__1666969284/WiiMC%20Support.mp4) what it looks like in action.
Expand All @@ -31,16 +33,17 @@ Athena will generate a faux file list when a client connects using the encoding

## Parameters

| HTTP | FTP | What is it used for? | Possible values |
| ---------- | --- | --------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| format | f | Selects a container to be used. | `MP4`, `TS`, `MKV` |
| quality | q | Sets the video quality. | `UHD`, `FHD`, `HD`, `SD`, `LD` |
| videoCodec | vc | Sets the video codec to be used IF the video quality is anything except `SOURCE`. | `SOURCE`, `H264_BASELINE`,, `H264_HIGH` `HEVC`, `SPARK`, `AV1` |
| audioCodec | ac | Sets the audio codec to be used. | `SOURCE`, `AAC`, `MP3`, `OPUS` |
| HTTP | FTP | What is it used for? | Possible values |
| ------------- | --- | --------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| format | f | Selects a container to be used. | `MP4`, `TS`, `MKV` |
| quality | q | Sets the video quality. | `UHD`, `FHD`, `HD`, `SD`, `LD` |
| videoCodec | vc | Sets the video codec to be used IF the video quality is anything except `SOURCE`. | `SOURCE`, `H264_BASELINE`,, `H264_HIGH` `HEVC`, `SPARK`, `AV1` |
| audioCodec | ac | Sets the audio codec to be used. | `SOURCE`, `AAC`, `MP3`, `OPUS` |
| subtitleCodec | sc | Sets the subtitle codec to be used. | `SOURCE`, `WEBVTT`, `SRT`, `ASS` |

### Support for older devices

Your mileage may vary, but do play around with the parameters and let me know what you can get working with Athena! If you're unsure of what your client supports then you can open up [WebMediaTest](https://wmt.e3ndr.xyz/) on your device (or run it locally to bypass https) and use the tester tables to detect what your device supports.
Your mileage may vary, but do play around with the parameters and let me know what you can get working with Athena! If you're unsure of what your client supports then you can open up [WebMediaTest](http://nossl.wmt.e3ndr.xyz/) on your device and use the tester tables to detect what your device supports.

## Prerequisites

Expand Down

0 comments on commit 966b77b

Please sign in to comment.