Giter VIP home page Giter VIP logo

Comments (6)

iizukanao avatar iizukanao commented on July 24, 2024

Hi, I've added config options to be able to use the server only for RTMPT at the commit e18d4b5. Edit config.coffee and set enable* to false except enableRTMPT.

Though the server cannot download remote RTMP stream, you can use ffmpeg to pass the stream like this:

$ ffmpeg -i rtmp://REMOTE_SERVER/PATH -c:v copy -c:a copy -f flv rtmp://localhost/live/test

from node-rtsp-rtmp-server.

domosapien avatar domosapien commented on July 24, 2024

Thank you very much for enabling this! I will test it out soon. Is it at all possible to get rtmpt to download the remote stream? If possible, I would like to avoid the extra server load from processing the rtmp twice and from having to manage additional ffmpegs to reflect the data into the other server.

from node-rtsp-rtmp-server.

iizukanao avatar iizukanao commented on July 24, 2024

Currently it's not supported, but I'm planning to implement that in future versions.

from node-rtsp-rtmp-server.

fuyacho-takatsuji avatar fuyacho-takatsuji commented on July 24, 2024

Hi,
I am also interested in the feature, would you put priority on it?

from node-rtsp-rtmp-server.

iizukanao avatar iizukanao commented on July 24, 2024

@fuyacho-takatsuji Maybe. I'm refactoring the code to be able to do this.

from node-rtsp-rtmp-server.

fuyacho-takatsuji avatar fuyacho-takatsuji commented on July 24, 2024

Well, I created rtsp server application on android to source live streaming. I was able to grab it and publish on rtmp with ffmpeg(command below) and this server.coffee script.
ffmpeg -i rtsp://192.168.2.12:8988 -c:v copy -c:a copy -f flv "rtmp://localhost:1935/live/androidtest"
*192.168.2.12 : android phone ip address in local wifi
I needed to prepare index.html with jwplayer.

Thanks Iizukanao for the project. It is so much fun.

from node-rtsp-rtmp-server.

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.