Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Just bought the great program only 3 problems

  1. #1
    Join Date
    Aug 2010
    Posts
    15

    Default Just bought the great program, only 1 problem!

    Hi Guys,

    First of all great program! Just bought indeed because of good comments on the internet.(after trying the demo)
    The DLNA tv im using is the samsung UE55C8700 (C8000 in the usa)
    Only 1 problem i have.

    It plays al my file great except for .mp4 video files from my Nokia N97mini which are located on my pc.
    I also have Sony Ericson vivaz and those mp4 videos(also located on pc) work great through the mezzmo server. So that's weird?
    I dont know if you need this info but this the ffmpeg information for an example file that doesnt work:

    FFmpeg version SVN-r24378, Copyright (c) 2000-2010 the FFmpeg developers
    built on Jul 21 2010 12:51:48 with gcc 4.4.0
    configuration: --enable-static --disable-shared --enable-memalign-hack --enable-libmp3lame --extra-cflags=-I/c/msys/local/include --extra-ldflags=-L/c/msys/local/lib --enable-zlib --enable-w32threads --extra-cflags=-fno-common --enable-gpl --enable-libx264 --disable-ffplay --disable-ffprobe --disable-ffserver --enable-postproc --enable-runtime-cpudetect --extra-cflags=-U__STRICT_ANSI__
    libavutil 50.22. 0 / 50.22. 0
    libavcodec 52.84. 0 / 52.84. 0
    libavformat 52.76. 0 / 52.76. 0
    libavdevice 52. 2. 0 / 52. 2. 0
    libavfilter 1.25. 1 / 1.25. 1
    libswscale 0.11. 0 / 0.11. 0
    libpostproc 51. 2. 0 / 51. 2. 0
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'G:\Filmpjes Mich NOKIA N97\22042010vsJeroen.mp4':
    Metadata:
    major_brand : mp42
    minor_version : 0
    compatible_brands: mp423gp4isom
    Duration: 00:02:11.34, start: 0.000000, bitrate: 2969 kb/s
    Stream #0.0(und): Video: mpeg4, yuv420p, 640x352 [PAR 1:1 DAR 20:11], 2868 kb/s, 29.54 fps, 100 tbr, 30k tbn, 100 tbc
    Stream #0.1(und): Audio: aac, 48000 Hz, mono, s16, 96 kb/s
    At least one output file must be specified



    Please let me know how to display the nokia videos on my samsung through mezzmo . It would make mezzmo go from a 8 tot a 10!

    Oh and my final question, if an update is available, lets say 2.1.9, will i be able to download if for free? Scince i bought 2.1.8?

    Thanks in advance

    Jeroen
    Last edited by Taekwonrooij; 08-05-2010 at 06:09 AM. Reason: some problems solved

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

    Default

    Hi Jeroen,

    Thanks for the great feedback and yes, updates are free, so you don't have to worry about being always up-to-date with Mezzmo.

    If you send a message to support, I can send you an updated device profile to try to play those files, or if you wish to edit the device profile yourself, you'll need to change (in SamsungLA.prf):

    Code:
            <avcontainer id="mov,mp4,m4a,3gp,3g2,mj2" name="h264aac" encode="0" mimetype="video/mp4v" dlnaprofile="MP3" supportschunked="0">
                    <video>
                            <format id="h264" encode="0">
                            </format>
                    </video>
                    <audio>
                            <format id="aac" encode="0">
                            </format>
                    </audio>
                    <audio>
                            <format id="pcm_s16le" encode="0">
                            </format>
                    </audio>
            </avcontainer>
    to:

    Code:
            <avcontainer id="mov,mp4,m4a,3gp,3g2,mj2" name="h264aac" encode="0" mimetype="video/mp4v" dlnaprofile="MP3" supportschunked="0">
                    <video>
                            <format id="h264" encode="0">
                            </format>
                    </video>
                    <video>
                            <format id="mpeg4" encode="0">
                            </format>
                    </video>
                    <audio>
                            <format id="aac" encode="0">
                            </format>
                    </audio>
                    <audio>
                            <format id="pcm_s16le" encode="0">
                            </format>
                    </audio>
            </avcontainer>
    (after that save the file and restart the server). If you do it yourself, please let me know if it works or not, so that it could be included in the next Mezzmo update.

    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

  3. #3
    Join Date
    Aug 2010
    Posts
    15

    Default

    Thanks, That worked great! I was a bit looking for the file but it worked

    just 2 more things, when i play some 3d content the tv reboots itself to disconnect mezzmo.
    Most 3d files work fine but for example this file makes the tv to reboot playing through mezzmo.

    INFO:
    --------------------------
    FFmpeg version SVN-r24378, Copyright (c) 2000-2010 the FFmpeg developers
    built on Jul 21 2010 12:51:48 with gcc 4.4.0
    configuration: --enable-static --disable-shared --enable-memalign-hack --enable-libmp3lame --extra-cflags=-I/c/msys/local/include --extra-ldflags=-L/c/msys/local/lib --enable-zlib --enable-w32threads --extra-cflags=-fno-common --enable-gpl --enable-libx264 --disable-ffplay --disable-ffprobe --disable-ffserver --enable-postproc --enable-runtime-cpudetect --extra-cflags=-U__STRICT_ANSI__
    libavutil 50.22. 0 / 50.22. 0
    libavcodec 52.84. 0 / 52.84. 0
    libavformat 52.76. 0 / 52.76. 0
    libavdevice 52. 2. 0 / 52. 2. 0
    libavfilter 1.25. 1 / 1.25. 1
    libswscale 0.11. 0 / 0.11. 0
    libpostproc 51. 2. 0 / 51. 2. 0
    Input #0, avi, from 'G:\3d\despicable me.avi':
    Duration: 00:02:27.31, start: 0.000000, bitrate: 16293 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 3840x1080 [PAR 1:1 DAR 32:9], 23.98 tbr, 23.98 tbn, 23.98 tbc
    Stream #0.1: Audio: mp2, 48000 Hz, 2 channels, s16, 320 kb/s
    At least one output file must be specified


    ----------------------------------------------


    On the pc, the file plays fine. I dont know if its a mezzmo issue, or the tv issue.




    Another (NOT 3d) file that wont play is this one:

    -----------------
    FFmpeg version SVN-r24378, Copyright (c) 2000-2010 the FFmpeg developers
    built on Jul 21 2010 12:51:48 with gcc 4.4.0
    configuration: --enable-static --disable-shared --enable-memalign-hack --enable-libmp3lame --extra-cflags=-I/c/msys/local/include --extra-ldflags=-L/c/msys/local/lib --enable-zlib --enable-w32threads --extra-cflags=-fno-common --enable-gpl --enable-libx264 --disable-ffplay --disable-ffprobe --disable-ffserver --enable-postproc --enable-runtime-cpudetect --extra-cflags=-U__STRICT_ANSI__
    libavutil 50.22. 0 / 50.22. 0
    libavcodec 52.84. 0 / 52.84. 0
    libavformat 52.76. 0 / 52.76. 0
    libavdevice 52. 2. 0 / 52. 2. 0
    libavfilter 1.25. 1 / 1.25. 1
    libswscale 0.11. 0 / 0.11. 0
    libpostproc 51. 2. 0 / 51. 2. 0
    [avi @ 016edcf0] max_analyze_duration reached
    Input #0, avi, from 'G:\Backup D\Utorrent\Tekken.2010.DVDRip.x264.AC3-MAGNET\Tekken.2010.DVDRip.x264.AC3-MAGNET.avi':
    Duration: 01:27:30.00, start: 0.000000, bitrate: 1012 kb/s
    Stream #0.0: Video: h264, yuv420p, 720x402 [PAR 1:1 DAR 120:67], 25 fps, 25 tbr, 25 tbn, 50 tbc
    Stream #0.1: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
    At least one output file must be specified
    ----------------

    I hope you guys can help again
    THanks again!

    Jeroen
    Last edited by Taekwonrooij; 08-05-2010 at 11:15 PM. Reason: 2 problems left

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

    Default

    Great! Thanks for letting me know - I'll add that to our device profile here as well for the next Mezzmo update.

    Regarding that file that reboots the TV - can you please send it to support (at) conceiva (dot) com (or upload to www.megaupload.com, for example) so that I could try it here? We also have a patched version of the server available that I can send you (if you contact the support e-mail).

    The file that won't play would need to be transcoded according to the current device profile. Let's try to play it natively by changing the "avi" container to be:

    Code:
            <avcontainer id="avi" name="avi" encode="0" mimetype="video/x-msvideo" dlnaprofile="MP3" supportschunked="0">
                    <video>
                            <format id="mpeg4" encode="0" codec="mpeg4">
                            </format>
                    </video>
                    <video>
                            <format id="msmpeg4" encode="0">
                            </format>
                    </video>
                    <video>
                            <format id="h264" 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>
    and see if that makes the file play natively. If the TV refuses, then can you please revert the container back to how it was, turn on diagnostic logging (see this thread: http://forum.conceiva.com/showthread...nostic-logging), try to play it again and after it fails, stop the server and send the logs to the support e-mail for further investigation.

    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 2010
    Posts
    15

    Default

    OK that trick also worked so that file is playing good also! Thanks!

    Im have checked alsmost all my video files, leaving only 2 files that wont play.
    After this i hopefully wont be stalking you anymore haha.

    The first one is the one rebooting my tv and disconnecting mezzmo (maybe its just a crappy file i dont know). It would be nice, if mezzmo could just give some error instead of rebooting the tv, when some files dont work.
    Here is the link: http://hotfile.com/dl/38075977/3d5fc...1080p.wmv.html

    The 2nd one is(this one does not reboot the tv, but plays for 10 secs and then just stops playing and goes to the next file):
    -------------------------------------------------
    FFmpeg version SVN-r24378, Copyright (c) 2000-2010 the FFmpeg developers
    built on Jul 21 2010 12:51:48 with gcc 4.4.0
    configuration: --enable-static --disable-shared --enable-memalign-hack --enable-libmp3lame --extra-cflags=-I/c/msys/local/include --extra-ldflags=-L/c/msys/local/lib --enable-zlib --enable-w32threads --extra-cflags=-fno-common --enable-gpl --enable-libx264 --disable-ffplay --disable-ffprobe --disable-ffserver --enable-postproc --enable-runtime-cpudetect --extra-cflags=-U__STRICT_ANSI__
    libavutil 50.22. 0 / 50.22. 0
    libavcodec 52.84. 0 / 52.84. 0
    libavformat 52.76. 0 / 52.76. 0
    libavdevice 52. 2. 0 / 52. 2. 0
    libavfilter 1.25. 1 / 1.25. 1
    libswscale 0.11. 0 / 0.11. 0
    libpostproc 51. 2. 0 / 51. 2. 0

    Seems stream 0 codec frame rate differs from container frame rate: 24000.00 (24000/1) -> 23.98 (24000/1001)
    Input #0, avi, from 'G:\3d\Grand Canyon Adventure River at Risk 3D First 2min 30 sec.avi':
    Metadata:
    ISFT :
    Duration: 00:02:29.48, start: 0.000000, bitrate: 13950 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 3840x1080 [PAR 1:1 DAR 32:9], 23.98 fps, 23.98 tbr, 23.98 tbn, 24k tbc
    Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 256 kb/s
    At least one output file must be specified
    -------------------------------------------------

    After this i think it just plays about everything! In fact some HD videos (.mts) that i cant play on my PC (slow cpu?) Do play on the tv through mezzmo), now thats awesome!

    Thanks again and let me know

    Jeroen
    Now
    Last edited by Taekwonrooij; 08-07-2010 at 08:22 AM. Reason: more info

  6. #6
    Join Date
    Mar 2010
    Posts
    146

    Default

    If the TV itself reboots, I'm more tempted to point the finger at the TV than Mezzmo (which merely streams video and audio data to the TV using the DLNA protocol). Essentially, this file is making your TV crash I see a firmware update is available on Samsung's site for this TV model. Have a look at it, and if it's newer than what you are using then try updating your TV firmware. Then see if the crash still happens.

  7. #7
    Join Date
    Aug 2010
    Posts
    15

    Default

    HI RMerlin,

    I do have the latest firmware, so unfortunatly it still happens. Have you guys tried the file? Could be the tv indeed though.....

    How about my second error? The one that does not reboot my tv, but only plays for 10 secs on mezzmo and then hops on to the next file?
    ---------------------------------------------
    FFmpeg version SVN-r24378, Copyright (c) 2000-2010 the FFmpeg developers
    built on Jul 21 2010 12:51:48 with gcc 4.4.0
    configuration: --enable-static --disable-shared --enable-memalign-hack --enable-libmp3lame --extra-cflags=-I/c/msys/local/include --extra-ldflags=-L/c/msys/local/lib --enable-zlib --enable-w32threads --extra-cflags=-fno-common --enable-gpl --enable-libx264 --disable-ffplay --disable-ffprobe --disable-ffserver --enable-postproc --enable-runtime-cpudetect --extra-cflags=-U__STRICT_ANSI__
    libavutil 50.22. 0 / 50.22. 0
    libavcodec 52.84. 0 / 52.84. 0
    libavformat 52.76. 0 / 52.76. 0
    libavdevice 52. 2. 0 / 52. 2. 0
    libavfilter 1.25. 1 / 1.25. 1
    libswscale 0.11. 0 / 0.11. 0
    libpostproc 51. 2. 0 / 51. 2. 0

    Seems stream 0 codec frame rate differs from container frame rate: 24000.00 (24000/1) -> 23.98 (24000/1001)
    Input #0, avi, from 'G:\3d\Grand Canyon Adventure River at Risk 3D First 2min 30 sec.avi':
    Metadata:
    ISFT :
    Duration: 00:02:29.48, start: 0.000000, bitrate: 13950 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 3840x1080 [PAR 1:1 DAR 32:9], 23.98 fps, 23.98 tbr, 23.98 tbn, 24k tbc
    Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 256 kb/s
    At least one output file must be specified
    ----------------------

    Thanks in advance

    Jeroen

  8. #8
    Join Date
    Mar 2010
    Posts
    146

    Default

    Hi Jeroen,

    I'm not a Conceiva employee Just a regular user trying to help out. I'm sure Dennis from Conceiva will get back to you after the weekend with more thorough troubleshooting details.

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

    Default

    Hi,

    Thanks RMerlin, you're a great help! I appreciate what you do.

    Regarding the files - they are both out of dimension bounds defined for the TV, so they'll be transcoded (which is probably not what you want). I don't have a 3D TV here to test them natively, but try removing this line:

    Code:
    <videomax width="1920" height="1080" />
    from the device profile and try again - that should get them streaming natively and then it'll be up to the TV whether to play them or not

    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

  10. #10
    Join Date
    Aug 2010
    Posts
    15

    Default

    I dont know what transcoding is, or how to use it...

    But removing that line did not help unfortunatly. Now is doens't play at all. Before removing the line , at least it played 10 seconds

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
  •