Results 1 to 10 of 13

Thread: mezzmo will not start the "start media"

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2010
    Posts
    33

    Default

    I too just found out Mezzmo doesn't like Hamachi and there isn't a way to tell Mezzmo to ignore the Hamachi interface. I want to use Hamachi so my workaround is to disable hamachi before starting the mezzmo service and then enable it afterwards.

    I have a script to handle all that and scheduled that to run at computer start. Here's the script (start_mezzmo.cmd):

    Code:
    netsh interface set interface "hamachi" DISABLED
    set stop mezzmo
    call:sleep 5
    net start mezzmo
    call:sleep 20
    netsh interface set interface "hamachi" ENABLE
    goto:EOF
    
    :sleep
    set/a sleeptime=%1+1
    ping -n %sleeptime% 127.0.0.1 >nul
    goto:EOF
    I've added the extra 'set stop mezzmo' so this same script can be used to restart the mezzmo service.

    Now if Library Maintenance needs to stop and start the mezzmo service, then my workaround breaks.
    Last edited by badbob001; 03-15-2011 at 12:20 PM.

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

    Default

    Thanks for sharing your script.

    This is quite a common issue for all DLNA servers like Mezzmo. Hamachi (for some reason) uses port 1900. However, port 1900 is required by the UPnP standard for broadcasting and, without access to it, DLNA servers cannot broadcast and be seen by DLNA devices on your home network.

    So if you have Hamachi installed on your computer, you should disable it or uninstall it if you wish to stream media using DLNA servers like Mezzmo.

    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
    Sep 2010
    Posts
    33

    Default

    Thanks for the mention of upnp. In hamachi, there is a setting called 'Disable UPNP'. Setting it to YES seems to allow it to co-exist with Mezzmo. But lets see what happens tomorrow...

    Please consider putting options to select the network interfaces that Mezzmo binds to. For vpn-type connections like Hamachi or my work VPN, I wouldn't want my dlna traffic to go over those interfaces.
    Last edited by badbob001; 03-15-2011 at 01:31 PM.

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

    Default

    Thanks for this feedback. Please do update us later on so we all know if "Disable UPnP" in Hamachi works. It may allow both Hamachi and DLNA servers like Mezzmo to work alongside each other.

    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
    Sep 2010
    Posts
    33

    Default

    After maintenance or a reboot, both hamachi and mezzmo are still working. So Disabling UPnP in hamachi is the way to go.

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

    Default

    Quote Originally Posted by badbob001 View Post
    After maintenance or a reboot, both hamachi and mezzmo are still working. So Disabling UPnP in hamachi is the way to go.
    Thanks for the confirmation. We will inform Mezzmo users of this solution if they are also having the same problem.

    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
    Nov 2010
    Posts
    62

    Default

    Could this be part of the reason my Mezzmo server always crashes on startup? I don't have the problem with starting the MezzmoMediaServer.exe over RDP, but Mezzmo does still crash, without fail, on startup (reinstalled a few times).

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
  •