obs/Source
palana 2a1c4326b4 Add support for per service list of supported audio codecs
Currently only handles the vanilla OBS case of two possible codecs, i.e.
it won't list multiple listed supported codecs as alternatives in the
warning message; also doesn't verify that the listed codecs are actually
available in OBS

Other than that it supports multiple "supported audio codec" entries
in services.xconfig per service, in case anyone wants to white list
both MP3 and AAC for their service:

```
recommended : {
 "supported audio codec" : "MP3"
 "supported audio codec" : "AAC"
}
```
2014-02-15 20:12:44 +01:00
..
2012-08-30 21:54:15 -07:00
2014-01-20 21:46:08 +01:00
2013-04-08 17:17:47 -07:00
2014-01-20 21:46:08 +01:00
2013-08-29 19:44:20 +03:00
2012-08-30 21:54:15 -07:00
2014-01-29 00:08:10 +01:00
2014-02-14 04:08:26 +01:00
2012-12-23 23:12:04 -05:00