export function isValidPlayerMode (value: any) { return value === 'web-video' || value === 'p2p-media-loader' }