Fri Jun 12, 2015 4:18 am by jart352015yup
i got it working
here is my code i'm using in my profile the level check code...and the transcoding section.
cheers all...... thanks for pointing that out DenyAll ... helped a lot.
<H264LevelCheck>ANY</H264LevelCheck>
<Transcoding>
<!-- custom profile - roku media player 2 xs -->
<Video targetContainer="mpegts" targetVCodec="h264" maxVBitrate="12000" targetACodec="mp3" aBitrate="320" forceStereo="true">
<Matches container="matroska" />
<Matches container="*" vCodec="h265" />
<Matches container="ogg" />
<Matches container="flv" />
<Matches container="avi" />
<Matches container="mpeg" />
<Matches container="mp4" profile="high" levelGreaterThan="4" />
</Video>
<Audio targetContainer="mp3" aBitrate="320">
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="lpcm" />
<Matches container="adts" />
<Matches container="asf" />
<Matches container="flv" />
<Matches container="rtp" />
<Matches container="rtsp" />
<Matches container="wavpack" />
<Matches container="mpc" />
<Matches container="ape" />
</Audio>
</Transcoding>