
Where is the "publish rtmp"?
Hello friends,
After I upgrade to the new version of my account at the JW player, I can no longer publish my rtmp streaming files. Where do I find it?
Hello friends,
After I upgrade to the new version of my account at the JW player, I can no longer publish my rtmp streaming files. Where do I find it?
This feature will be added into the new dashboard shortly. For now, you’ll have to manually add your rtmp:// source into the setup code:
jwplayer(“player”).setup({
file: ‘rtmp://bunny.mp4’,
title: ‘Bunny’,
width:‘100%’
});
-Cooper