Code Monkey home page Code Monkey logo

node-media-server's People

Contributors

dependabot[bot] avatar gkozlenko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

node-media-server's Issues

Can not use H.264 videos to stream

Hi,

I am using your node-media-server 2years. Before 2023 it was working OK. After Jan-2023 my H.264 encoded videos not playing on Node-media-server using HLS player.

What should i do to work it again ?

Remote URL?

Hi! Is there a way to provide a remote url instead of a path?
For example, i have on my website,
EXTERNAL_IP:80/F/File/video.mp4 and i want to stream that file on another server, because my "hosting" server has no hls. Could that be done?

HLS VOD support?

Hello. I have several questions about features

Does it support HLS VOD? If so, does it make it on-the-fly packaging (without writing/storing chunks on disk)
Does it support mp4, mp3 containers?

websockets

Do I need to install socket io for chat app or video chat? Thanks

Streaming from .mp4 file.

I've recorded an RTMP file to .mp4, how can I stream from file (instead of live) to an flv player on the front end?

My config.

{
  trans: {
    ffmpeg: "/usr/local/bin/ffmpeg",
    tasks: [
      {
        app: "live",
        mp4: true,
        mp4Flags: "[movflags=frag_keyframe+empty_moov]",
      },
    ],
  },
}

VTT Subtitel Support

hi guys this is an interesting project i want to ask if it supports Subtitles if yes can you tell me how it works?

Need a example

Hi gkozlenko,

I created a m3u8 with ffmpeg, so I have my .ts files and my m3u8 playlist but in which folder should I put it to stream with the server?

Thank you for your work!

failed to load video

video length error in more than one hour of view.
video less than an hour long works very well.

-- sorry i can't write english

Ability to throttle?

Hi,

Thank you so much for this server, its perfect for our uses cases.

Can you provide information on whether or not we could throttle response times?

How does this work?!

Hi,

I have some question about how does this script work?

#2 you say "Please ensure that your MP4 files have H.264/H.265 video codecs and AAC audio codecs.",

This makes me think that this script doesn't come with any kind of "encoding" like convert mkv/mp4 or change video/audio codec but all it does is "convert" mp4 videos to hls format which shouldn't take much resources to do i mean based on what way you do i'm talking about smth like

ffmpeg -i video.mp4 -codec copy -start_number 0 -hls_playlist_type vod -hls_time 3 -hls_list_size 0 -f hls play.m3u8

is this right?!

if that is what it does what happens if some user watches one video and after you generated .m3u8 for that video? do you save the hls files/m3u8 which was generated from first view and provide them to some other user or do you generate a new m3u8/hls i mean converting video everytime a new user tries to open and watch the same video?!

Can this project be used as a DRM license server?

I'm not really experienced with DRM, so sorry in advance for any mistakes.

I need to set up a DRM-protected video streaming website, and I have a few questions.
- Can I package and encrypt videos to be hosted on the server?
- Can the server be used to distribute licenses to clients, for decrypting the encrypted videos? If not, are there any open source projects which do that?

Thanks in advance,
Mukesh

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.