Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Video files wrongly categorized

  1. #11
    Join Date
    Sep 2009
    Posts
    2,677

    Default

    The problem will likely be the video codec as the ffmpeg library version included with Mezzmo may not recognize it. You can see it appears as Video: none. You could edit the MGOFile table in the db using an sqlite editor to change the type column value to 4 (video).

    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

  2. #12

    Default

    Mezzmo's uPnP server is much better than the OS one, however, with the Kodi cache issue , that improvement is pointless to me.

  3. #13
    Join Date
    Jun 2012
    Posts
    987

    Default

    Quote Originally Posted by PeppaTom View Post
    Mezzmo's uPnP server is much better than the OS one, however, with the Kodi cache issue , that improvement is pointless to me.
    It looks like there might be some improvements for Kodi on Android with the Nexus 20 release which is coming. You might want to try downloading the recent Nexus 20 Alpha 3 release, if possible. I don't know how you get Kodi onto a Firestick so this may not be possible if you are limited to an appstore.


    Jeff

  4. #14

    Default

    Quote Originally Posted by jbinkley60 View Post
    It looks like there might be some improvements for Kodi on Android with the Nexus 20 release which is coming. You might want to try downloading the recent Nexus 20 Alpha 3 release, if possible. I don't know how you get Kodi onto a Firestick so this may not be possible if you are limited to an appstore.


    Jeff
    I just tried the Kodi Nexes 20 release as well as SMB connection, which altogether give me a much better experience. Although I still have some minor stuttering issues, I am done with fixing them. I guess I'll have to purchase and setup an NAS to have excellent playback experience. Thanks for you help all these days, Jeff. Really appreciate it

  5. #15
    Join Date
    Jun 2012
    Posts
    987

    Default

    Quote Originally Posted by PeppaTom View Post
    I just tried the Kodi Nexes 20 release as well as SMB connection, which altogether give me a much better experience. Although I still have some minor stuttering issues, I am done with fixing them. I guess I'll have to purchase and setup an NAS to have excellent playback experience. Thanks for you help all these days, Jeff. Really appreciate it
    Happy to help and glad you are working. I will caution you though that the SMB approach has limitations and you may find yourself exchanging one issue for others down the road, depending upon your longer term journey. I'd suggest reading the Why Mezzmo section of the Mezzmo Kodi addon Wiki page and the features. While Kodi is a wonderful streaming client with lots of flexibility, I've seen many Kodi users end up spending a lot of time managing their libraries, addons and similar which ultimately detracts from the solution and can lead to frustration. The is especially true when you move beyond a single client, want to look at non-Kodi clients accessing your media library including web clients.

    The goal with the Mezzmo Kodi addon is an easy button approach to get all of the features listed. With native Kodi and SMB you may end up somewhere unexpected with a level of complexity you didn't envision. Regardless of your journey I am happy to help.


    Thanks,

    Jeff

  6. #16

    Default

    Thanks again for you help. I did a little more dectivive work this morning, and I think I have located the cause of the issue : FFMPEG. I believe FFMPEG can't properly recognize my problematic files so it returns false or none info to the software(such as Kodi and Mezzmo). So the softwares don't know how to handle the video files properly which causes some issues.

  7. #17
    Join Date
    Jun 2012
    Posts
    987

    Default

    Quote Originally Posted by PeppaTom View Post
    Thanks again for you help. I did a little more dectivive work this morning, and I think I have located the cause of the issue : FFMPEG. I believe FFMPEG can't properly recognize my problematic files so it returns false or none info to the software(such as Kodi and Mezzmo). So the softwares don't know how to handle the video files properly which causes some issues.
    I saw your post with the resolution on the Kodi forums. Great work. This is not surprising as FFPMEG is an open source project and often can't keep up with the codecs and various combinations of codecs in use. Kodi and Mezzmo are a bit behind the latest versions of FFMPEG but that is actually good from a stability perspective. As Peter points out, this is the same reason the file info you posted earlier was miscategorized. One of the things I do is try to standardize on a few combinations of audio / video codecs and containers. I reencode stuff not in my desired formats into combinations which I know are stable. I may sacrifice a slight amount of quality in some instances but I've never noticed it and it keeps the family happy.

    The comments in the GitHub thread you opened around DLNA not being suitable and SMB is better, is a pretty standard Kodi response based upon some very old thinking and is very incorrect. I've been doing IT networking for some of the largest networks on the planet for 40 years and can assure you SMB was never designed nor is suited to real time streaming at scale. It is a file sharing block based (i.e. chunks of data) protocol that is not optimized for low jitter usage, which streaming needs. Also, with SMB approaches every client reads the raw data from the file share meaning more clients grabbing random chunks of data for playback and reduces overall security by allowing every client direct access. The Mezzmo server approach improves that by Mezzmo being the only thing which accesses your library directly (improving security) and leverages HTTP with optimized buffering (to maximize streaming quality). Look through the Kodi forum threads on how many issues are there with regards to SMB connectivity issues, playback quality issues and much more. These are the same reasons the streaming services don't have you using SMB to connect to them.

    The other challenge with the SMB approach is when you run multiple clients. Non-Kodi clients aren't supported, web access is somewhat basic and sharing across Kodi clients requires lots of maintenance, complex sharing configurations and much more. Mezzmo and the Mezzmo Kodi addon eliminate most of that complexity and gives you time back to enjoy watching your library. So many problems and questions reported in the Kodi forums around library management are solved problems with Mezzmo. A perfect example is the Mezzmo Selective Sync feature released yesterday. I am not aware of this being easily achievable with any other DLNA/UPnP based solution and Kodi. I see Kodi users continually wanting centralized control of managing content replication to their Kodi clients and Kodi profiles. This is the only simple solution to the problem that I am aware of. The bottom line is that Kodi is a great media client but an average media server.

    Sorry for the sales pitch / rant. I understand their reasoning for the SMB push but it can leave users with an overall less optimal experience long term.


    Thanks,

    Jeff
    Last edited by jbinkley60; 09-22-2022 at 05:55 PM.

Similar Threads

  1. Cannot add video files
    By Northstar7 in forum Mezzmo Questions and Support
    Replies: 2
    Last Post: 02-06-2018, 03:37 PM
  2. Help with Video TS files.
    By Mike Swift in forum Mezzmo Questions and Support
    Replies: 3
    Last Post: 05-13-2014, 06:40 AM
  3. Randomly playing video files in a folder (Usefull for music video files)
    By Jike in forum Mezzmo Wish List and Feedback
    Replies: 7
    Last Post: 12-28-2011, 03:04 PM
  4. how to use .srt or .idx files with video's
    By mrmiakel in forum Mezzmo Questions and Support
    Replies: 1
    Last Post: 11-07-2011, 09:02 AM
  5. Not able to fwd rwd any video files
    By megahit in forum Mezzmo Questions and Support
    Replies: 3
    Last Post: 11-18-2010, 08:36 AM

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
  •