Page 1 of 1

Different bitrate flash

PostPosted: Thu Jul 24, 2014 9:11 am
by VICHEPHY
Hi,

First, i must admit I am not familiar with Streaming Media Server. But i know what i want. So could you help me to see could serviio meet my request?

I need play flash with different bitrate, 1M, 5M, 10M... with 1080p, 720p... with different FPS...
I have the source files with MP4 format and link them with Serviio via Serviio console -> Library -> Shared folder -> Add local...

Here is the problem, when i play these files through Serviio mediabrowser, all these files looks like playing with the same bitrate.

i suppose the Serviio transcode the source file to the same bitrate, right?
Could i find what i want in Serviio Streaming Media Server?

Thanks,
Fei

Re: Different bitrate flash

PostPosted: Thu Jul 24, 2014 9:46 am
by VICHEPHY
I find something about my question. The transcoding is controled by profile.
The default bitrate of transcoding is 192, right?
----
aBitrate - optional; audio bitrate [kbit/sec] to use when transcoding audio track, default is 192
----


So if i add <Video targetContainer="mp4" aBitrate="1024">, the flash will display with 1024 bitrate?

Re: Different bitrate flash

PostPosted: Thu Jul 24, 2014 4:06 pm
by jhb50
No. aBitrate is just for the audio stream. The video stream will play at the original file bitrate or to a maximum of maxVBitrate if that parameter is set.