-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can work this as proxy rtsp server? #144
Comments
@Classsic Thanks for your message! Is this what you want to do?
If so, that's impossible at this time, but that would be a nice new feature. |
Almost exactly:
|
@Classsic When client requests rtsp://server-ip:80/live/test-stream-id, the client first sends DESCRIBE to server and respondDescribe method in rtsp.coffee is called. You can launch ffmpeg in respondDescribe method and set ffmpeg's output URL to rtmp://localhost/live/your-stream-id. After ffmpeg is properly set up, send a response to the DESCRIBE request. In theory this should work. |
Hi, is possible to launch a ffmpeg command on rtsp request to push to rtsp itself?
Please, I think this will useful to many people.
Thanks for your GREAT project.
The text was updated successfully, but these errors were encountered: