mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-12 17:00:23 +01:00
chore
This commit is contained in:
@@ -10,12 +10,21 @@ import MediaTypes from "../../constants/MediaTypes";
|
|||||||
*/
|
*/
|
||||||
export default {
|
export default {
|
||||||
Name: "1. Vlc Player",
|
Name: "1. Vlc Player",
|
||||||
MaxStaticBitrate: 20_000_000,
|
MaxStaticBitrate: 9999_000_000,
|
||||||
MaxStreamingBitrate: 20_000_000,
|
MaxStreamingBitrate: 9999_000_000,
|
||||||
CodecProfiles: [
|
CodecProfiles: [
|
||||||
{
|
{
|
||||||
Type: MediaTypes.Video,
|
Type: MediaTypes.Video,
|
||||||
Codec: "h264,h265,hevc,mpeg4,divx,xvid,wmv,vc1,vp8,vp9,av1",
|
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,
|
Type: MediaTypes.Audio,
|
||||||
|
|||||||
Reference in New Issue
Block a user