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

Android player add button?


1. I found I cannot add button to my jw player, such as like button.

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

<com.longtailvideo.jwplayer.JWPlayerView
android:id="@+id/jwplayer"
android:layout_width="match_parent"
android:layout_height="match_parent" />

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/com_facebook_button_like_icon_selected"
/>

<TextView
android:id="@+id/output"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingLeft="16dp"
android:paddingTop="16dp" />

</RelativeLayout>
</LinearLayout>

2. at the bottom, there is always text "Live Broadcast", how to remove it?

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi, do you have a demo project you can share?

This question has received the maximum number of answers.