I've got a problem with streaming videos to my touchpad through an app called bHome. MP3s work perfectly as they have native support on WebOS. However, the only video format it will support is MP4. I have tried created a conf file to rectify this and force it to transcode avi files to MP4 format which has been adapted from the Samsung preset. When accessing the file it does start to transcode but the container type is still set to [avi] and the video is [mpeg4]. I'm guessing it has something to do with changing the container type - which if I am correct you need to mux it across (however this is the limit of my knowledge and I'm not sure where to go!
Here is my conf file:
- Code: Select all
RendererName=HP Touchpad
RendererIcon=touchpad.png
UserAgentSearch=BSS webOS Device Discover UPnP/1.0 DLNADOC/1.50
Video=true
Audio=true
Image=true
SeekByTime=false
TranscodeVideo=MPEGAC3
TranscodeAudio=WAV
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=true
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
MimeTypesChanges=audio/wav=audio/L16
TranscodeExtensions=mov,avi
StreamExtensions=mp3,mp4,wav
Any help would be greatly appreciated!
Thankyou!
