Giter Site home page Giter Site logo

Comments (3)

low-batt avatar low-batt commented on June 24, 2024

In IINA's settings on the Network tab at the top there is an Enable cache option:
cache-settings

Uncheck that option. Restart IINA. Try playing a file from the NAS. Did the behavior change?

from iina.

krackers avatar krackers commented on June 24, 2024

It could be possible that the file is badly muxed, so that libav requires seeking back and forth (e.g. audio and video packets are at separate ends of the file instead of interleaved properly). Is this all files, or just a specific file?

Also I don't know much about media codec, but I've heard that avi is a particularly bad container format in that it doesn't properly support notion of DTS (decode stamp) or PTS (presentation stamp). See https://ffmpeg.org/pipermail/ffmpeg-devel/2011-February/104434.html

Almost any absurd combination of problem that can be imagined actually
exist. The most obnoxious one is probably AVI: the AVI format has no
timestamps whatsoever. The best timing information it provides is the
assumption that each packet code for exactly one frame, and each frame has
exactly the same duration. Thus, the packet number can more or less be
used as a DTS, but that's all.

It's quite possible that avi is not good for streaming over high-latency network, perhaps try remuxing into proper mp4 container?

from iina.

RC128tech avatar RC128tech commented on June 24, 2024

I disabled the cache already. But I found the solution a few minutes ago:

I created in /private/etc a config file nsmb.conf with the content

[default]
protocol_vers_map=2

After a reboot everything is working fine, also with activated network cache.
Weird, in Mavericks this file didn't exist and playing movies from NAS always worked fine.

from iina.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.