CAVS codec support needed

Server Version#: 1.30.1.6562
Player Version#: 1.61.1.3432-3929cb60
Tuner Make/Model: xTeVe
Guide/Lineup name:
Using XMLTV?: yes
Channel number/Name: CCTV-8

I had a DVR of CCTV-8 show, the media can’t playback.

<MediaContainer size="1" allowSync="1" identifier="com.plexapp.plugins.library" librarySectionID="2" librarySectionTitle="Movies" librarySectionUUID="fc5d8df9-b76b-456b-bb0f-5a6dd864c5e2" mediaTagPrefix="/system/bundle/media/flags/" mediaTagVersion="1673370490">
<Video ratingKey="43464" key="/library/metadata/43464" guid="tv.plex.xmltv://movie/%E4%B8%89%E4%BD%932%2F30" type="movie" title="三体2/30" librarySectionTitle="Movies" librarySectionID="2" librarySectionKey="/library/sections/2" summary="" skipCount="4" lastViewedAt="1673877486" duration="3124775" addedAt="1673878928" oneShot="1">
<Media id="73401" duration="3124775" bitrate="11695" width="1920" height="1080" aspectRatio="1.78" audioChannels="6" audioCodec="ac3" videoCodec="cavs" videoResolution="1080" container="mpegts" videoFrameRate="PAL" channelIdentifier="1114" mediaGrabBeginsAt="1673875795" mediaGrabDevice="device://tv.plex.grabbers.hdhomerun/2022-11-JKSM-PFNE08:2" mediaGrabStatus="complete" origin="dvr">
<Part accessible="1" exists="1" id="1664517" key="/library/parts/1664517/1673878923/file.ts" duration="3124775" file="/volume1/BitTorrent/三体2 30/三体2 30.ts" size="4690452796" container="mpegts" deepAnalysisVersion="6" packetLength="188" requiredBandwidths="11689,11679,11679,11679,11679,11679,11679,11679">
<Stream id="1622679" streamType="1" codec="cavs" index="0" bitrate="11247" bitDepth="8" chromaSubsampling="4:2:0" codedHeight="1080" codedWidth="1920" frameRate="25.000" height="1080" refFrames="1" requiredBandwidths="11241,11233,11233,11233,11233,11233,11233,11233" streamIdentifier="256" width="1920" displayTitle="1080p (CAVS)" extendedDisplayTitle="1080p (CAVS)"></Stream>
<Stream id="1622680" streamType="2" selected="1" codec="ac3" index="1" channels="6" bitrate="448" audioChannelLayout="5.1(side)" requiredBandwidths="448,448,448,448,448,448,448,448" samplingRate="48000" streamIdentifier="257" displayTitle="未知 (AC3 5.1)" extendedDisplayTitle="未知 (AC3 5.1)"></Stream>
</Part>
</Media>
<Channel id="72841" filter="channel=72841" tag="1114 CCTV-8高清"/>
<Channel id="72842" filter="channel=72842" tag="1115 CCTV-8超清 (CAVS)"/>
<Extras size="0"></Extras>
<Related></Related>
</Video>
</MediaContainer>

BTW, you can get sample here https://gitee.com/zhengtianbo/avs2_avs3_test_video

Or get sample here https://github.com/xatabhk/avs2-avs3-video-samples

This is Chinese satellite TV?

You might create a #feature-suggestions post to see if other people will vote for it too.

If you’re using xTeVe, I wonder if using FFmpeg as the Stream Buffer and configuring it to transcode would be simpler.

Here’s an example for audio; try changing -vcodec copy to -vcodec libx264.
xTeVe-Documentation/troubleshooting.md at master · xteve-project/xTeVe-Documentation · GitHub

I think you may be right.
So I have to compile a ffmpeg that supports CAVS.