mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
Merge pull request #7814 from fr500/master
allow playing video from http/https sources
This commit is contained in:
commit
3ad6ca75cc
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…
x
Reference in New Issue
Block a user