OK so I posted the question in the Roku forum, and was informed that FF and RW should work on transcoded files if transcoded using the HLS format.
So I went ahead and set Serviio’s transcoding to applehttp (HLS) with video codec h.264 and Audio Codec AAC.
I successfully tested it on the following containers: avi, wmv, and most importantly DVD vob files as well at wtv files, and was indeed able to FF and RW!
I did find two limitations while testing vob files and wtv files.
1- I found I needed to set a maximum video bit rate or else some wtv files (that can go pretty high) would not play.
Right now I use a max video bit rate of 15000 and that is plenty so no issue there
2- More problematic is the fact that If the file has more than 2 audio channels (most have 6) it does not play at all or gives no audio. I had to set Serviio to force stereo audio transcoding and then all was good.
I have asked in the Roku forum (below) if this is indeed a limitation of if there may be a workaround, we will see if I get an answer.
http://forums.roku.com/viewtopic.php?f= ... 37#p496837If someone here has suggestion on other things I could test to make 6 channel audio work on Roku when transcoding using HLS (h.264 / AAC), let me know.
Right now I am using a modified version of atc98092 where I changed the transcoding section to use applehttp with h.264 vcodec, AAC Acodec, a mav video bitrate and force stereo (see below)
- Code:
<Video targetContainer="applehttp" targetVCodec="h264" targetACodec="aac" maxVBitrate="15000" forceStereo="true">
<Matches container="asf" />
<Matches container="mpegvideo" />
<Matches container="mpeg" />
<Matches container="mpegts" />
<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>
but already this will make a big difference on the usefulness of the Roku for me as being able to FF and RW recorded TV (wtv) AND DVDs (vob) is pretty important.