Vizio M Series

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
Post Reply
badincite
Posts: 13
Joined: Mon Apr 15, 2013 9:39 am

Vizio M Series

Post by badincite »

Anyone got the vizio m series working with this? I've tired a bunch of different config files but most of them don't work they just lock the TV up and it looks like it tries to render the whole movie before it plays. May exact model number is "M501d-A2R"
jlane628
Posts: 4
Joined: Wed Jun 26, 2013 6:10 am

Re: Vizio M Series

Post by jlane628 »

Hi, I've got a M550VSE partly working. I don't know if this directly translates from ps3ms or not but the code below is from there. Don't know a whole lot, but the basic ps3.conf was really close for me. Another person on this board said they had this problem and solved it, but haven't heard how yet. (viewtopic.php?f=5&t=487#p2421) I have been able to play some files that are .avi with MPEG-4(XVID) video and MPEG Audio(MP3) and MPEG-4 base files with AVC video and AAC audio, but only files so far that are shorter shows. I can play files that are up to 21 m 16 s so far, but video with the same media info that's 46 m does not work. Also, the renderer icon is incorrect for me.

Code: Select all

#----------------------------------------------------------------------------
# Profile for Vizio Smart TV.
# See PS3.conf for a description of all possible configuration options.
#

RendererName=Vizio Smart TV
RendererIcon=braviaex.png
UserAgentSearch = IPI/1.0 UPnP/1.0 DLNADOC/1.50
 
Video = true
Audio = true
Image = true
SeekByTime = true
DLNALocalizationRequired = false
MediaInfo = true
CreateDLNATreeFaster = true
TranscodeVideo = MPEGPSAC3
TranscodeAudio = WAV
# changed vbvbuff size to true since last attempt
DefaultVBVBufSize = true
MuxH264ToMpegTS = true
MuxDTSToMpeg = false
WrapDTSIntoPCM = true
MuxLPCMToMpeg = true
MaxVideoBitrateMbps = 0
MaxVideoWidth = 1920
MaxVideoHeight = 1080
H264Level41Limited = true
TranscodeAudioTo441kHz = false
TranscodeFastStart = true
TranscodedVideoFileSize = -1
MimeTypesChanges = video/avi=video/x-divx
TranscodeExtensions =
StreamExtensions =
ForceJPGThumbnails = false
ChunkedTransfer = false
CustomMencoderQualitySettings =
CustomMencoderOptions =
SubtitleHttpHeader =
AutoExifRotate = true



# [Supported video formats]:
# Here we declare support (or lack) of DTS (here, none of the entries declare
# DTS as a supported audio codec)
Supported = f:mpegps|mpegts    v:mpeg1|mpeg2|mp4|h264    a:ac3|lpcm|aac|mpa        m:video/mpeg
# No H264 for AVI files, plus specific mediainfo attributes, for better auto
# detection. gmc is not supported here.
Supported = f:avi|divx    v:mp4|divx|mjpeg        a:mp3|lpcm|mpa|ac3        m:video/x-divx        gmc:0
Supported = f:mp4    v:mp4|h264        a:ac3|aac        m:video/mp4
# WMV files are supported, but not with 5.1 audio: (hence the n:2)
Supported = f:wmv    v:wmv|vc1        a:wma        n:2        m:video/x-ms-wmv

# [Supported audio formats]:
Supported = f:wav        a:dts|lpcm        n:6        s:48000        m:audio/wav
Supported = f:wav        n:2        s:48000        m:audio/wav
Supported = f:mp3        n:2        m:audio/mpeg
# Apple lossless not supported
Supported = f:aac        n:2        a:(?!alac).+        m:audio/x-m4a
Supported = f:wma        n:2        m:audio/x-ms-wma
Supported = f:atrac      n:2        m:audio/x-oma

# [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
badincite
Posts: 13
Joined: Mon Apr 15, 2013 9:39 am

Re: Vizio M Series

Post by badincite »

Well this config wont show any folders once I browse to universal media server
jlane628
Posts: 4
Joined: Wed Jun 26, 2013 6:10 am

Re: Vizio M Series

Post by jlane628 »

Is it showing up in your renderers area on the main page after it's connected? It's possible since you have a different tv model that yours has a different user-agent string. You can try making this the default file and then removing the user-agent string, but since it's not a rock solid .conf file, not sure you want to go through with it. Also, this is fairly working for me on ps3ms, so possibly there are some differences in UMS I'm not aware of. Sorry it was a no go.
badincite
Posts: 13
Joined: Mon Apr 15, 2013 9:39 am

Re: Vizio M Series

Post by badincite »

jlane628 wrote:Is it showing up in your renderers area on the main page after it's connected? It's possible since you have a different tv model that yours has a different user-agent string. You can try making this the default file and then removing the user-agent string, but since it's not a rock solid .conf file, not sure you want to go through with it. Also, this is fairly working for me on ps3ms, so possibly there are some differences in UMS I'm not aware of. Sorry it was a no go.
Yeah I shows up as a vizio smart tv. Im a newb where or how do I edit the user-agent string?
jlane628
Posts: 4
Joined: Wed Jun 26, 2013 6:10 am

Re: Vizio M Series

Post by jlane628 »

If it shows up as vizio smart tv then you don't need to edit the user string. If you did, you could edit the .conf file in notepad, but that's not necessary in this case. I've never had trouble with folders not showing up. You could try changing the CreateDLNATreeFaster to false. the other options you could try switching one at a time would be dlnalocaliztionrequired and maybe the mediainfo one. It's more likely that somehow in moving conf files around you either didn't restart the server after some changes or the folder has been removed by accident in the general tab on the settings. Sorry, but I'm grasping at straws to get as far as I have, so I'm probably not going to be much help with troubleshooting another setup.
badincite
Posts: 13
Joined: Mon Apr 15, 2013 9:39 am

Re: Vizio M Series

Post by badincite »

Ill take a look at it again when I get home maybe I can get some more info. I defiantly restarted the server after installing the .conf file, I have another one that's shows the files but locks up once you click one I will compare the two


Update I think this is the one that shows the files but locks up

Code: Select all

# ps3mediaserver renderer profile for Vizio SmartTV with Yahoo Widgets
# Refer to PS3.conf for help

RendererName=Vizio SmartTV
RendererIcon=braviaex.png
UserAgentSearch = IPI/1.0 UPnP/1.0 DLNADOC/1.50

Video=true
Audio=true
Image=true
SeekByTime=true
TranscodeVideo=MPEGPSAC3
TranscodeAudio=LPCM
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
MimeTypesChanges=audio/wav=audio/L16|video/mp4=video/mpeg
DLNALocalizationRequired=true
TranscodeExtensions=dvr-ms,dvr,mkv,dv,ty,mov,ogm,hdmov,hdm,rmv,rmvb,rm,asf,evo,asx,flv,m2v,mpe,mod,tivo,ty,tmf,ts,tp,m2p,mp4,m4v,avi,wmv,wm,divx,div,flac,mlp,fla,wma,m4a,aac,dts,mka,ape,ogg,shn,mpc,ra,mp2,wv,oma,aa3,gif,png,arw,cr2,crw,dng,raf,mrw,nef,pef,tif,tiff
StreamExtensions=

# For Bravia TVs and Sony Bluray players
ForceJPGThumbnails=true

MediaInfo=true
CreateDLNATreeFaster = false
# [Supported video formats]:
# Here we declare support (or lack) of DTS (here, none of the entries declare dts as a supported audio codec)
Supported = f:mpegps|mpegts v:mpeg1|mpeg2|mp4|h264 a:ac3|lpcm|aac|mpa m:video/mpeg
# No H264 for AVI files, plus specific mediainfo attributes, for better auto detection (qpel and gmc are not supported here)
Supported = f:avi|divx v:mp4|divx|mjpeg a:mp3|lpcm|mpa|ac3 m:video/x-divx qpel:no gmc:0
Supported = f:mp4 v:mp4|h264 a:ac3|aac m:video/mp4
# WMV files are supported, but not with 5.1 audio: (hence the n:2)
Supported = f:wmv v:wmv|vc1 a:wma n:2 m:video/x-ms-wmv
# [Supported audio formats]:
Supported = f:wav a:dts|lpcm n:6 s:48000 m:audio/wav
Supported = f:wav n:2 s:48000 m:audio/wav
Supported = f:mp3 n:2 m:audio/mpeg
# Apple lossless not supported
Supported = f:aac n:2 a:(?!alac).+ m:audio/x-m4a
Supported = f:wma n:2 m:audio/x-ms-wma
Supported = f:atrac n:2 m:audio/x-oma
# [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
badincite
Posts: 13
Joined: Mon Apr 15, 2013 9:39 am

Re: Vizio M Series

Post by badincite »

Update serviio server is working with it.. still would rather have UMS :|
Ranger187
Posts: 105
Joined: Sun Jun 03, 2012 12:11 am
Contact:

Re: Vizio M Series

Post by Ranger187 »

Gimme a bit, I just got the Vizio M501d-a2r so I'll be trying to work on it. I already got the Sony BDP-S590 to work with UMS (they updated the renderer info with my new config builds ago) so I'll give this a shot. ;)
Ranger187
Posts: 105
Joined: Sun Jun 03, 2012 12:11 am
Contact:

Re: Vizio M Series

Post by Ranger187 »

Follow this thread: viewtopic.php?f=5&t=487&p=8400#p8398

I'm using a M501d-a2r.
Post Reply