
android auto start video not have sound
i am setup jwplayer using xml like
<com.longtailvideo.jwplayer.JWPlayerView
android:id="@+id/jw_player_front"
android:layout_width="match_parent"
android:layout_height="230dp"
android:descendantFocusability="blocksDescendants"
jwp:jw_autostart="true"
jwp:jw_controls="false"
jwp:jw_stretching="stretching" />
but when video autostart sound is silent why ?