Page 1 of 2

stream movie to DLNA client not support format

Posted: Wed Jun 18, 2014 7:42 am
by christophe195
Hello,

i want to send a movie to a DLNA client but it wont play. After a search i have found that that format not working on my client. Can i set UMS so it convert to the right format wen it stream's the movie?

Working video format's
  • MPEG_PS_NTSC
    MPEG_PS_PAL
    MPEG_TS_SD_NA
    MPEG_TS_SD_NA_ISO
    MPEG_TS_SD_NA_T
    MPEG_TS_HD_NA_T
    MPEG_TS_HD_NA_ISO
    MPEG_TS_HD_NA
    MPEG_TS_SD_KO
    MPEG_TS_SD_KO_T
    MPEG_TS_SD_KO_ISO
    MPEG_TS_HD_KO
    MPEG_TS_HD_KO_T
    MPEG_TS_HD_KO_ISO
    MPEG_TS_SD_EU
    MPEG_TS_SD_EU_ISO
    MPEG_TS_SD_EU_T
    AVC_MP4_BL_CIF15_AAC_520
    AVC/H.264
    MPEG-4 Part2
    MPEG-1
    XVID
Tanks.

Re: stream movie to DLNA client not support format

Posted: Wed Jun 18, 2014 8:53 am
by valib

Re: stream movie to DLNA client not support format

Posted: Wed Jun 18, 2014 11:21 pm
by christophe195
I have tried multiple renders. The panasonic TV works, i have video and sub but no audio.
How can i fix that? i down't now what the client support.

Re: stream movie to DLNA client not support format

Posted: Thu Jun 19, 2014 1:35 am
by valib
Please again follow the How to ask for support. We need more information to help you eg. what is your renderer, setting etc.

Re: stream movie to DLNA client not support format

Posted: Thu Jun 19, 2014 4:35 am
by christophe195
sorry this is new for me. do you mean this:

this is the file from my self edit render, i have video and subtitle but no audio:

Code: Select all

RendererName=my box
RendererIcon=ps3.png

UserAgentAdditionalHeader=
UserAgentAdditionalHeaderSearch=
Video=true
Audio=true
Image=true
SeekByTime=false
TranscodeVideo=MPEGTSAC3
TranscodeAudio=asf
DefaultVBVBufSize=true
MuxH264ToMpegTS=false
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
#MimeTypesChanges=
DLNALocalizationRequired=true
#TranscodeExtensions=
#StreamExtensions=
MediaParserV2_ThumbnailGeneration=false

ForceJPGThumbnails=true
ChunkedTransfer=true
TextWrap = width:52 indent:10 height:3 whitespace:9 date:0

MediaInfo=true

# Supported audio formats:
Supported = f:wma    n:2   m:audio/mpeg
Supported = f:mp3    n:2   m:audio/mpeg
Supported = f:lpcm   n:2   m:audio/L16   s:48000

# Supported image formats:
Supported = f:jpg   m:image/jpeg

# Supported video formats:
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
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
this code give me audio and video but no subtitle. How can i make it work?

Code: Select all

#----------------------------------------------------------------------------
# Profile for Telstra T-Box.
# See PS3.conf for a description of all possible configuration options.
#

RendererName=Telstra T-Box
RendererIcon=telstratbox.png
UserAgentSearch=telstra
Video=true
Audio=true
Image=true
SeekByTime=false
MediaInfo=false
TranscodeVideo=WMV
TranscodeAudio=asf
DefaultVBVBufSize=true
WrapDTSIntoPCM = true
MaxVideoBitrateMbps = 0
MaxVideoHeight = 1080
MaxVideoWidth = 1920
H264Level41Limited = true
TranscodeAudioTo441kHz = true
TranscodeExtensions=wmv,asf
StreamExtensions=mkv,avi,mp4,mov,mpg,mpeg,mpegts,mpegps,mov
TranscodeFastStart=true
ForceJPGThumbnails = false

Re: stream movie to DLNA client not support format

Posted: Thu Jun 19, 2014 7:56 am
by valib
Have you read the instructions how to create custom renderer.conf carefully? In your code i smissing UserAgentSearch =
"your renderer search string"
which is vital or is your renderer Telstra? We can help you but without information from your debug.log it is almost impossible so please do exactly what is written here viewtopic.php?f=9&t=556

Re: stream movie to DLNA client not support format

Posted: Thu Jun 19, 2014 11:01 pm
by christophe195
Is this the file you need?

i have set it up that if the render is not fout ums gets my render .conf file.

Re: stream movie to DLNA client not support format

Posted: Fri Jun 20, 2014 12:59 am
by valib
Your UserAgent is

Code: Select all

User-Agent: L21XTLN/v4.11-rc-368-g5ae72c6 UPnP/1.0 BH-upnpcp/2.0 DLNADOC/1.50
so add the following code

Code: Select all

UserAgentSearch = L21XTLN
to your renderer.conf and UMS should recognize it. Also delete

Code: Select all

TranscodeVideo=WMV
TranscodeAudio=asf
and hopefully audio will work because your renderer doesn't support asf format. Explanation what this setting for audio does you can find in PS3.conf

Re: stream movie to DLNA client not support format

Posted: Fri Jun 20, 2014 3:59 am
by christophe195
sorry but i have still no sound, detection works.

Code: Select all

RendererName=Telenet Digicorder
RendererIcon=telenet.png

UserAgentSearch = L21XTLN
Video=true
Audio=true
Image=true
SeekByTime=false
DefaultVBVBufSize=true
MuxH264ToMpegTS=false
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
DLNALocalizationRequired=true
MediaParserV2_ThumbnailGeneration=false

ForceJPGThumbnails=true
ChunkedTransfer=true
TextWrap = width:52 indent:10 height:3 whitespace:9 date:0

MediaInfo=true

# Supported audio formats:
Supported = f:wma    n:2   m:audio/mpeg
Supported = f:mp3    n:2   m:audio/mpeg
Supported = f:lpcm   n:2   m:audio/L16   s:48000

# Supported image formats:
Supported = f:jpg   m:image/jpeg

# Supported video formats:
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
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
VLC codex info from one of my mp4 files, that give no audio
Image

The client is a telenet digicorder, it is from the be distribution company so manny have this client. mayby it can be add to ums?
http://klantenservice.telenet.be/conten ... op-mijn-tv (dutch)

Re: stream movie to DLNA client not support format

Posted: Fri Jun 20, 2014 9:31 am
by valib
christophe195 wrote:sorry but i have still no sound, detection works.
Does it mean that you have no sound at all or only for some videos like in your example? Please be more accurate in your answers. Set the debug to trace and try to play some videos which don't work and upload the log.