Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31

Thread: Target Container

  1. #1
    Join Date
    Aug 2011
    Posts
    16

    Default Target Container

    hi
    first, thank you for the amazing program its the best

    i have some questions regarding editing profiles

    i just want to know how to edit the "target Container" as my device only reads MKV, 1280 720p maximum
    so if i want .ts files that are both 720p and 1080p to be transcoded to MKV 720p

    please tell me how to edit the profile file

  2. #2
    Join Date
    Jun 2010
    Posts
    136

    Default

    Why not just remux them into a MKV container. MKVMerge will do it.

  3. #3
    Join Date
    Aug 2011
    Posts
    16

    Default

    Because its LiveTV
    anyway, the only profile that got videos to work but in low quality is the Sony Bravia MP4 profile
    resolution is down to 720x406 playing smoothly

    but still i want to make my own profile, trying to get the target container either MKV or MP4

  4. #4
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Hi,

    The "target" container is defined by having encode="1" in it (and "0" in the others). At least one video and one audio format inside that container must have encode="1" as well.

    If you need help on building your own profile, don't hesitate to ask and we'll help.

    What devce do you have?

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  5. #5
    Join Date
    Aug 2011
    Posts
    16

    Default

    the device is samsung galaxy s
    its capable of viewing 720p in MP4 format
    so i want a profile that encodes everything to that format
    even .ts files mpegts
    also i want it to convert MKV 1080p to 720p leaving native mkv 720p without encoding
    can you help me?

  6. #6
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Can you please post what you have now and I'll fix it up to do what you want.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  7. #7
    Join Date
    Aug 2011
    Posts
    16

    Default

    ok

    Code:
    <MezzmoDeviceProfile>
            <version>113</version>
            <device>
                    <guid>D8FEBDAD-6CCC-4a97-A15E-BDDE350D529A</guid>
                    <name manufacturer="Samsung" model="Captivate" profileactive="1" extended="1" />
                    <useragent>SEC_HHP_SGH</useragent>
                    <useragent>Dalvik</useragent>
                    <xavclient></xavclient>
                    <mezzmoserver></mezzmoserver>
                    <transcoding enabled="1" minimumstreamingsize="10000000" waitmsbeforestreaming="10000" contentlength="3" />
                    <devicedescription>GenericDeviceDescriptionSamsung.xml</devicedescription>
                    <videomax width="1280" height="720" />
                    <imagemax width="4096" height="4096" />
            </device>
            <descriptiondeliveryrules>
            		<!-- delivery description rules specify what the device will see for each file. A file is considered to be supported if
            		     it matches a format, audio/video codecs within that format and any codec limits in this device profile. Best fit is
            		     if one of the 2 stream from a format description matches the original file. Preferred transcoded format describes 
            		     the best quality format a device can play. Transcoded list is all combinations of formats that we can encode to, 
            		     possibly including preferred transcoded and baseline. When building a file description, Mezzmo follows the following 
            		     rules order: supported, bestfit, preferredtranscoded, transcodedlist, baseline, nonsupported -->
            		<!-- please note that if transcoding is disabled or baseline and preferredtranscoded are set to no,
    	        	     then the nonsupported flag is automatically set to yes. If transcoding is disabled, then only supported and
    	        	     nonsupported rules are checked and used. -->
            	<supported>yes</supported>
    	        	<!-- baseline, bestfit, transcodedlist, nonsupported and preferredtranscoded can be either one of: yes, no, auto
    	        	     yes = always deliver, no = never deliver, auto = deliver if not delivered already by one of the rules above it -->
    	       	<bestfit>auto</bestfit>
            	<preferredtranscoded>auto</preferredtranscoded>
            	<transcodedlist>auto</transcodedlist>
            	<baseline>auto</baseline>
            	<nonsupported>auto</nonsupported>
            </descriptiondeliveryrules>
            <avcontainer id="avi" name="avi" encode="0" format="avi" mimetype="video/avi" supportschunked="0">
                    <video>
                            <format id="mpeg4" encode="0" codec="mpeg4">
                            </format>
                    </video>
                    <video>
                            <format id="msmpeg4" encode="0">
                            </format>
                    </video>
                    <audio>
                            <format id="mp3" encode="0" codec="mp3">
                            </format>
                    </audio>
                    <audio>
                            <format id="ac3" encode="0" codec="ac3">
                            </format>
                    </audio>
                    <audio>
                            <format id="mp2" encode="0" codec="mp2">
                            </format>
                    </audio>
            </avcontainer>
            <avcontainer id="matroska" name="mkv" encode="0" mimetype="video/x-matroska" preferredtranscoded="1" supportschunked="0">
                    <video>
                            <format id="mpeg4" encode="0">
                            </format>
                    </video>
                    <video>
                            <format id="h264" encode="1" codec="libx264" preferredtranscoded="1">
                                    <maxbitrate>25000000</maxbitrate>
                                    <copyts>1</copyts>
                                    <samequality>1</samequality>
                                    <bitrate>8000000</bitrate>
                            </format>
                    </video>
                    <audio>
                            <format id="ac3" encode="1" codec="ac3" preferredtranscoded="1">
    	                        <channels>2</channels>
    	                        <channels>6</channels>
    		    		<maxbitrate>384000</maxbitrate>
    				<bitrate>192000</bitrate>
    				<maxsamplingrate>48000</maxsamplingrate>
    				<minsamplingrate>11025</minsamplingrate>
    				<samplingrate>48000</samplingrate>
    				<samplingrate>44100</samplingrate>
    				<samplingrate>32000</samplingrate>
                            </format>
                    </audio>
                    <audio>
                            <format id="aac" encode="0" codec="aac">
                            </format>
                    </audio>
                    <audio>
                            <format id="mp3" encode="0">
                            </format>
                    </audio>
                    <ffmpegadditional>-threads 4 -coder 1 -flags +loop -cmp +chroma -me_method hex -subq 6 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -bf 3 -refs 2 -directpred 1 -trellis 1 -flags2 +bpyramid+mixed_refs+wpred+dct8x8+fastpskip -wpredp 2 -strict experimental</ffmpegadditional>
            </avcontainer>	      
    			   <avcontainer id="mpegts" name="mpegts" encode="1" mimetype="video/M2TS" format="mpegts" preferredtranscoded="1" supportschunked="1" level="41">
            	<video>
            		<format id="mpeg4" encode="1">
            		</format>
            	</video>
                    <video>
                            <format id="h264" encode="1" codec="libx264" preferredtranscoded="1">
                                    <copyts>0</copyts>
                                    <samequality>0</samequality>
                            </format>
                    </video>
    		<video>
    			<format id="vc1" encode="0">
    			</format>
    		</video>
                    <audio>
                            <format id="ac3" encode="1" codec="ac3" preferredtranscoded="1">
    	                        <channels>2</channels>
    	                        <channels>6</channels>
    				<maxbitrate>448000</maxbitrate>
                                    <bitrate>448000</bitrate>
    				<maxsamplingrate>48000</maxsamplingrate>
    				<minsamplingrate>11025</minsamplingrate>
    				<samplingrate>48000</samplingrate>
    				<samplingrate>44100</samplingrate>
    				<samplingrate>32000</samplingrate>
                            </format>
                    </audio>
    		<audio>
    			<format id="aac" encode="0">
    			</format>
    		</audio>
            	<audio>
            		<format id="mp3" encode="0">
            		</format>
            	</audio>
            	<audio>
            		<format id="mp2" encode="0">
            		</format>
            	</audio>
                    <ffmpegadditional>-threads 4 -pix_fmt yuv420p -copyinkf -coder 1 -cmp +chroma -me_method hex -subq 7 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -directpred 1 -flags2 +fastpskip+bpyramid+mixed_refs-dct8x8+wpred+aud+ivlc+mbtree -partitions -parti8x8-parti4x4-partp8x8-partp4x4-partb8x8 -crf 22 -bf 1 -refs 2 -bidir_refine 1 -deblockalpha 0 -deblockbeta 0 -vbsf h264_mp4toannexb</ffmpegadditional>
            </avcontainer>
           <avcontainer id="mov,mp4,m4a,3gp,3g2,mj2" name="h264aac" encode="1" mimetype="video/mp4" format="mp4" supportschunked="0">
                    <video>
                            <format id="mpeg4" encode="0">
                            </format>
                    </video>
                    <video>
                            <format id="h264" encode="0" codec="libx264" >
                            </format>
                    </video>
                    <audio>
                            <format id="ac3" encode="0" codec="ac3">
                            </format>
                    </audio>
                    <audio>
                            <format id="aac" encode="0" codec="aac">
                            </format>
                    </audio>
                    <ffmpegadditional>-threads 4 -coder 1 -flags +loop -cmp +chroma -me_method hex -subq 6 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -bf 3 -refs 2 -directpred 1 -trellis 1 -flags2 +bpyramid+mixed_refs+wpred+dct8x8+fastpskip -wpredp 2 -strict experimental</ffmpegadditional>
            </avcontainer>
            <avcontainer id="asf" name="asf" encode="0" mimetype="video/x-ms-wmv" supportschunked="0">
                    <video>
                            <format id="wmv3" encode="0">
                            </format>
                    </video>
                    <video>
                            <format id="mpeg4" encode="0">
                            </format>
                    </video>
                    <video>
                            <format id="h264" encode="0">
                            </format>
                    </video>
                    <video>
                            <format id="vc1" encode="0">
                            </format>
                    </video>
                    <audio>
                            <format id="wma2" encode="0">
                            </format>
                    </audio>
                    <audio>
                            <format id="wmav2" encode="0">
                            </format>
                    </audio>
            </avcontainer>
            <avcontainer id="mp3" name="mp3" encode="0" mimetype="audio/mpeg" baseline="1" dlnaprofile="MP3" supportschunked="0">
                    <audio>
                            <format id="mp3" encode="0" codec="libmp3lame">
                                    <maxbitrate>320000</maxbitrate>
                                    <maxsamplingrate>48000</maxsamplingrate>
                                    <minsamplingrate>11025</minsamplingrate>
                                    <samplingrate>48000</samplingrate>
                                    <samplingrate>44100</samplingrate>
                                    <samplingrate>32000</samplingrate>
                            </format>
                    </audio>
            </avcontainer>
            <avcontainer id="asf" name="asf_audio" encode="0" mimetype="audio/asf" supportschunked="0">
                    <audio>
                            <format id="wma2" encode="0">
                            </format>
                    </audio>
            </avcontainer>
            <avcontainer id="jpeg" name="jpeg_lrg" encode="1" mimetype="image/jpeg" baseline="1" dlnaprofile="JPEG_LRG" preferredtranscoded="1" supportschunked="0">
            	<image>
            		<format id="jpeg" encode="1" mimetype="image/jpeg" codec="98" preferredtranscoded="1">
            			<maxdimensions width="4096" height="4096" />
    	        		<maxbits>24</maxbits>
            		</format>
            	</image>
            </avcontainer>
            <avcontainer id="jpeg" name="jpeg_med" encode="1" mimetype="image/jpeg" baseline="1" dlnaprofile="JPEG_MED" supportschunked="0">
            	<image>
            		<format id="jpeg" encode="1" mimetype="image/jpeg" codec="98">
            			<maxdimensions width="1024" height="768" />
    	        		<maxbits>24</maxbits>
            		</format>
            	</image>
            </avcontainer>
            <avcontainer id="jpeg" name="jpeg_sm" encode="1" mimetype="image/jpeg" baseline="1" dlnaprofile="JPEG_SM" supportschunked="0">
            	<image>
            		<format id="jpeg" encode="1" mimetype="image/jpeg" codec="98">
            			<maxdimensions width="640" height="480" />
    	        		<maxbits>24</maxbits>
            		</format>
            	</image>
            </avcontainer>
            <avcontainer id="jpeg" name="jpeg_tn" encode="1" mimetype="image/jpeg" baseline="1" dlnaprofile="JPEG_TN" preferredthumbnail="1" supportschunked="0">
            	<image>
            		<format id="jpeg" encode="1" mimetype="image/jpeg" codec="98" quality="2">
            			<maxdimensions width="160" height="160" />
    	        		<maxbits>24</maxbits>
            		</format>
            	</image>
            </avcontainer>
    </MezzmoDeviceProfile>

  8. #8
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Try this one. Please note that I set MKV as the preferred container, as I think it'll give you better results than MP4, but try both and please let us know how it works out and what's best:

    Code:
    <MezzmoDeviceProfile>
            <version>113</version>
            <device>
                    <guid>D8FEBDAD-6CCC-4a97-A15E-BDDE350D529A</guid>
                    <name manufacturer="Samsung" model="Captivate" profileactive="1" extended="1" />
                    <useragent>SEC_HHP_SGH</useragent>
                    <useragent>Dalvik</useragent>
                    <xavclient></xavclient>
                    <mezzmoserver></mezzmoserver>
                    <transcoding enabled="1" minimumstreamingsize="10000000" waitmsbeforestreaming="10000" contentlength="3" />
                    <devicedescription>GenericDeviceDescriptionSamsung.xml</devicedescription>
                    <videomax width="1280" height="720" />
                    <imagemax width="4096" height="4096" />
            </device>
            <descriptiondeliveryrules>
            		<!-- delivery description rules specify what the device will see for each file. A file is considered to be supported if
            		     it matches a format, audio/video codecs within that format and any codec limits in this device profile. Best fit is
            		     if one of the 2 stream from a format description matches the original file. Preferred transcoded format describes 
            		     the best quality format a device can play. Transcoded list is all combinations of formats that we can encode to, 
            		     possibly including preferred transcoded and baseline. When building a file description, Mezzmo follows the following 
            		     rules order: supported, bestfit, preferredtranscoded, transcodedlist, baseline, nonsupported -->
            		<!-- please note that if transcoding is disabled or baseline and preferredtranscoded are set to no,
    	        	     then the nonsupported flag is automatically set to yes. If transcoding is disabled, then only supported and
    	        	     nonsupported rules are checked and used. -->
            	<supported>yes</supported>
    	        	<!-- baseline, bestfit, transcodedlist, nonsupported and preferredtranscoded can be either one of: yes, no, auto
    	        	     yes = always deliver, no = never deliver, auto = deliver if not delivered already by one of the rules above it -->
    	       	<bestfit>auto</bestfit>
            	<preferredtranscoded>auto</preferredtranscoded>
            	<transcodedlist>auto</transcodedlist>
            	<baseline>auto</baseline>
            	<nonsupported>auto</nonsupported>
            </descriptiondeliveryrules>
            <avcontainer id="matroska" name="mkv" encode="1" mimetype="video/x-matroska" format="matroska" preferredtranscoded="1" supportschunked="0" level="41">
                    <video>
                            <format id="mpeg4" encode="0">
                            </format>
                    </video>
                    <video>
                            <format id="h264" encode="1" codec="libx264" preferredtranscoded="1">
                                    <dimensions width="1280" height="720" />
                                    <maxbitrate>25000000</maxbitrate>
                                    <copyts>0</copyts>
                                    <samequality>0</samequality>
                                    <bitrate>8000000</bitrate>
                            </format>
                    </video>
                    <audio>
                            <format id="ac3" encode="1" codec="ac3" preferredtranscoded="1">
    	                        <channels>2</channels>
    	                        <channels>6</channels>
    		    		<maxbitrate>384000</maxbitrate>
    				<bitrate>192000</bitrate>
    				<maxsamplingrate>48000</maxsamplingrate>
    				<minsamplingrate>11025</minsamplingrate>
    				<samplingrate>48000</samplingrate>
    				<samplingrate>44100</samplingrate>
    				<samplingrate>32000</samplingrate>
                            </format>
                    </audio>
                    <audio>
                            <format id="aac" encode="0" codec="aac">
                            </format>
                    </audio>
                    <audio>
                            <format id="mp3" encode="0">
                            </format>
                    </audio>
                    <ffmpegadditional>-threads 4 -pix_fmt yuv420p -copyinkf -coder 1 -flags +loop -fflags +genpts -cmp +chroma -me_method hex -subq 7 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -directpred 1 -flags2 +fastpskip+bpyramid+mixed_refs-dct8x8+wpred+aud+ivlc+mbtree -partitions -parti8x8-parti4x4-partp8x8-partp4x4-partb8x8 -crf 22 -bf 1 -refs 2 -bidir_refine 1 -deblockalpha 0 -deblockbeta 0</ffmpegadditional>
            </avcontainer>	      
            <avcontainer id="mov,mp4,m4a,3gp,3g2,mj2" name="h264aac" encode="1" mimetype="video/mp4" format="mp4" dlnaprofile="MP4" preferredtranscoded="0" supportschunked="0">
                    <video>
                            <format id="mpeg4" encode="0">
                            </format>
                    </video>
                    <video>
                            <format id="h264" encode="1" codec="libx264" preferredtranscoded="1">
    				<copyts>0</copyts>
    				<samequality>0</samequality>
                            </format>
                    </video>
                    <audio>
                            <format id="aac" encode="1" codec="aac" preferredtranscoded="1">
    				<channels>2</channels>
    				<bitrate>128000</bitrate>
    				<samplingrate>44100</samplingrate>
                            </format>
                    </audio>
                    <ffmpegadditional>-threads 0 -pix_fmt yuv420p -copyinkf -coder 1 -flags +loop -cmp +chroma -me_method hex -subq 7 -me_range 16 -g 25 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -directpred 1 -flags2 +fastpskip+bpyramid+mixed_refs-dct8x8+wpred+aud+ivlc+mbtree -partitions -parti8x8-parti4x4-partp8x8-partp4x4-partb8x8 -crf 22 -bf 1 -refs 2 -bidir_refine 1 -deblockalpha 0 -deblockbeta 0 -strict experimental -movflags +rtphint -rtpflags +latm</ffmpegadditional>
           	</avcontainer>
            <avcontainer id="mp3" name="mp3" encode="0" mimetype="audio/mpeg" baseline="1" dlnaprofile="MP3" supportschunked="0">
                    <audio>
                            <format id="mp3" encode="0" codec="libmp3lame">
                                    <maxbitrate>320000</maxbitrate>
                                    <maxsamplingrate>48000</maxsamplingrate>
                                    <minsamplingrate>11025</minsamplingrate>
                                    <samplingrate>48000</samplingrate>
                                    <samplingrate>44100</samplingrate>
                                    <samplingrate>32000</samplingrate>
                            </format>
                    </audio>
            </avcontainer>
            <avcontainer id="asf" name="asf_audio" encode="0" mimetype="audio/asf" supportschunked="0">
                    <audio>
                            <format id="wma2" encode="0">
                            </format>
                    </audio>
            </avcontainer>
            <avcontainer id="jpeg" name="jpeg_lrg" encode="1" mimetype="image/jpeg" baseline="1" dlnaprofile="JPEG_LRG" preferredtranscoded="1" supportschunked="0">
            	<image>
            		<format id="jpeg" encode="1" mimetype="image/jpeg" codec="98" preferredtranscoded="1">
            			<maxdimensions width="4096" height="4096" />
    	        		<maxbits>24</maxbits>
            		</format>
            	</image>
            </avcontainer>
            <avcontainer id="jpeg" name="jpeg_med" encode="1" mimetype="image/jpeg" baseline="1" dlnaprofile="JPEG_MED" supportschunked="0">
            	<image>
            		<format id="jpeg" encode="1" mimetype="image/jpeg" codec="98">
            			<maxdimensions width="1024" height="768" />
    	        		<maxbits>24</maxbits>
            		</format>
            	</image>
            </avcontainer>
            <avcontainer id="jpeg" name="jpeg_sm" encode="1" mimetype="image/jpeg" baseline="1" dlnaprofile="JPEG_SM" supportschunked="0">
            	<image>
            		<format id="jpeg" encode="1" mimetype="image/jpeg" codec="98">
            			<maxdimensions width="640" height="480" />
    	        		<maxbits>24</maxbits>
            		</format>
            	</image>
            </avcontainer>
            <avcontainer id="jpeg" name="jpeg_tn" encode="1" mimetype="image/jpeg" baseline="1" dlnaprofile="JPEG_TN" preferredthumbnail="1" supportschunked="0">
            	<image>
            		<format id="jpeg" encode="1" mimetype="image/jpeg" codec="98" quality="2">
            			<maxdimensions width="160" height="160" />
    	        		<maxbits>24</maxbits>
            		</format>
            	</image>
            </avcontainer>
    </MezzmoDeviceProfile>

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  9. #9
    Join Date
    Aug 2011
    Posts
    16

    Default

    not working on the native hardware accelerated video player
    may be because its a MKV file

    plays good on other player which is not hardware accelerated
    another thing is that the resoultion is 720x406, which is not 720p

    so far so good thanks,

    please help me again

  10. #10
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Native player could be too limited and possibly only supports MP4. This may or may not play either, depending on whether the player expects a MOOV atom or doesn't (this atom can only be placed after transcoding is finished).

    Which other player are you using?

    Also, please post FFmpeg information on the file you're trying to play and I'll check why it's scaled down that much - ideally, I'd need to see transcoding logs (via support).

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

Similar Threads

  1. Download DLC container
    By Christoph4306 in forum DownloadStudio Questions and Support
    Replies: 0
    Last Post: 12-02-2010, 06:09 PM
  2. still a problem with some mkv container files and samsung c-series
    By micha in forum Mezzmo Questions and Support
    Replies: 16
    Last Post: 09-13-2010, 02:37 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •