MOBILE-4566 media: Use VideoJS for some formats in Android too
This commit is contained in:
		
							parent
							
								
									bfd37520bf
								
							
						
					
					
						commit
						aae5002b2c
					
				@ -54,7 +54,7 @@ export class CoreMedia {
 | 
				
			|||||||
     * @returns Whether needs conversion.
 | 
					     * @returns Whether needs conversion.
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    static sourceNeedsConversion(source: CoreMediaSource): boolean {
 | 
					    static sourceNeedsConversion(source: CoreMediaSource): boolean {
 | 
				
			||||||
        if (!CorePlatform.isIOS()) {
 | 
					        if (!CorePlatform.isMobile()) {
 | 
				
			||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -84,7 +84,7 @@ export class CoreMedia {
 | 
				
			|||||||
     * @returns Whether JS player should be used.
 | 
					     * @returns Whether JS player should be used.
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    static mediaUsesJavascriptPlayer(mediaElement: HTMLVideoElement | HTMLAudioElement): boolean {
 | 
					    static mediaUsesJavascriptPlayer(mediaElement: HTMLVideoElement | HTMLAudioElement): boolean {
 | 
				
			||||||
        if (!CorePlatform.isIOS()) {
 | 
					        if (!CorePlatform.isMobile()) {
 | 
				
			||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user