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

How to Install Jwplayer 5.9 Licences Version on ClipBucket


Hello
Recently I Purchased JWPLAYER for My web,actually unfortuntaly i am using Clipbucket for my website,they already have modified JWplayer called CB Player ,But that player dont have enough control so i decide to install my own licensed VERSION OF JWPlAYER ,
but u know all its not easy to install without some one help so I come here on Your community for help
while I was reading clipbucket documents i found this Link http://docs.clip-bucket.com/adding-new-player but its not complete documents
So I am really thanks if some one help to install
Thanks

29 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Where are you running the free player on your site?

JW Player

User  
0 rated :

thanks For reply
Currently i m running on http://pakistantime.net

Ethan Feldman

JW Player Support Agent  
0 rated :

So you just need to download the licensed player from – http://www.longtailvideo.com/order/view

Then replace the free version here with the paid version – http://pakistantime.net/player/cbplayer/player.swf

JW Player

User  
0 rated :

i already did above step before ,But i also want to use long tail ad solution and some other Plugin
But in My Manage Player Page there is No option to set long tail ads and also i want to set stretching, exacting and fill on my mange player page
thanks

Ethan Feldman

JW Player Support Agent  
0 rated :

You will probably need to edit your player.tpl file to add these variables to the player then.

JW Player

User  
0 rated :

lol,If i dont know what lines i added on my player.php
is this any way to Fresh Instillation of JW on my site with all require features

JW Player

User  
0 rated :

I'd correct the 140 Errors, 76 warning(s) before troubleshooting.

The link above is non-standard as it doesn't. In fact one of the worst number of errors I've seen in quite awhile.

Ethan Feldman

JW Player Support Agent  
0 rated :

@Willie – Those errors are coming from the ClipBucket script itself, so this reply isn’t really helpful to this particular problem.

@Muhammad – You need to add the variables to your player.tpl file that comes with ClipBucket.

All variables are here – http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12536/configuration-options

How to load plugins – http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/10629/using-jw-player-plugins

How to load skins – http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/43/using-jw-player-skins

Hope this helps.

JW Player

User  
0 rated :

Here is The Solution for Video Size in CB Player
Edit player/cb_player/cb_player.html

find the line that says

var cb_player_file = '{$cb_player_url}/player.swf';
and make it into

var cb_player_file = '{$cb_player_url}/player.swf?stretching=exactfit';
or any other variable... for several variables do it like this

var cb_player_file = '{$cb_player_url}/player.swf?stretching=exactfit&var1=value&var2=val ue';

JW Player

User  
0 rated :

but can u tell me exact var for longtail ads ???????

Ethan Feldman

JW Player Support Agent  
0 rated :

Cool, thanks for sharing.

The variables you need are ltas and ltas.cc, and you get your channel code from your LongTail Dashboard account.

JW Player

User  
0 rated :

Hi Ethan here is Code of My Cbplayer.html
<div id="mediaplayer">Loading player, please wait....</div>
<script type="text/javascript">
var cb_player_file = '{$cb_player_url}/player.swf?stretching=exactfit';
var cb_player_url = '{$cb_player_url}';
var player_logo = '{$player_logo}';
var hq_video_file = '{$hq_vid_file}';
var normal_video_file = '{$normal_vid_file}';
var ytcode = '{$ytcode}';
var pre_item = "";
var next_item = "";
var preview_img = '{getThumb vdetails=$vdata size="big"}';
var embed_type = '{$Cbucket->configs.embed_type}';


jwplayer("mediaplayer").setup({ldelim}
flashplayer: cb_player_file,
skin : cb_player_url+'/skins/{$cb_skin}',
{if $ytcode}
file: 'http://www.youtube.com/watch?v={$ytcode}',
{else}
file: normal_video_file,
{/if}
image: preview_img,
width: '{$player_data.width}',
height:'{$player_data.height}',
autostart : '{$player_data.autoplay}',

<!-- Setting Pseudo Streaming -->
{if $Cbucket->configs.pseudostreaming=='yes'}provider: 'http',{/if}

<!-- Setting Plugins -->
'plugins':
{ldelim}

<!-- Loading HQ Plugin -->
'hd-2':
{ldelim}
'file':hq_video_file
{rdelim},
<!-- End Loading HQ Plugin -->

<!-- Loading Related Plugin -->
'{$cb_player_url}/plugins/related/related.swf':

{ldelim}
file: cb_player_url+'/plugins/related/related_videos.php'+
'?vid={$vdata.videoid}&title={$vdata.title|urlencode}&tags={$vdata.tags|urlencode}',
usedock :false,
heading :'More suggested videos'
{rdelim}
<!-- End Loading Related plugin -->

<!-- Adding Extra Plugin Files -->

<!-- Adding Extra Plugin Files -->
{rdelim}
,

<!-- For Licensensed Players -->
<!-- Setting Logo -->
'logo':{ldelim}
file :player_logo ,
link :baseurl,
margin : '{$logo_margin}',
position : '{$logo_placement}',
timeout : '36000',
over :'1',
out :'0.5'
{rdelim},
<!-- Ending Logo Settings-->
<!-- Setting context menu -->
'abouttext' : '{$Cbucket->configs.pakplayer_contextmsg}',
'aboutlink' : baseurl,
<!-- Setting context menu ends -->


<!-- Events And JS Api -->
events:{ldelim}
onComplete:function()
{ldelim}
if(next_item)
{ldelim}
if($.cookie('auto_play_playlist'))
window.location = next_item;
{rdelim}
{rdelim}
{rdelim}
{rdelim});



<!-- Writing Quality Toggle function which will work outside the player -->
{literal}
var video_quality = 'normal';
function cb_toggle_quality()
{
jwplayer().stop();
if(video_quality=='normal')
{
video_quality = 'hq';
jwplayer().load(hq_video_file);
jwplayer().play();
}else
{
video_quality = 'normal';
jwplayer().load(normal_video_file);
jwplayer().play();
}
}
has_hq_function = false;
hq_function = cb_toggle_quality;
{/literal}
<!-- Toggle quality video ends -->
</script>

Can you tell me the full variables for ltas and ltas.cc,
Thanks

Ethan Feldman

JW Player Support Agent  
0 rated :

Which plugins are you currently using in your player install?

JW Player

User  
0 rated :

i already resolved my self
<!-- Longtail ADS -->
'ltas':
{ldelim}
'cc': 'channel id'
{rdelim},
<!-- Longtail ADS END -->

Ethan Feldman

JW Player Support Agent  
0 rated :

Cool!

JW Player

User  
0 rated :

Can you give me the files to install this on ClipBucket?

I tried the tutorial here: http://docs.clip-bucket.com/adding-new-player

But it doesn't work.

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you have a link?

JW Player

User  
0 rated :

you can go on public_html/player/cbplayer or whatever your directory
find cbplyer.html and after this line

<!-- Setting Plugins -->
'plugins':
{ldelim}
add following code for longtail ads
'ltas':
{ldelim}
'cc': 'wborrvxcxauwtss'
{rdelim},
<!-- Longtail ADS END -->
thats it
please note that i m not successful to install jwplayer but cb player is based on jw player
thanks

JW Player

User  
0 rated :

sorry try this
<!-- Longtail ADS -->
'ltas':
{ldelim}
'cc': 'your channel code'
{rdelim},
<!-- Longtail ADS END -->

JW Player

User  
0 rated :

Thanks

Ethan Feldman

JW Player Support Agent  
0 rated :

Thanks Muhammad :)

JW Player

User  
0 rated :

Someone please help me, I cant get jwplayer to play videos on my site rightclickmedia.co.za I followed Clipbucket instructions but nothing seems to work. (http://docs.clip-bucket.com/adding-new-player) not working

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you have a link to where you tried this?

JW Player

User  
0 rated :

Thanks, I'm trying it on www.rightclickmedia.co.za

Ethan Feldman

JW Player Support Agent  
0 rated :

I don’t see any references to our player code at all here – http://rightclickmedia.co.za/newsinterview_v969

JW Player

User  
0 rated :

[I don't see any references to our player code at all here - http://rightclickmedia.co.za/newsinterview_v969 ]
Most probably because the installation was unsuccessful. Have done all said in the clipbucket instructions but the player can't get JW player to play, we bought a licensed version.

Ethan Feldman

JW Player Support Agent  
0 rated :

I don’t know ClipBucket…it isn’t our software…

JW Player

User  
0 rated :

Ok thanks

Ethan Feldman

JW Player Support Agent  
0 rated :

Np

This question has received the maximum number of answers.