Created
August 28, 2024 10:13
-
-
Save artquest/11bf52d64070307a63d68869af79d7c5 to your computer and use it in GitHub Desktop.
RadioHLSConverter.backend.serverless appsettings.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Logging": { | |
"LogLevel": { | |
"Default": "Information", | |
"Microsoft": "Information", | |
"Microsoft.Hosting.Lifetime": "Information" | |
} | |
}, | |
"AllowedHosts": "*", | |
"AppSettings": { | |
"ForceHTTPS": false, | |
"FFMpegPipeBufferInBytes": 131072, | |
"BufferSizeInSeconds": 30, | |
"Radios": [ | |
{ | |
"RadioName": "BBC Radio 6 Music", | |
"RadioDescription": "BBC Radio 6 Music", | |
"RadioSourceURL": "http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_6music/bbc_6music.isml/bbc_6music-audio%3d96000.norewind.m3u8", | |
"HTTPContentType": "audio/aac", | |
"FFMPEGConverterAudioCodec": "copy", | |
"FFMPEGForceFormat": "adts", | |
"FFMPEGCustomArgument": "" | |
}, | |
{ | |
"RadioName": "BBC Radio 1", | |
"RadioDescription": "BBC Radio 1", | |
"RadioSourceURL": "http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_one/bbc_radio_one.isml/bbc_radio_one-audio%3d96000.norewind.m3u8", | |
"HTTPContentType": "audio/aac", | |
"FFMPEGConverterAudioCodec": "copy", | |
"FFMPEGForceFormat": "adts", | |
"FFMPEGCustomArgument": "" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment