From 0976f220c1aa343f99cfa2ccb0f58e743970ccb5 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Mon, 9 Sep 2013 19:25:37 +0200 Subject: [PATCH] movieplayer.cpp: add rtsp parse Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/79e63c3f78157888a966b1c2f9e6f0c1dcfae5b0 Author: Jacek Jendrzej Date: 2013-09-09 (Mon, 09 Sep 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/movieplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index ec9e3316a..4d748ec31 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -420,7 +420,7 @@ bool CMoviePlayerGui::SelectFile() if (strlen(cLine) > 0 && cLine[0]!='#') { char *url = NULL; - if ( (url = strstr(cLine, "http://")) || (url = strstr(cLine, "rtmp://")) ){ + if ( (url = strstr(cLine, "http://")) || (url = strstr(cLine, "rtmp://")) || (url = strstr(cLine, "rtsp://")) ){ if (url != NULL) { printf("name %s [%d] url: %s\n", name, dur, url); full_name = url;