8

Is there a player for the rtmp:// (flash streaming) protocol?

4 Answers4

6

VLC supports rtmp protocol. Well, VLC supports almost anything you throw at it!

sudo apt install vlc
Zanna
  • 70,465
Ignacio
  • 243
4

Try ffplay:

ffplay "rtmp://planeta-online.tv:1936/live/channel_22"
ffplay "rtmp://cp97712.live.edgefcs.net/live/Air1044flash@25902"
2

There's a command line app called flvstreamer Install flvstreamer for streaming RTMP.

maco
  • 15,892
1

Native Ubuntu video player "Totem" can open rtmp. Just press "ctrl+L" and add link.

  • 4
    This answer might be useful if you were to [edit] it and tell us which native Ubuntu video player are you referring to and what stream you tested it on? – Elder Geek Jan 23 '17 at 19:12
  • Do you mean Totem? That's the default media player of Ubuntu and Ubuntu Gnome. – David Foerster Jan 23 '17 at 20:57
  • 1
    Yes, i meant "Totem" and already edited answer. In Ubuntu with russian interface this player just called "Video" (in translation from russian). That's why its name was not obvious. – Andrii Liekariev Jan 24 '17 at 13:47