FAQ  •  Register  •  Login

[1.0.1]MediaBrowser Questions/Requests.

<<

Satras

Streaming enthusiast

Posts: 33

Joined: Thu Jul 12, 2012 5:18 pm

Post Fri Aug 17, 2012 10:41 am

[1.0.1]MediaBrowser Questions/Requests.

Hey, first of all I like 1.x. Nice work !
I'm thinking about actually buying it :)

I got a few questions and maybe feature requests.

  • Quality Settings:

    There should be another setting called something like "good" before using "Original".
    I see that Low uses around 2Mbit/s, Medium somethjing between 2 and 3 Mbit.
    I have 10MBit Upstream and would like to see a profile for like ~8 Mbit if possible ?
  • Language settings:
    I rip my DVD/BD with multible languages, it would be cool to have an option to switch languages and to see subtitles
  • Black Borders removal
    Sometimes it chops off the black border on top only when I am switching to fullscreen. The border on the bottom stays so the whole video becomes de-centered.
  • Playlist for Videos
    I really want to have a drag and drop playlist for video files. So that once one video is done, the next one starts.
  • Fast Forward
    There is no option to fast forward, moving the slider does not work
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Aug 17, 2012 10:52 am

Re: [1.0.1]MediaBrowser Questions/Requests.

HI, some of the things you mention will hopefully make it there soon. Regarding qualities, you can fine tune your application-profiles.xml (flv_player profile) and update the target bitrates to your needs.
<<

Satras

Streaming enthusiast

Posts: 33

Joined: Thu Jul 12, 2012 5:18 pm

Post Fri Aug 17, 2012 12:36 pm

Re: [1.0.1]MediaBrowser Questions/Requests.

Sweeeeeet !! Like the way you support your product !

I will give it a whirl ... will buy the pro version later this weekend *like*

Edit:

If anyone wonders how to do the Modifiaction of the bitrate:

Open up

(64 bit OS)
  Code:
C:\Program Files (x86)\Serviio\config\application-profiles.xml


And edit the below lines

  Code:
<Profile id="flv_player" name="Flash player" extendsProfileId="1" alwaysEnableTranscoding="false" selectable="true">
      <Transcoding>
      
         <Video targetContainer="flv" targetACodec="mp3"  forceStereo="true" aSamplerate="44100">
            <Matches container="matroska" vCodec="h264" squarePixels="true" />
            <Matches container="mp4" vCodec="h264" squarePixels="true"/>
            <Matches container="avi" vCodec="h264" squarePixels="true"/>
            <Matches container="mpegts" vCodec="h264" squarePixels="true"/>
            <Matches container="3gp" vCodec="h264" squarePixels="true"/>            
         </Video>
         <Video targetContainer="flv" targetVCodec="flv" targetACodec="mp3" forceStereo="true" aSamplerate="44100">
            <Matches container="matroska" />
            <Matches container="mp4" />
            <Matches container="avi" />
            <Matches container="mpegts" />
            <Matches container="3gp" />
            <Matches container="asf" />
            <Matches container="mpeg" />
            <Matches container="mpegts" />
            <Matches container="ogg" />
            <Matches container="wtv" />
         </Video>
         <Audio targetContainer="mp3">
            <Matches container="mp4" />
            <Matches container="flac" />
            <Matches container="ogg" />
            <Matches container="lpcm" />
            <Matches container="adts" />
            <Matches container="asf" />
         </Audio>
      </Transcoding>
      <OnlineTranscoding keepStreamOpen="false">
         <Video targetContainer="flv" targetACodec="mp3" forceStereo="true" aSamplerate="44100">      
            <Matches container="flv" /> <!-- vp6, flv or h264 -->
            <Matches container="applehttp" vCodec="h264" squarePixels="true"/>
         </Video>
         <Video targetContainer="flv" targetVCodec="flv" targetACodec="mp3" forceStereo="true" aSamplerate="44100">         
            <Matches container="rtp"/>
            <Matches container="rtsp"/>
            <Matches container="applehttp"/>
            <Matches container="asf"/>
         </Video>
      </OnlineTranscoding>
      <AlternativeQualities>
         <Quality type="MEDIUM">
            <Transcoding>
               <Video targetContainer="flv" targetVCodec="flv" targetACodec="mp3" forceStereo="true" aSamplerate="44100" maxVBitrate="8000" maxHeight="576">
                  <Matches container="*" />
               </Video>
            </Transcoding>
            <OnlineTranscoding keepStreamOpen="false">
               <Video targetContainer="flv" targetVCodec="flv" targetACodec="mp3" forceStereo="true" aSamplerate="44100" maxVBitrate="8000" maxHeight="576">
                  <Matches container="*" />
               </Video>
            </OnlineTranscoding>
         </Quality>
         <Quality type="LOW">
            <Transcoding>
               <Video targetContainer="flv" targetVCodec="flv" targetACodec="mp3" forceStereo="true" aSamplerate="22050" maxVBitrate="500" maxHeight="200">
                  <Matches container="*" />
               </Video>
            </Transcoding>
            <OnlineTranscoding keepStreamOpen="false">
               <Video targetContainer="flv" targetVCodec="flv" targetACodec="mp3" forceStereo="true" aSamplerate="44100" maxVBitrate="500" maxHeight="200">
                  <Matches container="*" />
               </Video>
            </OnlineTranscoding>
         </Quality>
      </AlternativeQualities>            
      <SubtitlesMimeType>text/srt</SubtitlesMimeType>      
   </Profile>


as you can see I have changed the "maxVBitrate="8000"" to 8000 up from 1000

this works fine on a 10Mbit upstream port.

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 40 guests

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