Is there a way to embed a video on facebook live in an html page, for example using a custom video player script like mediaelementjs? Use rtmp that facebook provide when you live.
I tested with this embed:
<video width="360" height="203" id="player1" src="rtmp://rtmp-api.facebook.com:443/rtmp/1327296050643313?ds=1&s_l=1&a=ATiweM9l1fKQFUUB" autoplay="true" type="video/rtmp" controls="controls"></video>
and js init
<script type="text/javascript"> $('video,audio').mediaelementplayer(); </script>
But nothing on the page looks. did someone test the player (maybe html5 player) for facebook live embed on the html page?
thanks
source share