import React from 'react'
import { TextField, Show, SimpleShowLayout } from 'react-admin'
import { Card, CardContent, Typography, Box } from '@material-ui/core'
import { Title } from '../common'
const TranscodingTitle = ({ record }) => {
return
}
const TranscodingShow = (props) => (
<>
NOTE:
{' '}
Changing the transcoding configuration through the web interface is
disabled for security reasons. If you would like to change (edit or
add) transcoding options, restart the server with the{' '}
ND_ENABLETRANSCODINGCONFIG=true
{' '}
configuration option.
} {...props}>
>
)
export default TranscodingShow