FAQ  •  Register  •  Login

problems with Samsung UN46D5500

<<

samsungTVuser

Serviio newbie

Posts: 5

Joined: Mon Sep 26, 2011 4:28 am

Post Mon Sep 26, 2011 4:54 am

problems with Samsung UN46D5500

Hi!
I am having problems playing MOV files from my Samsung LED TV UN46D5500 I just bought. The MOV files were recorded by my Canon DSLR. I am using latest version of Serviio and I am running it on my PC with Windows 7. I have assigned the "Samsung TV/player C/D series" profile from the Serviio console

Here is the mediainfo:
mediainfo.txt
(2.65 KiB) Downloaded 683 times


Also I am attaching a screenshot of ffmpeg output and the serviio.log with DEBUG enabled. The file that I am trying to watch from my TV is called MVI_4486.MOV

I am getting the message "wrong video codec" on my TV.

Can you help me to get it to work? Your help will be greatly appreciated

Thanks!!
Attachments
serviio.log
(104.17 KiB) Downloaded 625 times
ffmpeg_screenshot.jpg
ffmpeg_screenshot.jpg (190.05 KiB) Viewed 11467 times
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Mon Sep 26, 2011 5:08 am

Re: problems with Samsung UN46D5500

These files will need to be transcoded to allow them to play.
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Sep 26, 2011 9:33 am

Re: problems with Samsung UN46D5500

try adding this line to the C/D profile:

  Code:
<Matches container="mp4" vCodec="h264" profile="baseline" />


just under

  Code:
<Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
<<

samsungTVuser

Serviio newbie

Posts: 5

Joined: Mon Sep 26, 2011 4:28 am

Post Tue Sep 27, 2011 12:14 am

Re: problems with Samsung UN46D5500

Hey Zip,
First of all thanks so much for replying! I tried your suggestion: modified profiles.xml, then restarted serviio service and tried watching the same video again. Unfortunately I got the same results: wrong video codec.
Attached is serviio.log with DEBUG enabled. I will really appreciate it if you can take a look at it. You see, I bought this TV with the DLNA feature only to watch HD movies of my kids, and I am not able to do so...

Cheers,
Pablo
Attachments
serviio - Copy.log
(113.77 KiB) Downloaded 572 times
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Tue Sep 27, 2011 12:18 am

Re: problems with Samsung UN46D5500

restart the pc running serviio and try again.
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

samsungTVuser

Serviio newbie

Posts: 5

Joined: Mon Sep 26, 2011 4:28 am

Post Tue Sep 27, 2011 12:45 am

Re: problems with Samsung UN46D5500

I restarted the PC and obtained the same results. Attached is the serviio.log for this run.
serviio - Copy (2).log
(113.49 KiB) Downloaded 635 times


I am also attaching supported_devices.txt which I obtained by running Device Spy
supported_devices.txt
(16.62 KiB) Downloaded 586 times


Any ideas my friends?

Thanks
Pablo
Last edited by samsungTVuser on Tue Sep 27, 2011 1:14 am, edited 1 time in total.
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Tue Sep 27, 2011 1:11 am

Re: problems with Samsung UN46D5500

sorry but this one is past me, but shouldnt teh match container be MOV and not mp4?? or am i missing something zip ?
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Sep 27, 2011 9:43 am

Re: problems with Samsung UN46D5500

weird, it transcodes to mpeg2 correctly. Run this command and then add the resulting file to your library and try to play it (natively)

  Code:
ffmpeg.exe -i "D:\My Files\My Pictures\2011-08-28\MVI_4486.MOV" -y -threads 1 -vcodec mpeg2video -sameq -r 24000/1001 -g 15 -copyts -acodec ac3 -ab 192k -ar 48000 -ac 2 -map 0:0 -map 0:1 -sn -f mpegts C:\out.mpg
<<

samsungTVuser

Serviio newbie

Posts: 5

Joined: Mon Sep 26, 2011 4:28 am

Post Tue Sep 27, 2011 11:08 pm

Re: problems with Samsung UN46D5500

Hez Zip,
I tried your suggestion of transcoding the video offline and strangely enough I can see the generated file on my tv! One strange thing are the error messages I got from ffmpeg. Here is the log I captured;

ffmpeg.log
(9.11 KiB) Downloaded 537 times


The errors are:
1) Incompatible pixel format 'yuvj420p' for codec 'mpeg2video', auto-selecting form at 'yuv420p'
2) [ac3 @ 03a16100] channel_layout not specified
[ac3 @ 03a16100] No channel layout specified. The encoder will guess the layout,
but it might be incorrect.

Anyways it seems to work in the offline mode. Any suggestions on how to do it online, i.e., not having to transcode all my movies on my hard drive to be able to watch them on my tv?

Once again thanks a lot for your help

Pablo
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Sep 28, 2011 9:15 am

Re: problems with Samsung UN46D5500

those are ok, related to the audio stream. How powerful is your Serviio PC? It might be it takes too long to start the transcoded file and the TV gets confused.
<<

samsungTVuser

Serviio newbie

Posts: 5

Joined: Mon Sep 26, 2011 4:28 am

Post Wed Sep 28, 2011 11:58 am

Re: problems with Samsung UN46D5500

It is actually a reasonably powerful PC: Intel core i5 with 4 GB of DDR3 RAM and 1 TB of HDD. Any other test you can think of?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Sep 28, 2011 1:17 pm

Re: problems with Samsung UN46D5500

Try the samsung B profile if it helps

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 29 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.