Changeset 30622


Ignore:
Timestamp:
10/20/14 10:21:21 (9 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek_global.h

    r30621 r30622  
    255255
    256256        free(tmplink), tmplink = NULL;
    257         if(ostrncmp("http://", streamurl, 7))
    258         {
    259                 printf("Streamurl3: not http://\n");
     257        if(ostrncmp("http", streamurl, 4) && ostrncmp("rtmp", streamurl, 4) && ostrncmp("mms", streamurl, 3) && ostrncmp("rtsp", streamurl, 4))
     258        {
     259                printf("Streamurl3: not http*|rtmp*|mms*|rtsp* Streamurl: %s\n", streamurl);
    260260                free(streamurl),streamurl = NULL;
    261261        }
Note: See TracChangeset for help on using the changeset viewer.