Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radiantmediaplayer committed Jan 19, 2023
1 parent c6f90ed commit cc97d24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ A demo app for using [Radiant Media Player](https://www.radiantmediaplayer.com)
You can use Radiant Media Player to build media-oriented LG Smart TV applications.
The player is equipped with various optimisations, notably file:// protocol support, to work in the following environments:

- Web applications for LG smart TV built for webO3 5+
- Web applications for LG smart TV with webOS 3+

To get started with your first webOS TV Application [follow that guide](https://webostv.developer.lge.com/develop/getting-started).

For a list of supported features [see our documentation](https://www.radiantmediaplayer.com/docs/latest/lg-smart-tv.html#supported-features).
Expand All @@ -20,14 +21,13 @@ Our live demo app can [be found here](https://www.radiantmediaplayer.com/rmp-web

Players displayed in our demo app use our dedicated TV player layout for a better fullscreen experience on large displays.

Our demo holds a basic appinfo.json file that is typical of LG TV app. This demo app can be packaged and deploy on an actual LG TV for testing using the [ares-* commmands](https://webostv.developer.lge.com/develop/tools/cli-introduction).
Our demo holds a basic appinfo.json file that is typical of LG TV app. This demo app can be packaged and deploy on an actual LG TV for testing using the [ares-\* commmands](https://webostv.developer.lge.com/develop/tools/cli-introduction).

## Support notes

- We support streaming to LG TVs in MPEG-DASH or CMAF HLS (HLS in MPEG-TS format is not supported).
- According to our tetsing, AV1 support can be clunky on older webOS versions (even if they advertise support for it). AVC, VP9 or HEVC should be preferred if you wish to support older versions of webOS.
- Google IMA (video ads) is not currently supported, please use our rmp-vast parser to display video ads on LG Smart TV.
- Make sure to test your app on an actual LG TV - the LG TV emulator provided in the webOS SDK may not support all media features.

## Issues

Expand Down

0 comments on commit cc97d24

Please sign in to comment.