1

I am watching a rtmp stream using omxplayer, but I was wondering if omxplayer saves some output of the stream by default?

Thanks in advance!

Web Weave
  • 113
  • 3

1 Answers1

0

omxplayer does not save a RTMP stream to a file by default.

Use a tool like rtmpdump to actually do this.

sudo apt-get install rtmpdump
rtmpdump -r rtmp://example.com/path/to/video -o downloaded_file.mp4
flakeshake
  • 6,235
  • 1
  • 14
  • 33