Toshiba Regza 40YL743G

I just want to report that my Toshiba Regza 40YL743G works quite well with
the following serviio configuration (found in another thread in the transcoding subforum):
This is the getProtocolInfo value:
Unfortunately almost everything has to be transcoded because of the limited number of supported DLNA formats
of the Regza. Note that no AVC* DLNA formats are supported. Other brands (e.g. Samsung) support considerably
more DLNA formats natively, such as WMV- or AVC-formats. Might be that the Regza is actually able to handle
more formats but that it is just not announcing all the formats it could handle via getProtocolInfo.
Regards,
Stefan
the following serviio configuration (found in another thread in the transcoding subforum):
- Code:
<Profile id="11" name="Toshiba Regza" extendsProfileId="1">
<Detection>
<X-AV-Client-Info>.*Intel_SDK_for_UPnP_devices.*</X-AV-Client-Info>
</Detection>
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="avi" />
<Matches container="asf" />
<Matches container="mp4" />
<Matches container="mpeg" vCodec="mpeg2video" />
<Matches container="matroska" />
<Matches container="mpegts" vCodec="h264" />
<!-- if audio different to ac3, must be transcoded -->
<Matches container="mpegts" aCodec="aac" />
<Matches container="mpegts" aCodec="mp3" />
<Matches container="mpegts" aCodec="dca" />
</Video>
</Transcoding>
</Profile>
This is the getProtocolInfo value:
- Code:
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_NTSC,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_NA,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_NA_ISO,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_NA_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_HD_NA,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_HD_NA_ISO,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_HD_NA_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_EU_ISO,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU_T,
http-get:*:audio/L16;rate=44100;channels=1:DLNA.ORG_PN=LPCM,
http-get:*:audio/L16;rate=44100;channels=2:DLNA.ORG_PN=LPCM,
http-get:*:audio/L16;rate=48000;channels=1:DLNA.ORG_PN=LPCM,
http-get:*:audio/L16;rate=48000;channels=2:DLNA.ORG_PN=LPCM,
http-get:*:audio/mpeg:DLNA.ORG_PN=MP3,
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM,
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_MED
Unfortunately almost everything has to be transcoded because of the limited number of supported DLNA formats
of the Regza. Note that no AVC* DLNA formats are supported. Other brands (e.g. Samsung) support considerably
more DLNA formats natively, such as WMV- or AVC-formats. Might be that the Regza is actually able to handle
more formats but that it is just not announcing all the formats it could handle via getProtocolInfo.
Regards,
Stefan