FAQ  •  Register  •  Login

A few questions...brand new newb here

<<

HellBoundSinner

Serviio newbie

Posts: 7

Joined: Wed Feb 09, 2011 6:23 am

Post Wed Feb 09, 2011 6:33 am

A few questions...brand new newb here

Hi all,

Just stumbled upon Serviio by accident and decided to give it a try. I added my folders and it recognized my PS3 with no problems. I am able to play everything so far except FLV files. Also it downloaded the cover art and such for movies...but some of the them are the incorrect ones for that movie. How do I go about changing those individual ones? Any help would be greatly appreciated.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Feb 09, 2011 9:42 am

Re: A few questions...brand new newb here

There is no transcoding config for fvl in the PS3 profile yet, so you can be the first to help with this ;-) Post ffmpeg -i of the flv file (viewtopic.php?f=5&t=1123).

Regarding inline metadata, you should name your files as described here: http://www.serviio.org/index.php?option ... icle&id=12
To update the metadata, the easiest is to rename the file (or its parent folder) and wait for the change to be picked up by Serviio or click Force refresh.
<<

HellBoundSinner

Serviio newbie

Posts: 7

Joined: Wed Feb 09, 2011 6:23 am

Post Wed Feb 09, 2011 7:53 pm

Re: A few questions...brand new newb here

Really loving this media server. I changed the names of the movies with the year added and it worked perfectly getting the new cover art. I am noticing too it doesn't want to transcode mov files either. I am going to try the ffmpeg of the flv files to help out now. Thanks again for this cool program.
<<

HellBoundSinner

Serviio newbie

Posts: 7

Joined: Wed Feb 09, 2011 6:23 am

Post Wed Feb 09, 2011 8:01 pm

FLV information

C:\Program Files (x86)\Serviio\lib>ffmpeg.exe -i "D:\Multimedia\Funny Clips\Flas
h Videos\asteroid hitting earth.flv"
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
[flv @ 010fbca0] Estimating duration from bitrate, this may be inaccurate

Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000
/1) -> 25.00 (25/1)
Input #0, flv, from 'D:\Multimedia\Funny Clips\Flash Videos\asteroid hitting ear
th.flv':
Metadata:
duration : 287
lasttimestamp : 287
datasize : 17672018
metadatacreator : FlixEngineLinux_8.0.11.0 (www.on2.com)
canSeekToEnd : 1
videocodecid : 4
width : 480
height : 352
videodatarate : 419
framerate : 25
videosize : 15372616
audiocodecid : 2
audiodatarate : 63
audiosize : 2299402
Duration: 00:04:47.41, start: 0.000000, bitrate: 492 kb/s
Stream #0.0: Video: vp6f, yuv420p, 480x352, 428 kb/s, 25 tbr, 1k tbn, 1k tbc

Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 64 kb/s
At least one output file must be specified

C:\Program Files (x86)\Serviio\lib>
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Feb 09, 2011 8:48 pm

Re: A few questions...brand new newb here

Try this updated PS3 profile:

  Code:
<Profile id="4" name="Playstation 3" extendsProfileId="1">
      <Detection>
         <HttpHeaders>
            <X-AV-Client-Info>.*PLAYSTATION 3.*</X-AV-Client-Info>
         </HttpHeaders>   
      </Detection>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
         <!--
            remux MKV with any video to MPEG2TS and possibly change audio to ac3, also AVI anfd FLV with H264
         -->
         <Video targetContainer="mpegts" targetACodec="ac3">
            <Matches container="matroska" />
            <Matches container="avi" vCodec="h264" />
            <Matches container="flv" vCodec="h264" />
         </Video>
         <!-- all other unplayable files just transcode to mpeg2 -->
         <Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video">
            <Matches container="flv" />
         </Video>
      </Transcoding>
      <LimitImageResolution>false</LimitImageResolution>
   </Profile>
<<

HellBoundSinner

Serviio newbie

Posts: 7

Joined: Wed Feb 09, 2011 6:23 am

Post Sun Feb 13, 2011 9:20 pm

Re: A few questions...brand new newb here

Zip,

Sorry to be dumb about this...how do I add this profile to the Playstation 3 profile?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Feb 13, 2011 10:44 pm

Re: A few questions...brand new newb here

http://www.serviio.org/index.php?option ... icle&id=16

Just replace the ps3 profile in that file with the text provided above.
<<

HellBoundSinner

Serviio newbie

Posts: 7

Joined: Wed Feb 09, 2011 6:23 am

Post Sat Feb 19, 2011 12:10 am

Re: A few questions...brand new newb here

Zip,

Applied the profile...now when i go into my folder that has flash movies...it will give a thumbnail now...so that's a good sign...however on that video I posted the information about, it plays the video and not the audio.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Feb 19, 2011 12:53 am

Re: A few questions...brand new newb here

try replacing this

  Code:
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video">
            <Matches container="flv" />
         </Video>


with this

  Code:
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" aBitrate="384">
            <Matches container="flv" />
         </Video>


in the profile above
<<

HellBoundSinner

Serviio newbie

Posts: 7

Joined: Wed Feb 09, 2011 6:23 am

Post Mon Mar 07, 2011 3:15 am

Re: A few questions...brand new newb here

Applied the profile and now that file plays...I tried some of the others...they will play but the sound is out of sync with the video. It's getting very close :D
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Mar 07, 2011 12:27 pm

Re: A few questions...brand new newb here

And with:
  Code:
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" aBitrate="192">
            <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

Return to Sony

Who is online

Users browsing this forum: No registered users and 13 guests

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