Panasonic TH-L32E3A help needed PLEASE
5 posts
• Page 1 of 1
Hello Everyone. I cant seem to get the media streaming working. I have a windows 7 pc with Serviio running. A Panasonic Viera TH-L32E3A in the main bedroom, a Topfield masterpiece TRF-2400 in the lounge and a Panasonic Viera TH-L42E3A in the kids play room. I have been mucking around trying to get programs I record from free to air tv using my Topfiedl DVR to play on my bedroom TV and I am not having much luck. i think I am doing the right thing and selecting the corect settings but all I get is a cant read file error on my TV. I have selected the Panasonic Viera Transcoding profile but it does not work. I must admit I may be a little bit out of my league here so i would be very appreciative of some assistance. I can follow instructions well and know my way around a computer ok so.......PLEASE.......some help anyone.
Topfield TRF-2400, Onkyo TX-NR579, Panasonic TH-50PZ850A Plasma, Panasonic TH-L32E3A & TH-L42E3A LCD, Panasonic DMP-BD30 & DMP-BD75 x 2 Blu-ray, Apple TV, Logitech Harmony 900 Remote.
Re: Panasonic TH-L32E3A help needed PLEASE
I have been mucking around trying to get programs I record from free to air tv using my Topfiedl DVR to play on my bedroom TV and I am not having much luck
Hello scottm355.
I'm no expert, but recently ran into similar problems trying to view FreeView & FreeSat recorded programs - recorded on a Humax PVR.
1 >Most FreeView & FreeSat box manufacturers are duty bound (if they want to display the Free... logo) to ensure HD quality streams are encrypted before >recording onto the PVR. Trying to play back these programs on other devices without first decrypting isn't going to work. Please don't ask me how to go >about decrypting them!
>One way of testing for encryption is to copy your test file to a PC and try and play it direct using a regualar media player. If its encrypted it won't play.
>So if you are testing Serviio, you should test with a program recorded in SD (Standard Definition mode) ie NOT from an HD channel.
2 >You might try my slightly modified Panasonic profile below which I tweaked to better handle the .ts files created by my Humax PVR. It may work for you >depending on how your specific DVR stores media.
Kind regards
- Code:
<Profile id="26" name="Panasonic Viera With AVI Support AND Humax" extendsProfileId="1">
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<!-- Transcode h264 videos with profile level > 4.1 to mpegts with ac3 audio -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
<Matches container="avi" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="avi" vCodec="h264" profile="main" levelGreaterThan="4.2" />
<Matches container="mp4" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="mp4" vCodec="h264" profile="main" levelGreaterThan="4.2" />
<Matches container="matroska" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="matroska" vCodec="h264" profile="main" levelGreaterThan="4.2" />
</Video>
<!-- remux VORBIS/FLAC/LPCM in MKV/MP4 to AC3 -->
<Video targetContainer="mpegts" targetACodec="ac3" >
<Matches container="matroska" vCodec="h264" aCodec="flac" />
<Matches container="matroska" vCodec="h264" aCodec="vorbis" />
<Matches container="matroska" vCodec="h264" aCodec="truehd" />
<Matches container="mp4" vCodec="h264" aCodec="lpcm"/>
<Matches container="mp4" vCodec="h264" aCodec="aac"/>
<Matches container="3gp" vCodec="h264" />
</Video>
<!-- Remux MPEG-TS with no transcoding -->
<Video targetContainer="mpegts">
<Matches container="avi" vCodec="h264" />
<Matches container="mp4" vCodec="h264" />
<Matches container="matroska" vCodec="mpeg2video"/>
</Video>
<!-- Remux WTV files to MPEG-PS with no transcoding-->
<Video targetContainer="mpeg">
<Matches container="wtv" />
</Video>
<!-- unsupported codecs will be transcoded into mpeg-ts, mpeg2 video and ac3 audio -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="avi" vCodec="mjpeg" />
<Matches container="avi" vCodec="dvvideo" />
<Matches container="mp4" vCodec="mjpeg" />
<Matches container="mp4" vCodec="mpeg4" />
<Matches container="mpeg" vCodec="mpeg1video" />
<Matches container="matroska" vCodec="mpeg4" />
<Matches container="asf" />
<Matches container="flv" />
<Matches container="ogg" />
<Matches container="3gp" />
<!-- This following line added to support Humax .ts files -->
<Matches container="mpegts" vCodec="mpeg2video" />
</Video>
<!-- unsupported audio will be transcoded into lpcm audio -->
<Audio targetContainer="lpcm">
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="asf" />
<Matches container="adts" />
</Audio>
</Transcoding>
</Profile>
nickski
Render: Panasonic Viera TX-L42E30B + DMP-BDT210 + Jelly Bean 4.1 Tablet + Onkyo TX-NR616 | Server: Intel i5 Win 7 ult x64 | NW: Homeplug @ 175 Mbps
Render: Panasonic Viera TX-L42E30B + DMP-BDT210 + Jelly Bean 4.1 Tablet + Onkyo TX-NR616 | Server: Intel i5 Win 7 ult x64 | NW: Homeplug @ 175 Mbps
Re: Panasonic TH-L32E3A help needed PLEASE
Thankyou very much for your input. I will give your profile a go.
Topfield TRF-2400, Onkyo TX-NR579, Panasonic TH-50PZ850A Plasma, Panasonic TH-L32E3A & TH-L42E3A LCD, Panasonic DMP-BD30 & DMP-BD75 x 2 Blu-ray, Apple TV, Logitech Harmony 900 Remote.
Re: Panasonic TH-L32E3A help needed PLEASE
Any one have anything to add regarding this issue?
Topfield TRF-2400, Onkyo TX-NR579, Panasonic TH-50PZ850A Plasma, Panasonic TH-L32E3A & TH-L42E3A LCD, Panasonic DMP-BD30 & DMP-BD75 x 2 Blu-ray, Apple TV, Logitech Harmony 900 Remote.
Re: Panasonic TH-L32E3A help needed PLEASE
you didn't post any details about the file. ffmpeg -i ?
Petr
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 11 guests