This adds two optional strings to the `conf.json`:
- force_video_codec
- force_audio_codec
When set, these will replace VideoCodec and AudioCodec,
respectively and as-is, in the transcoding profile POSTed
to the server. Other values in `conf.json` that tweak this
profile will be overridden by `force_video_codec`.
Benefits of this is to specify the exact codecs required
in some low-end systems, which may not have hardware
h264 decoding available, thus improving performance.
Signed-off-by: Han Sol Jin <hansol@hansol.ca>
* Added support for creating a .app file
* Updated webclient to use get_resources properly and added an extra check for mpv_location
* code fixes and removed unneccesary check for platform
* changed mpv location conditional to check if it's frozen
* forgot to use get_resource for packaged mpv
* added platform check for get_resource