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

Hide buffer display icon


Hi all!

I',m using the latest version of JW Player. I'm using it for display my network camera stream. Everything is perfect except 1 thing. During the stream a buffer icon is always displayed and i can't hide it. I already tried many variations like: icons: false icons: "false" icons=false icons="false" non if them worked for me. here is my html source:

<script type="text/javascript">
jwplayer('video-jwplayer').setup({
flashplayer:"/jwplayer/jwplayer.flash.swf"
, file:"http://192.168.1.103:8090/webcam.flv"
, autoStart: false
, mute: true
, rtmp:{
bufferlength:0.1
}
, deliveryType: "streaming"
, width: 640
, height: 480
, player: {
modes: {
linear: {
controls: {
stream: {
manage:false
, enabled: false
}
}
}
}
}
, shows: {
streamTimer: {
enabled: true
, tickRate: 100
}
}
});
</script>

2 Community Answers

szppatrik.morp

User  
0 rated :

I tried controls: false and it worked but it hide everything, the whole control bar. I'd like to hide only the buffer icon (maximum the play and pause on the middle but not the whole control bar).

Ethan Feldman

JW Player Support Agent  
0 rated :

You need to make a custom skin to do this – http://support.jwplayer.com/customer/portal/articles/1412123-building-jw-player-skins

This question has received the maximum number of answers.