mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
chore
This commit is contained in:
@@ -10,12 +10,21 @@ import MediaTypes from "../../constants/MediaTypes";
|
||||
*/
|
||||
export default {
|
||||
Name: "1. Vlc Player",
|
||||
MaxStaticBitrate: 20_000_000,
|
||||
MaxStreamingBitrate: 20_000_000,
|
||||
MaxStaticBitrate: 9999_000_000,
|
||||
MaxStreamingBitrate: 9999_000_000,
|
||||
CodecProfiles: [
|
||||
{
|
||||
Type: MediaTypes.Video,
|
||||
Codec: "h264,h265,hevc,mpeg4,divx,xvid,wmv,vc1,vp8,vp9,av1",
|
||||
// TODO: Fix dolby vision playback
|
||||
// Conditions: [
|
||||
// {
|
||||
// Condition: "NotEquals",
|
||||
// Property: "VideoProfile",
|
||||
// Value: "dolby-vision|dvhe|dvh1|dvhe.05|dvhe.07",
|
||||
// IsRequired: false,
|
||||
// },
|
||||
// ],
|
||||
},
|
||||
{
|
||||
Type: MediaTypes.Audio,
|
||||
|
||||
Reference in New Issue
Block a user