Also what other usefull features does the DLNA client + server have?

Thanks
![]() ![]() |
Dunnersfella: To start with, the second TV needs to be DLNA capable - and yes, some seem to work better than others.
Naturally, the Panasonic's work particularly well. My Pana plasma allows me to simply press the green 'Viera Cast' button, then move to 'Media Server', choose video or photo... so I can access any video or photos recorded off Freeview on the BluRay recorder.
It works just like it says it does... you still can't control recording etc from the 2nd TV, but being able to watch what you've recorded in a second room is mint.
Yup - ethernet is the best way to connect them. Plug an ethernet cable into your router, then the other end goes into the recorder. The second ethernet cable goes from the router, into the DLNA capable TV. Then turn on DLNA functionality on the recorder, and away you go.
The other part of the DLNA server... is that you can send the shows you record on Freeview to a Windows PC or Mac over wifi or ethernet. You'll need media software running on your PC, but it's pretty easy to do. Just click on the recorded show and copy it over your network to your computer. You should then be able to watch it on a media player like VLC. Heck, you can then use conversion software to copy it onto your mobile device. Pretty simple, if not a little time consuming. Certainly no more of a hassle than dealing with burning discs though! Oh yeah, the unit you're looking at isn't capable of burning recordings to discs...
The DLNA client aspect of the player allows you to view content from other DLNA servers (computers etc). This means you'll be able to see videos etc on your computer if you're running media server software... but I'm not sure about the Panasonic's codec compatibility.
sultanoswing: I have the V20. Panasonic's built-in media server is somewhat limited in terms of codec compatibility.
So, I'm using serviio - a DLNA server that is super easy to set up on your PC and transcodes incompatible media on-the-fly to a format readable by Panasonic's media player. Seamless and in the background. Simply install, point it to your media files, select the Panasonic profile in serviio, and activate yout TV's media player (selecting the serviio server you've just set up).
www.serviio.org
Panasonic forum section - you'll want this so you can tweak the profile, although I can post my working profile if you guys want.
http://forum.serviio.org/viewforum.php?f=13
nammacdac:
I currrently have a Panasonic V20 and when the analogue is shut down will buy another Panasonic to repace the second TV.
I am now thinking that as I have a gigabit network through the house I could place the DMR-PWT500GZ on the other side of the room to the TV. The TV and the PVR would have seperate network connections. The PVR would need an areial connection and as long as the TV was running off the media serfer it could play movies and live TV? through the network. I have my 50" V20 on the wall and do not wish to have any other devices visible.
Is this practical?
Thanks
nammacdac:sultanoswing: I have the V20. Panasonic's built-in media server is somewhat limited in terms of codec compatibility.
So, I'm using serviio - a DLNA server that is super easy to set up on your PC and transcodes incompatible media on-the-fly to a format readable by Panasonic's media player. Seamless and in the background. Simply install, point it to your media files, select the Panasonic profile in serviio, and activate yout TV's media player (selecting the serviio server you've just set up).
www.serviio.org
Panasonic forum section - you'll want this so you can tweak the profile, although I can post my working profile if you guys want.
http://forum.serviio.org/viewforum.php?f=13
Thanks for that I have not heard of serviio before. I have purchased Mezzmo and find it to be reasonably good. The interface is simple but it has one or twe bugs in it. How good is serviio?
<Profile id="12" name="Panasonic Viera Beta" extendsProfileId="1">
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PanasonicDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<!-- remux DTS in MKV to AC3 -->
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="matroska" vCodec="h264" aCodec="dca" />
</Video>
<!-- First remux all h264 video on MPEG-TS stream with ac3 audio transcoding, expected profile AVC_TS_MP_HD_AC3_ISO or AVC_TS_MP_SD_AC3_ISO -->
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="avi" vCodec="h264" />
<Matches container="mp4" vCodec="h264" />
<Matches container="matroska" 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>
<!-- All Others video/audio codec will be transcoded into mpeg2ts, mpeg2video and ac3 audio (MPEG_TS_SD_EU). -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="asf" />
<Matches container="mp4" />
<Matches container="matroska" />
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="avi" vCodec="mpeg4" aCodec="lpcm" />
<Matches container="flv" />
</Video>
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
<Matches container="avi" vCodec="h264" />
<Matches container="mp4" vCodec="h264" />
<Matches container="matroska" vCodec="h264" />
</Video>
<Audio targetContainer="mp3">
<Matches container="mp4" />
<Matches container="flac" />
<Matches container="ogg" />
</Audio>
</Transcoding>
</Profile>
![]() ![]() |