Fri Apr 13, 2012 2:45 am by npuser
@patters - Before serviio-buddy's work around, i was only able to get online streams to work by adding maxVBitrate="1000" within online transcoding section of my renderer's profile. With that Video Bit rate, the picture quality was really bad but at least it did not cause Sony BDP-bx57 to crash (pink screen). I am not sure if this info will give you any clues as to what is going on.
- Code:
<OnlineTranscoding>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<Matches container="rtp"/>
<Matches container="rtsp"/>
<Matches container="applehttp"/>
</Video>
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" aBitrate="192" maxVBitrate="1000">
<Matches container="mp4" vCodec="h264" profile="baseline" ftypNotIn="isom"/>
<Matches container="flv" vCodec="h264" />
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="asf"/> <!-- to support mms:// streams -->
</Video>
<Audio targetContainer="mp3" aBitrate="384" forceInheritance="true">
<Matches container="flv"/>
<Matches container="asf"/>
</Audio>
</OnlineTranscoding>
I still remember a strange behavior exhibited by my bdp-bx57, when i set the maxVBrate to between 1100 to 2000 - the unit locked up with a red screen, between 2000 to 10000 - a purple screen, from 10000 upto 17000 - a pink screen.
Once i got serviio-buddy's work around which worked for me, i never looked back since.
thanks
NPuser