mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
allow playing video from http/https sources
This commit is contained in:
parent
d2a2878b2c
commit
abc31fa092
2
paths.c
2
paths.c
@ -724,6 +724,8 @@ enum rarch_content_type path_is_media_type(const char *path)
|
||||
/* hack, to detect livestreams so the ffmpeg core can be started */
|
||||
if (
|
||||
strstr(path, "udp://") ||
|
||||
strstr(path, "http://") ||
|
||||
strstr(path, "https://")||
|
||||
strstr(path, "tcp://") ||
|
||||
strstr(path, "rtmp://") ||
|
||||
strstr(path, "rtp://")
|
||||
|
Loading…
Reference in New Issue
Block a user