Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions librtmp/parseurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ int RTMP_ParseURL(const char *url, int *protocol, AVal *host, unsigned int *port

if(ques && strstr(p, "slist=")) { /* whatever it is, the '?' and slist= means we need to use everything as app and parse plapath from slist= */
appnamelen = ques-p;
// dozeo:kostas -> use app name as everything until the question mark
applen = appnamelen;
}
else if(strncmp(p, "ondemand/", 9)==0) {
/* app = ondemand/foobar, only pass app=ondemand */
Expand Down