Nginx-rtmp-module: Possible to pull from RTSP?

Created on 28 May 2014  ·  1Comment  ·  Source: arut/nginx-rtmp-module

We have some cameras that output RTSP, would it be possible to pull them into this module and output RTMP?

Cheers,

A

Most helpful comment

  • use exec_static ffmpeg to pull the stream statically in any format
  • use exec_pull ffmpeg to pull the stream on demand (requires single-worker configuration)

>All comments

  • use exec_static ffmpeg to pull the stream statically in any format
  • use exec_pull ffmpeg to pull the stream on demand (requires single-worker configuration)
Was this page helpful?
0 / 5 - 0 ratings

Related issues

fishfree picture fishfree  ·  4Comments

qhchen2 picture qhchen2  ·  4Comments

MikuPanda picture MikuPanda  ·  4Comments

Tinywan picture Tinywan  ·  3Comments

evgenibers picture evgenibers  ·  4Comments