@@ -146,7 +146,7 @@ const Video = forwardRef<VideoRef, ReactVideoProps>(
|
||||
if (!uri) {
|
||||
console.log('Trying to load empty source');
|
||||
}
|
||||
const isNetwork = !!(uri && uri.match(/^https?:/));
|
||||
const isNetwork = !!(uri && uri.match(/^(rtp|rtsp|http|https):/));
|
||||
const isAsset = !!(
|
||||
uri &&
|
||||
uri.match(
|
||||
|
Reference in New Issue
Block a user