Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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?

1 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

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

This question has received the maximum number of answers.