Skip to content

Commit dda3102

Browse files
authored
Support HLS for transcodings (#2)
1 parent e0565d4 commit dda3102

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/VideoPlayer/HlsVideo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export class HlsVideo extends Component {
154154
value: this.state.resolution
155155
}}
156156
progressUpdateInterval={1000}
157+
useTextureView={false}
157158
/>
158159
}
159160

0 commit comments

Comments
 (0)