Sat Jul 13, 2013 5:06 pm by chaneru
Thanks !
It works, rebuffers a lot, changed max video down to 1500 and much better. I guess this would depend on your network. It wasn't Serviio, transcoding was done, Roku couldn't handle the rate across WIFI. Need to try it on a LAN connection.
No problem with my FLV or AVI files. HD MKV files don't appear to be selected for transcoding ?
Ran a AVI movie from the same Serviio server simultaneously from 4 different Roku boxes (HD, Roku XDS, Roku 2 XS and Roku 3) and all played fine.
Is there any way to throttle ffmpeg besides cutting down on the number of cores ?
Can this profile be improved ?- Code:
<Profile id="Roku" name="Chaneru" extendsProfileId="1">
<Detection>
<HttpHeaders>
<User-Agent>(.*ROKU.*)|(.*CHANERU.*)</User-Agent>
</HttpHeaders>
</Detection>
<DeviceDescription>
<ModelName>Chaneru for Serviio</ModelName>
<Manufacturer>Chaneru Inc</Manufacturer>
</DeviceDescription>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_MP_SD_AAC_MULT5</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_MP_SD_MPEG1_L3</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_MP_SD_AC3</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_MP_HD_720p_AAC</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_MP_HD_1080i_AAC</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_HP_HD_AAC</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_LPCM</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">MPEG4_P2_MP4_ASP_AAC</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">MPEG4_P2_MP4_SP_L6_AAC</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">MPEG4_P2_MP4_NDSD</MediaFormatProfile>
<MediaFormatProfile mime-type="audio/mpeg">MP3</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<Video targetContainer="applehttp" targetVCodec="h264" maxVBitrate="1500" targetACodec="aac">
<Matches container="asf" />
<Matches container="mpegvideo" />
<Matches container="mpeg" />
<Matches container="mpegts" />
<Matches container="matroska" />
<Matches container="avi" />
<Matches container="flv" />
<Matches container="wtv" />
<Matches container="ogg" />
<Matches container="3gp" />
<Matches container="rtp" />
<Matches container="rtsp" />
<Matches container="rm" />
</Video>
<Audio targetContainer="mp3">
<Matches container="*" /> <!-- Convert everything to mp3 -->
</Audio>
</Transcoding>
<AutomaticImageRotation>true</AutomaticImageRotation>
</Profile>