Forum /
Ext JS Community Forums 4.x /
Ext: Q&A /
Unanswered: Hello Friends I am using Ext JS 4.1 ... How to play rtmp link in Ext js
Unanswered: Hello Friends I am using Ext JS 4.1 ... How to play rtmp link in Ext js
Hi I have one doubt regarding playing rtmp link using Ext Js 4.1 ....
Ext.require(['*']);
Ext.onReady(function() {
Ext.create('Ext.panel.Panel', {
title: 'Hello World Flowplayer',
//width: 200,
html: '<video width="50%" src=" rtmp://flashmedia.whro.org:1953/vod/_definst_/mp4:dtvbox.mp4 "></video>',
renderTo: Ext.getBody()
});
});
But this is not working please let me know the solution how embed rtmp link in ext js and playing video using rtmp link in Ext Js 4.1
Thanks in Advance
Sencha - Senior Forum Manager
Does the browser support it? This isn't going to have anything to do with Ext JS as it's using the <video> element so Ext JS doesn't have any say here.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us