toschlog

Results 30 comments of toschlog

Interestingly, the disneyplus.com web player has a Subtitle Styling menu that can produce similarly ugly text: ![image](https://user-images.githubusercontent.com/25090868/173142499-3ae284c0-2147-4338-b7e7-1fcb21ed2585.png) If you select a large enough font size, however, it looks ok: ![image](https://user-images.githubusercontent.com/25090868/173142639-4d34abb6-e970-4acb-96dd-2d1df7290f87.png)

@avelad I've attached one of the segment M4S file. Is that helpful? (Note that the file isn't really a text file, but Github won't accept an M4S file.) [seg.m4s.txt](https://github.com/shaka-project/shaka-player/files/8892565/seg.m4s.txt)

See attached. Hopefully that's what you need. [init.m4v (1).txt](https://github.com/shaka-project/shaka-player/files/8919899/init.m4v.1.txt) [init.m4v (2).txt](https://github.com/shaka-project/shaka-player/files/8919900/init.m4v.2.txt) [vtt_init.m4v.txt](https://github.com/shaka-project/shaka-player/files/8919905/vtt_init.m4v.txt)

I was testing with "Doctor Strange" and "The Mandalorian" S1E1 on Disney+ using Hearo. Testing using Hearo will be a little tricky: subtitles are broken in the current release, and...

I've attached an m3u8 plus one of the VTT segments. Let me know if you need anything else. [composite_cs_NORMAL_1b145a3c-88fb-4fd6-ba4b-e6218e77b6be_daf3602b-9036-47f9-9ff9-88b1f81adbde.m3u8.txt](https://github.com/shaka-project/shaka-player/files/8774835/composite_cs_NORMAL_1b145a3c-88fb-4fd6-ba4b-e6218e77b6be_daf3602b-9036-47f9-9ff9-88b1f81adbde.m3u8.txt) [seg_00000.vtt.txt](https://github.com/shaka-project/shaka-player/files/8774838/seg_00000.vtt.txt) .

I was wrong about what's causing the problem here. Please ignore my reference to the specific spot in the code. In the Mandalorian, all the titles appear at the top,...

FYI, here's my hack to fix the text. I change lineAlign to "start", convert the line value to line counts (instead of percent) and adjust by the number of lines...

It would be super-nice if this logic were built in to react-infinite-scroll-component: If the element isn't scrollable but more items are available, request more items.

Or will the video element 'playing' event be triggered when the stall is resolved? I looked at the code and it doesn't seem like it would.

I made a MAS build using 12.0.5 and submitted it. This is what I got back: ``` Your app links against the following non-public framework(s): • Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework/CAContext •...