Active
Project:
MediaElement
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 14:54 UTC
Updated:
9 Jul 2018 at 16:52 UTC
Jump to comment: Most recent
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
Comment #1
jnettikUpdating 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.