Is there a player for the rtmp:// (flash streaming) protocol?
Asked
Active
Viewed 2.9k times
4 Answers
6
VLC supports rtmp protocol. Well, VLC supports almost anything you throw at it!
sudo apt install vlc
-
1vlc doesnt suport it! (at least for me) I tried rtmp://69.55.53.31:1935/live/ch_22 and many others – Oct 23 '10 at 13:27
-
1Weird, I looked it up here: http://wiki.videolan.org/Rtmp – Ignacio Oct 23 '10 at 14:39
-
1Since this was answered, VLC has added support. (at least, it has on the Mac version) – Dan Pritts Aug 24 '15 at 20:38
4
Try ffplay:
ffplay "rtmp://planeta-online.tv:1936/live/channel_22"
ffplay "rtmp://cp97712.live.edgefcs.net/live/Air1044flash@25902"

Savvas Radevic
- 7,753
1
Native Ubuntu video player "Totem" can open rtmp. Just press "ctrl+L" and add link.
-
4This 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
-
1Yes, 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