-
Hello after upgrading to exoplayer 2.3 I started to have following issue. As i see it happens with all the HLS sources. When receiving Tracks data, there is always an additional text track with id: 1/…
-
Hello. How I could get multiple subtitles embeded in .ts file?
trackInfo = trackSelector.getCurrentSelections().info;
trackGroups = trackInfo.getTrackGroups(2);
trackGroupsAdap…
-
Hi, I try to play HLS stream:
```
Stream #0:0: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 720x576 [SAR 704:675 DAR 176:135], 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1: Audio: mp2…
-
Hi colleagues,
I have a doubt related type of the renderer that ExoPlayer provide for the given url:
```
http://nasatv-lh.akamaihd.net/i/NASA_101@319270/master.m3u8
```
Here is log trace:
```
…
-
I'm upgrading from ExoPlayer `r.1.5.9` to `r2.2.0`. Previously in ExoPlayer `r1.5.9` I listened for `CEA-608` / `EIA-608` captions using `Eia608TrackRenderer`:
```java
new Eia608TrackRenderer(sample…
-
**Issue description**
When using Demo player in ExoPlayer version 2.4.0 to playback the HLS stream, the player is stuck in loading mode after getting track information and not switching any further…
needz updated
6 years ago
-
Most of the references to “CEA” should be replaced with “CTA” - e.g. "CTA 608". They changed their name and also the name of their standards. See http://cta.tech/
The namespaces with “cea” in it h…
-
references com.dkaishu.zxinglib.decoding.InactivityTimer.activity
-
I'm having an issue where my live stream's embedded CEA-608 captions are being displayed incorrectly in Chrome.
They are working as expected in Firefox, but in Chrome the words have characters in inc…
-
### Please describe the problem or feature request in detail:
HandBrakeCLI encoding a file recorded from Comcast does not copy the subtitles even when requested to do so with "-s 1". These subtitles …