fix empty transcode segments, widen device profile
This commit is contained in:
@@ -88,11 +88,13 @@ export function browserDeviceProfile(audioPassthrough = false) {
|
||||
|
||||
DirectPlayProfiles: [
|
||||
{
|
||||
Container: 'mp4,m4v',
|
||||
// MSE / hls.js can remux these on the fly - no need to force a
|
||||
// server-side transcode just because the container isn't mp4.
|
||||
Container: 'mp4,m4v,mkv,avi,mov,wmv,ts,mpeg,mpegts',
|
||||
Type: 'Video',
|
||||
VideoCodec: videoCodecsCsv,
|
||||
AudioCodec: audioPassthrough
|
||||
? 'aac,mp3,ac3,eac3,flac,opus,truehd,dts'
|
||||
? 'aac,mp3,ac3,eac3,flac,opus,truehd,dts,alac,wmapro'
|
||||
: 'aac,mp3,ac3,eac3,flac,opus',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user