We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74772c3 commit 91aeec3Copy full SHA for 91aeec3
src/android/AudioPlayer.java
@@ -435,7 +435,7 @@ public long getCurrentPosition() {
435
* @return T=streaming, F=local
436
*/
437
public boolean isStreaming(String file) {
438
- if (file.contains("http://") || file.contains("https://") || file.contains("rtsp://")) {
+ if (file.contains("http://") || file.contains("https://") || file.contains("rtsp://") || file.contains("udp://")) {
439
return true;
440
}
441
else {
0 commit comments