WebTorrent & ReactJS | Browser based anime torrent streamer

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 9

  • @hitxrth
    @hitxrth  Місяць тому +1

    Note: If you do not have "nodemon" installed then either install it and then run the backend or use the command "node server.js" instead of "nodemon server.js"

  • @kimberlyrios
    @kimberlyrios 2 місяці тому +1

    as a visual learner this is very much appreciated!

  • @thequacker6504
    @thequacker6504 2 місяці тому +1

    loved it!

  • @telson9773
    @telson9773 Місяць тому +1

    Can you provide github project link

    • @hitxrth
      @hitxrth  Місяць тому +2

      github.com/hitarth-gg/zenshin

    • @telson9773
      @telson9773 Місяць тому

      ​@@hitxrth
      Can you make similar project for movies and web series only with finding torrents of prioritizing any language
      In which video should be played on the web and no external server is involved

    • @hitxrth
      @hitxrth  Місяць тому +2

      @@telson9773 The backend server can be ditched completely if the torrent that you want to stream has WebRTC peers which not a lot torrents have, so the webapp will not be able to stream most of the torrents.
      I was working on an ElectronJS port but ditched it as it was eating up a lot of my time.
      I will probably start working on the port once I get some free time during the winter vacations.

    • @telson9773
      @telson9773 Місяць тому

      @@hitxrth I'm not sure about it but just curious if we could download the torrent in the web and stream the downloaded data with video.js
      I think it will neither require webRTC nor any external server would be involved

    • @hitxrth
      @hitxrth  Місяць тому

      @@telson9773 I think with this approach streaming will only be possible once the download has been completed. I'll see what I can do though.