Giter VIP home page Giter VIP logo

Comments (5)

 avatar commented on July 30, 2024

直播录制感觉有很大问题,会丢分片,8秒才读一次m3u8. 尝试修改源码
timer.Interval = (targetduration - 2) * 1000;
改成timer.Interval = (targetduration - 2) * 100; 又会出现分片合并混乱的问题,感觉列表机制有问题

from n_m3u8dl-cli.

nilaoda avatar nilaoda commented on July 30, 2024

直播当时没有做详细测试,仅实现功能。
改间隔的话你直接把60行targetduration = initJson["m3u8Info"]["targetDuration"].Value<int>();改成固定时间,单位秒

from n_m3u8dl-cli.

mskgroup avatar mskgroup commented on July 30, 2024

试一下timer.Interval = (targetduration - 2) * 200,我目前没出过混乱问题

from n_m3u8dl-cli.

wenhaobin avatar wenhaobin commented on July 30, 2024

直播当时没有做详细测试,仅实现功能。
改间隔的话你直接把60行targetduration = initJson["m3u8Info"]["targetDuration"].Value<int>();改成固定时间,单位秒

你好 我有viu会员 如何和你联系

from n_m3u8dl-cli.

hexiyou avatar hexiyou commented on July 30, 2024

mark!这个问题我也想知道,除了设置固定时间结束录制以外,好像没啥简单好用的办法,不同的目标服务器直播结束时返回的东西是不一样的,有的重复返回视频结尾的分片,有的返回403,有的返回连接超时等等情况,都不是固定的路数...

from n_m3u8dl-cli.

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.