edited cause I am a nub and don’t know how to post the profile so the site displays correctly…
More info… fixed my first problem and can now direct play the video successfully. Now:
Jan 09, 2017 21:41:02.018 [0892] DEBUG - MDE: (2016): Direct Play is disabled
Jan 09, 2017 21:41:02.018 [0892] DEBUG - MDE: (2016): media must be transcoded in order to use the hls protocol
Jan 09, 2017 21:41:02.018 [0892] DEBUG - MDE: (2016): no direct play video profile exists for http/mkv/hevc
Jan 09, 2017 21:41:02.018 [0892] DEBUG - MDE: (2016): no direct play video profile exists for http/mkv/hevc/dca
Jan 09, 2017 21:41:02.018 [0892] DEBUG - MDE: (2016): no remuxable profile found, so video stream will be transcoded
Jan 09, 2017 21:41:02.018 [0892] DEBUG - MDE: computed resolution bounding box of 1920x1080.
Jan 09, 2017 21:41:02.018 [0892] DEBUG - Scaled up video bitrate to 268047Kbps based on 4.500000x fudge factor.
Jan 09, 2017 21:41:02.018 [0892] DEBUG - Scaled maximum bitrate for resolution reduction to 67011Kbps.
and I have added this to my profile:
DirectPlayProfiles>
VideoProfile audioCodec=“aac,mp3,flac” codec=“vp9,h265,h264,mpeg4” container=“mp4,mkv”/>
MusicProfile codec=“aac” container=“mp4”/>
MusicProfile codec=“mp3” container=“mp3”/>
PhotoProfile container=“jpeg,gif,png”/>
DirectPlayProfiles>
CodecProfiles>
VideoCodec name=“h265,vp9”>
Limitations>
UpperBound name=“video.width” value=“3840” isRequired=“true”/>
UpperBound name=“video.height” value=“2176” isRequired=“true”/>
UpperBound name=“video.bitrate” value=“75000”/>
Limitations>
What am I missing here? Maybe need to remove something from the transcodetargets section? From the error log seems like I did the profile wrong, need to add something for hls, or configure a remuxable profile (whatever that is?) Banging my head against the wall… Direct play works fine for video but no audio… no direct play and both video and audio gets transcoded and stutters cause the server isnt beefy enough. All I want is direct play video and transcoded audio!!! cry