Page 1 of 1

How to disable transcoding for only AVC H264 mp4 files?

Posted: Sat Feb 10, 2024 12:00 am
by meranvi
Hi,

How to disable transcoding for only AVC H264 mp4 videos?

The "Skip transcoding for the following extensions" is not what I'm looking for, because it checks only the extension of the file, not the video's codec. MP4 videos encoded in H264 format can be played without transcoding. But I can't find an option to skip transcoding based on the codec (H264) of the video.

Re: How to disable transcoding for only AVC H264 mp4 files?

Posted: Sat Feb 10, 2024 11:07 am
by mik_s
This is set up un the renderer conf file for your device.
If it is transcoding h264 when this is a supported format then it is using the wrong conf or there is not one for it yet.

If you post your log files (see the section in red above) I will be able to see what it is using and tweak a similar conf to work for you.

Re: How to disable transcoding for only AVC H264 mp4 files?

Posted: Mon Feb 12, 2024 1:38 am
by meranvi
Where are the renderer conf files for browsers (Chrome, Firefox)?

Re: How to disable transcoding for only AVC H264 mp4 files?

Posted: Mon Feb 12, 2024 4:30 pm
by mik_s
There is no conf for browsers anymore as they are hard coded to use one format in the web player.

It uses HLS which allows seeking with transcoded video plus a load of extra stuff that was not possible before.
Everything will be transcoded using this so the web player only needs to support that one format, it was limited to what would work anyway and even h264 videos would not play properly depending on how they were encoded.

What is your problem? is it not working?