
rtmp and html5
The new 5.10 player supports html5 for apple devices. All my embedded files wirk fine. You suggest ti add
'modes': [ {type: 'flash', src: 'player.swf'}, { type: 'html5', config: { 'file': '/videos/sintel.mp4', 'provider': 'video' } }, { type: 'download', config: { 'file': '/videos/sintel.mp4', 'provider': 'video' } } ]
to my current embed code. everytime I do this, the rtmp does not play on the regular website. Any suggestions?