Slide icon indicating copy to clipboard operation
Slide copied to clipboard

v.redd.it videos are not Displaying Properly

Open MetalNeo opened this issue 3 years ago • 3 comments

Some v.redd.it videos are not playing video. The audio plays, but the video stays black.

Example

Slide version: 6.7.1 Android version: 11

MetalNeo avatar Jul 06 '21 19:07 MetalNeo

This seems to be an issue with the exoplayer.

Using the demo application with those entries yields the same result:

      {
        "name": "reddit",
        "uri": "https://v.redd.it/0n1otu272k971/DASH_720.mp4"
      },
      {
        "name": "reddit2",
        "uri": "https://v.redd.it/buksivkk5q081/DASH_1080.mp4"
      }

newhinton avatar Nov 20 '21 15:11 newhinton

As stated in the linked issue in exoplayer, this will not be fixed in exoplayer. So to fix this issue, slide would need to supply it's own decoder for dolby-vision content.

@ccrama Is it reasonable to add a converter infront of dolby-vision content?

newhinton avatar Nov 22 '21 12:11 newhinton

This is something reddit really needs to fix, chrome can't even play these videos properly. dolby vision is a proprietary codec so shipping an implementation of it may not be possible

Alexendoo avatar Nov 22 '21 13:11 Alexendoo