Page 1 of 1

Just play the damn video :)

Posted: Sun Jan 13, 2013 8:12 am
by matrixebiz
Hello, trying to create my own conf but not sure what to have in the [Supported video formats]: section to just play all videos.

If i leave it with no renderer and have UMS select Unknown Renderer then the video play fine so what can I use in the conf for [Supported video formats]: that the Unknown Renderer uses so I can just play the damn movie instead of my DVD player saying unsupported format :(

Re: Just play the damn video :)

Posted: Sat Jan 26, 2013 4:18 pm
by SubJunk
I think the unknown renderer just streams everything so try adding every file extension to the stream list on the conf file

Re: Just play the damn video :)

Posted: Sun Jan 27, 2013 7:10 am
by matrixebiz
Ok and what line would that be called?

Trying to modify the video conversion section but cannot find the correct settings;
Supported = f:mpegps|mpegts v:mpeg1|mpeg2 a:ac3|dts|lpcm|mpa|mp3 m:video/mpeg
Supported = f:mpegts v:h264|vc1 a:ac3|dts|dtshd|truehd|aac|lpcm|mpa|mp3 m:video/vnd.dlna.mpeg-tts
Supported = f:mp4|m4v v:mp4|h264 a:ac3|dts|dtshd|truehd|aac|lpcm|mpa|mp3 m:video/mpeg
######### NON-US MODELS: CHANGE THE FOLLOWING 2 MIME-TYPES TO m:video/divx
Supported = f:avi|divx v:divx|mp4 a:ac3|lpcm|mpa|mp3 m:video/mpeg
Supported = f:mkv v:mp4|divx|h264 a:ac3|dts|dtshd|truehd|aac|lpcm|mpa|mp3 m:video/vnd.dlna.mpeg-tts

Is there another line to add in the conf to just stream everything without any conversion like what the Unknown Renderer option does? Deleting this section still doesn't play the avi, gives the File not supported error on my player.

Thanks

Re: Just play the damn video :)

Posted: Fri Feb 01, 2013 3:08 pm
by SubJunk
You can try setting the following lines:

MediaInfo = false
StreamExtensions = avi

Re: Just play the damn video :)

Posted: Sun Feb 03, 2013 4:32 am
by matrixebiz
Hi, now everything just Transcodes. Here is my conf; anything I should change?

Code: Select all

RendererName=Toshiba BDX3300
RendererIcon=C:\\Program Files\\Universal Media Server\\rsz_1bdx3300.png
UserAgentSearch = IPI/1.0
UserAgentAdditionalHeader = BD-Player
UserAgentAdditionalHeaderSearch = 
Video = true
Audio = true
Image = true
SeekByTime = exclusive
DLNALocalizationRequired = false
MediaInfo = false
CreateDLNATreeFaster = true
TranscodeVideo = MPEGPSAC3
TranscodeAudio = WAV
DefaultVBVBufSize = false
MuxH264ToMpegTS = true
MuxDTSToMpeg = true
WrapDTSIntoPCM = true
MuxLPCMToMpeg = true
MaxVideoBitrateMbps = 5
MaxVideoWidth = 1920
MaxVideoHeight = 1080
H264Level41Limited = true
TranscodeAudioTo441kHz = false
TranscodeFastStart = false
TranscodedVideoFileSize = 100000000
TranscodeExtensions =
StreamExtensions = MP3, JPEG, JPG, MKV, JPEG, MP4, WMA, AVI, AVCHD, BMP, GIF, MPEG
ForceJPGThumbnails = true
ChunkedTransfer = false
CustomMencoderQualitySettings =
CustomMencoderOptions =
SubtitleHttpHeader =
AutoExifRotate = true

Re: Just play the damn video :)

Posted: Sun Feb 24, 2013 12:03 pm
by matrixebiz
What do you think?