-
### Issue description
When play back mp4 file with 7.1 AAC, Exoplayer does not work. However it works with 5.1 AAC. According to #3248, Exoplayer is able to play 7.1 AAC.
### Reproduction steps
P…
-
The video get stuck while playing.
Video info: 3840 * 2160 AAC, H.264, duration 01:47, size 1.19G
The sample 4k video is uploaded at https://pan.baidu.com/s/1cu0vjo
Exoplayer version: 2.2.0
device…
-
-
Good day,
My task is to stream video natively in application.
I receive following m3u8 file from API :
```
#EXTM3U
#EXT-X-VERSION:4
#EXT-X-TARGETDURATION:15
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-STREAM…
avinz updated
7 years ago
-
ExpandableListView更新Child列表, notifyDataSetChanged()不管用
发生的情况是全选条目的checkbox, 不能更新界面
-
Can create SubExpandingList inside ExpandingList?
Or ExpandingItem inside ExpandingItem?
-
Stream: http://content.jwplatform.com/manifests/xjm4gf2b.m3u8
ExoPlayer r.1.5.8
Test on Emulator Nexus 6P API 23
I tested the stream on the demo from ExoPlayer-master, and i just replaced the stream …
-
Expandable的是适配器有类似addData的方法吗?
比如我有两个Level0Item同级的
1.直接从adapter.addData的话,再collsape的话,新增的数据还在外面。
2.从adapter.getdata找到其中一个的Level0Item,然后addSubItem,然后再addData。再collsape的话,就会报错,好像是notifyItemRangeRemov…
-
ExpandableListView 貌似不起作用,上拉刷新和下拉加载都没有效果
-
1. Try to use RecyclerView
2. Use another RecyclerView inside RecyclerView for testing.
3. Try mentioned function. @allencheng07