...
Code Block |
---|
sudo -u postgres psql -c "update cc_pref set valstr = valstr||', fdkaac' where keystr = 'stream_type'" airtime |
If you wish to undo revcert the above commands, and start from the beginningcommand, simply run:
Code Block |
---|
sudo -u postgres psql -c "update cc_pref set valstr = 'ogg, mp3, opus, aac' where keystr = 'stream_type'" airtime |
...