Re: have a renderer conf for VLC as a DLNA/UPnP client?
Posted: Mon Mar 16, 2015 8:40 am
In transcoding settings, set:
Global transcoding settings > Audio settings > 2 channels
Global transcoding settings > Audio settings > Uncheck all checkboxes (LPCM, keep AC3, keep DTS).
Edit Apple-iDevice.conf with:
I've set MaxVideoBitrateMbps = 8 and max bitrate to 12mb (b:12582912) because my WiFi maxes at ~15Mbps. Try yours at http://speedof.me/ and adapt those settings.
Not sure this is exactly what VLC for IOS support, but at least it's working since AC3 is disabled, transcoder uses AAC, and bandwidth is limited.
But the big issue is the unability to jump in time, whatever the SeekByTime option... help apprectiated.
That's only happenning with H264 video or AAC audio... which is the only viable playback option.
Global transcoding settings > Audio settings > 2 channels
Global transcoding settings > Audio settings > Uncheck all checkboxes (LPCM, keep AC3, keep DTS).
Edit Apple-iDevice.conf with:
I've set MaxVideoBitrateMbps = 8 and max bitrate to 12mb (b:12582912) because my WiFi maxes at ~15Mbps. Try yours at http://speedof.me/ and adapt those settings.
Code: Select all
UserAgentSearch = Darwin|AppleCoreMedia|nPlayer|Twonky|8player|yxplayer2|MPlayer |NSPlayer/4|AirAV|AcePlayer
TranscodeVideo = MPEGTS-H264-AAC
TranscodeAudio = WAV
MaxVideoBitrateMbps = 8
#StreamExtensions = asf,wmv,avi,divx,mp4,m4v,mov,3gp,3g2,mkv,ts,trp,tp,mts,m2ts,vob,mpg,mpeg,mp3,jpg,jpeg,jpe,jps,mpo,ogg,hdmov,hdm,flac,fla,dts,asx,m2v
AutoExifRotate = true
MediaInfo = true
# Supported video formats:
Supported = f:avi|divx v:h264|mjpeg|mp4|divx|mpeg1|mpeg2|sor|vc1 a:adpcm|aac|aac-he|lpcm|mp3|mpa m:video/avi gmc:0
Supported = f:mkv v:h264|mjpeg|mp4|divx|mpeg1|mpeg2|sor|vc1 a:adpcm|aac|aac-he|lpcm|mp3|mpa m:video/x-matroska b:12582912
Supported = f:mp4 v:h264|mjpeg|mp4|divx|mpeg1|mpeg2|sor|vc1 a:adpcm|aac|aac-he|lpcm|mp3|mpa m:video/mp4 b:12582912
Supported = f:mpegps|mpegts v:h264|mjpeg|mp4|divx|mpeg1|mpeg2|sor|vc1 a:adpcm|aac|aac-he|lpcm|mp3|mpa m:video/mpeg b:12582912
Supported = f:mpegps|mpegts v:h265 a:adpcm|aac|aac-he|lpcm|mp3|mpa m:video/mpeg b:6291456
# Supported audio formats:
Supported = f:wav a:dts n:6 s:48000 m:audio/wav
Supported = f:wav a:lpcm n:6 s:48000 m:audio/l16
Supported = f:wav n:2 s:48000 m:audio/wav
Supported = f:mp3 n:2 m:audio/mpeg
Supported = f:aac a:(?!alac).+ n:2 m:audio/x-m4a
Supported = f:wma n:2 m:audio/x-ms-wma
Supported = f:atrac n:2 m:audio/x-oma
Supported = f:lpcm a:lpcm n:6 s:48000 m:audio/l16
# Supported image formats:
Supported = f:jpg m:image/jpeg
Supported = f:png m:image/png
Supported = f:gif m:image/gif
Supported = f:tiff m:image/tiff
But the big issue is the unability to jump in time, whatever the SeekByTime option... help apprectiated.

That's only happenning with H264 video or AAC audio... which is the only viable playback option.