home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
MPExtended
Test version of 0.4.3
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Oxan" data-source="post: 846930" data-attributes="member: 97484"><p>You can try adding the code below to C:\ProgramData\MPExtended\Streaming.xml, before the </transcoders> line (at the bottom of the file). After you restart the service, there should now be a "Flash Extreme LQ" profile which should fit inside your 400kbps. Unfortunately I forgot to count the audio stream size with the Flash Ultra LQ profile (so it's now 400 for video + 64 for audio). I didn't test it though, so let me know if you have any problems.</p><p></p><p>[code]</p><p> <transcoder></p><p> <name>Flash Extreme LQ</name></p><p> <description>Flash Extreme LQ</description></p><p> <bandwidth>1000</bandwidth></p><p> <target>pc-flash-video</target></p><p> <transport>http</transport></p><p> <mime>video/x-flv</mime></p><p> <videoStream>true</videoStream></p><p> <maxOutputWidth>480</maxOutputWidth></p><p> <maxOutputHeight>264</maxOutputHeight></p><p></p><p> <transcoderConfiguration implementation="MPExtended.Services.StreamingService.Transcoders.VLCWrapper"></p><p> <disableSeeking>no</disableSeeking></p><p> <path>Streaming\vlc-1.1.11\MPExtended.Libraries.VLCWrapper.exe</path></p><p> <options>--ffmpeg-hw</options></p><p> <tsOptions>--sout-mux-caching=5000</tsOptions></p><p> <encoder>vcodec=h264,vb=300,venc=x264{profile=baseline},acodec=mp4a,ab=64,channels=2,samplerate=48000,audio-sync</encoder></p><p> <muxer>:standard{access=file,mux=ffmpeg{mux=flv},dst=#OUT#}</muxer></p><p> </transcoderConfiguration></p><p> </transcoder>[/code]</p><p></p><p></p><p>Donations are very much appreciated through PayPal (see bottom of <a href="https://forum.team-mediaportal.com/threads/updated-24-jan-mpextended-webmediaportal-0-4-2.103881/" target="_blank">this post</a> for the link). If you'd like to donate another way, please send me a PM <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Oxan, post: 846930, member: 97484"] You can try adding the code below to C:\ProgramData\MPExtended\Streaming.xml, before the </transcoders> line (at the bottom of the file). After you restart the service, there should now be a "Flash Extreme LQ" profile which should fit inside your 400kbps. Unfortunately I forgot to count the audio stream size with the Flash Ultra LQ profile (so it's now 400 for video + 64 for audio). I didn't test it though, so let me know if you have any problems. [code] <transcoder> <name>Flash Extreme LQ</name> <description>Flash Extreme LQ</description> <bandwidth>1000</bandwidth> <target>pc-flash-video</target> <transport>http</transport> <mime>video/x-flv</mime> <videoStream>true</videoStream> <maxOutputWidth>480</maxOutputWidth> <maxOutputHeight>264</maxOutputHeight> <transcoderConfiguration implementation="MPExtended.Services.StreamingService.Transcoders.VLCWrapper"> <disableSeeking>no</disableSeeking> <path>Streaming\vlc-1.1.11\MPExtended.Libraries.VLCWrapper.exe</path> <options>--ffmpeg-hw</options> <tsOptions>--sout-mux-caching=5000</tsOptions> <encoder>vcodec=h264,vb=300,venc=x264{profile=baseline},acodec=mp4a,ab=64,channels=2,samplerate=48000,audio-sync</encoder> <muxer>:standard{access=file,mux=ffmpeg{mux=flv},dst=#OUT#}</muxer> </transcoderConfiguration> </transcoder>[/code] Donations are very much appreciated through PayPal (see bottom of [url=https://forum.team-mediaportal.com/threads/updated-24-jan-mpextended-webmediaportal-0-4-2.103881/]this post[/url] for the link). If you'd like to donate another way, please send me a PM :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
MPExtended
Test version of 0.4.3
Contact us
RSS
Top
Bottom