BDT220+SDTV streaming playback works -- but FF/Skip locks up
I've a video collection ffmpeg-converted into h264.mkv format.
One DBT220 connects to an "old school" SDTV. The BDT220 connects via WiFi/n to a Serviio server.
The following profile finally works to play video/audio perfectly, with a reasonable ~5-10 movie startup time, displayed at a properly (for me) black-bar paded DAR = 16:9, and without saturating the link.
The FF/Rew/Skip buttons work -- or, at least, they seem to accept input. But then the playback on the BD player just locks up. No further video or aurio progress.
I have to Exit the playback, and start over. Then everything's OK again.
Are the FF/Rew/Skip actions known to work? I'm wondering if the data rate somehow changes at those actions, and overwhelms the link or the player ...
Any ideas?
One DBT220 connects to an "old school" SDTV. The BDT220 connects via WiFi/n to a Serviio server.
The following profile finally works to play video/audio perfectly, with a reasonable ~5-10 movie startup time, displayed at a properly (for me) black-bar paded DAR = 16:9, and without saturating the link.
- Code:
<Profile id="BDT220V1.1" name="Panasonic BDT220 + SDTV" extendsProfileId="1">
<Detection>
<UPnPSearch>
<FriendlyName>DMP-BDT220/221</FriendlyName>
<Manufacturer>Panasonic</Manufacturer>
</UPnPSearch>
</Detection>
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_EU,MPEG_TS_SD_NA,MPEG_TS_SD_KO">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
<MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_EU,MPEG_TS_SD_NA,MPEG_TS_SD_KO">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<Video targetContainer="mpegts" maxVBitrate="4000" DAR="16:9">
<Matches container="*" vCodec="mpeg2video" aCodec="ac3"/>
<Matches container="*" vCodec="h264" aCodec="ac3"/>
</Video>
<Video targetContainer="mpegts" targetACodec="ac3" maxVBitrate="4000" DAR="16:9">
<Matches container="*" vCodec="mpeg2video"/>
<Matches container="*" vCodec="h264"/>
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" maxVBitrate="4000" DAR="16:9">
<Matches container="*"/>
</Video>
</Transcoding>
</Profile>
The FF/Rew/Skip buttons work -- or, at least, they seem to accept input. But then the playback on the BD player just locks up. No further video or aurio progress.
I have to Exit the playback, and start over. Then everything's OK again.
Are the FF/Rew/Skip actions known to work? I'm wondering if the data rate somehow changes at those actions, and overwhelms the link or the player ...
Any ideas?
