Giter VIP home page Giter VIP logo

Comments (9)

achbed avatar achbed commented on July 1, 2024

What's the deefuzzer log say?

from deefuzzer.

achbed avatar achbed commented on July 1, 2024

I think I may see your problem - there are really two separate M3U files here. Line 3 is your output M3U with reference to the station. The M3U under Media is an input M3U file that should contain the media files to play. If they're the same, things will definitely blow up.

I suggest you change line 3 to <m3u>/home/niman66/Temp/deeF/nima-stream.m3u</m3u> and see if that helps.

from deefuzzer.

nim4n avatar nim4n commented on July 1, 2024

@achbed , yes It works, thanks a lot

from deefuzzer.

achbed avatar achbed commented on July 1, 2024

No problem! I'd highly suggest checking out the dev branch if you can. There's a lot of updates and fixes in there. I'm now using it for a production site that's running 24/7 with 15+ streams with a single instance of Deefuzzer. Performance has been great and it's running real smooth. I think we're getting close to launching a version 0.7 (we're still doing final testing but things are looking good).

Also, if your issue is fixed, please close the issue when you have a minute. Thanks!

from deefuzzer.

yomguy avatar yomguy commented on July 1, 2024

Thanks for helping @achbed.
As too many people don't make the difference so much between the 2 fields, I think we could rename <media><m3u> to <media><playlist>. It could then handle M3U files as some other types, like simple text containing the paths to the media files. What do you think about that?

from deefuzzer.

achbed avatar achbed commented on July 1, 2024

See #4, #21 and #47. We're moving away from separate <m3u> and <dir> options (with confusion when you specify both) to a single <source> that is then handled automatically depending on if it's a folder or file. If it's a file it's assumed to be an M3U file currently. We are then set up to start detecting file type and handling things like CUE files.

from deefuzzer.

yomguy avatar yomguy commented on July 1, 2024

Ah ok, <source> is good like implemented in #47.
So to be clear, we can replace <dir> and <m3u> with <source> and detect the type of it, right?

from deefuzzer.

achbed avatar achbed commented on July 1, 2024

Yes - that's the intent. The actual effect in that patch is that we use the m3u value as source internally, override it with dir, then override that with source. This ensures that only one will be used, with a preference towards the newer names. Then at runtime it auto-detects based on whether the internal source is a folder or a file.

from deefuzzer.

yomguy avatar yomguy commented on July 1, 2024

Great!

from deefuzzer.

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.