FAQ  •  Register  •  Login

Q about supported file types

<<

abbu

Streaming enthusiast

Posts: 20

Joined: Thu May 19, 2011 7:45 am

Post Thu May 19, 2011 7:47 pm

Re: Q about supported file types

ok I've corrected and also added some stuff to config from other threat. viewtopic.php?f=13&t=555&hilit=panasonic+profile&start=30
had to delete some avi stuff as these were ok but after adding content they were not recognized. I will attach config for convenience.

Now mpg ,mpeg ,wmv are playing ok
all avi run fine, got one type where the sound is not recognized.
vob also run ok, just need the subtitles to work. ad the srt files ?
Attachments
profiles.xml
config
(37.04 KiB) Downloaded 703 times
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Thu May 19, 2011 8:47 pm

Re: Q about supported file types

Can you run ffmpeg -i on the file that the audio does not work on. See signature for details.
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
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
<<

abbu

Streaming enthusiast

Posts: 20

Joined: Thu May 19, 2011 7:45 am

Post Fri May 20, 2011 7:23 am

Re: Q about supported file types

AVI file (d.avi) :sound is not played on vt20

H:\W7\Serviio\lib>ffmpeg.exe -i l:\test\d.avi
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0

Seems stream 0 codec frame rate differs from container frame rate: 30000.00 (300
00/1) -> 15.00 (15/1)
Input #0, avi, from 'l:\test\d.avi':
Duration: 00:10:00.06, start: 0.000000, bitrate: 1027 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 15 fps, 15 tb
r, 15 tbn, 30k tbc
Stream #0.1: Audio: pcm_s16le, 22050 Hz, 1 channels, s16, 352 kb/s
At least one output file must be specified

H:\W7\Serviio\lib>
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri May 20, 2011 10:21 am

Re: Q about supported file types

abbu wrote:AVI file (d.avi) :sound is not played on vt20

Input #0, avi, from 'l:\test\d.avi':
Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 15 fps, 15 tbr, 15 tbn, 30k tbc
Stream #0.1: Audio: pcm_s16le, 22050 Hz, 1 channels, s16, 352 kb/s


Not sure that pcm audio is supported with AVI container and mpeg4 videocodec, I think audio must be transcode to aac or ac3

  Code:
           <Video targetContainer="mpegts" targetACodec="aac">
            <Matches container="avi" vCodec="mpeg4" aCodec="lpcm" />
         </Video>

or
  Code:
           <Video targetContainer="mpegts" targetACodec="ac3">
            <Matches container="avi" vCodec="mpeg4" aCodec="lpcm" />
         </Video>
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

abbu

Streaming enthusiast

Posts: 20

Joined: Thu May 19, 2011 7:45 am

Post Fri May 20, 2011 1:14 pm

Re: Q about supported file types

in both cases my vt 20 doen not recognize the avi file anymore :"can not read file "
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri May 20, 2011 2:18 pm

Re: Q about supported file types

So:
  Code:
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="avi" vCodec="mpeg4" aCodec="lpcm" />
         </Video>
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

abbu

Streaming enthusiast

Posts: 20

Joined: Thu May 19, 2011 7:45 am

Post Fri May 20, 2011 7:20 pm

Re: Q about supported file types

Now it works, accept that after 4 min the screen freezes and sound continious
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Fri May 20, 2011 8:10 pm

Re: Q about supported file types

How is your network setup?
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
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
<<

abbu

Streaming enthusiast

Posts: 20

Joined: Thu May 19, 2011 7:45 am

Post Sat May 21, 2011 7:53 am

Re: Q about supported file types

moltra wrote:How is your network setup?


pc-router-switch-Home av plug-panasonic
<<

abbu

Streaming enthusiast

Posts: 20

Joined: Thu May 19, 2011 7:45 am

Post Wed May 25, 2011 5:08 pm

Re: Q about supported file types

The freezing does not seem te be a real issue. So far many thanks for helping me out. This media server realy has turned out to be a great pleasure.

The only remaining file type which does not play is "flv". Any suggestions on how to make this file type play?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed May 25, 2011 5:13 pm

Re: Q about supported file types

abbu wrote:The only remaining file type which does not play is "flv". Any suggestions on how to make this file type play?


<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="avi" vCodec="mpeg4" aCodec="lpcm" />
<Matches container="flv" />
</Video>
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
Previous

Return to Panasonic

Who is online

Users browsing this forum: No registered users and 15 guests

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