Page 1 of 1

A few questions...brand new newb here

PostPosted: Wed Feb 09, 2011 6:33 am
by HellBoundSinner
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.

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

PostPosted: Wed Feb 09, 2011 9:42 am
by zip
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.

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

PostPosted: Wed Feb 09, 2011 7:53 pm
by HellBoundSinner
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.

FLV information

PostPosted: Wed Feb 09, 2011 8:01 pm
by HellBoundSinner
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>

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

PostPosted: Wed Feb 09, 2011 8:48 pm
by zip
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>

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

PostPosted: Sun Feb 13, 2011 9:20 pm
by HellBoundSinner
Zip,

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

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

PostPosted: Sun Feb 13, 2011 10:44 pm
by zip
http://www.serviio.org/index.php?option ... icle&id=16

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

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

PostPosted: Sat Feb 19, 2011 12:10 am
by HellBoundSinner
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.

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

PostPosted: Sat Feb 19, 2011 12:53 am
by zip
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

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

PostPosted: Mon Mar 07, 2011 3:15 am
by HellBoundSinner
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

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

PostPosted: Mon Mar 07, 2011 12:27 pm
by Illico
And with:
  Code:
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" aBitrate="192">
            <Matches container="flv" />
         </Video>