I'm looking for a Drupal 7 media player with support of RTMP proctocol.
It looks like MediaElement.js can handle it (demo : stream.php) :
<video width="360" height="203" id="player1" src="rtmp://stream2.france24.yacast.net/france24_live/en/f24_liveen" autoplay="true" type="video/flv" controls="controls"></video>

I tried to use the link field module, but it does not allow link starting by "rtmp://". Is there any other way/module to achieve this ?

Comments

jnettik’s picture

Version: 7.x-1.0 » 8.x-1.x-dev
Issue summary: View changes

Updating this to be a possible feature for the D8 build. Currently this module only works with a file field, so I think we'd need to open that up to another field type. Thinking support for the link module to allow for adding those paths to the player.