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

Uploads and embeds


Hi
Is it possible to upload eg one video and then create multiple embeds from the video?
I tried using an external (YouTube) link and I think it worked, but I couldn't create a link from the video I'd uploaded.
What I want to be able to do is: upload a video, create multiple embeds which go to different clients. I'd then like to be able to time limit, or delete individual embeds if the client doesn't keep subscribing.

Thanks in advance

Andy

1 Community Answers

Jessenia

JW Player Support Agent  
0 rated :

You may be able to accomplish this using the single-line embed method which looks like this:
<script src="//content.jwplatform.com/players/MEDIAID-PLAYERID.js"> </script>

When you upload a video, it is assigned a unique Media ID. When you create a new player, it is assigned a unique Player ID. You can generate multiple unique embeds for a video by selecting a different player for each embed. Your embeds would have the same Media ID and different Player ID’s. To stop a viewer’s embed simply delete the player from your dashboard’s Manage section and all of the embeds using that Player ID will break.

The single-line embed code can be generated within the dashboard from the Content Details page of any of your uploaded videos. Click on the red “Embed” button at the top of the page and a pop-up will appear. The pop-up will contain a drop down of all the players in your dashboard, and the Javascript embed code based on the player you select.

This question has received the maximum number of answers.