Changeset 695


Ignore:
Timestamp:
11/14/11 03:26:12 (6 months ago)
Author:
shiretu
Message:

-- activated LiveFLV to HLS bridge

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/sources/thelib/src/protocols/liveflv/innetliveflvstream.cpp

    r694 r695  
    101101bool InNetLiveFLVStream::IsCompatibleWithType(uint64_t type) { 
    102102        return TAG_KIND_OF(type, ST_OUT_NET_RTMP) 
    103                         || TAG_KIND_OF(type, ST_OUT_NET_RTP); 
     103                        || TAG_KIND_OF(type, ST_OUT_NET_RTP) 
     104                        || TAG_KIND_OF(type, ST_OUT_FILE_HLS); 
    104105} 
    105106 
  • trunk/sources/thelib/src/protocols/liveflv/innetliveflvstream.cpp

    r694 r695  
    101101bool InNetLiveFLVStream::IsCompatibleWithType(uint64_t type) { 
    102102        return TAG_KIND_OF(type, ST_OUT_NET_RTMP) 
    103                         || TAG_KIND_OF(type, ST_OUT_NET_RTP); 
     103                        || TAG_KIND_OF(type, ST_OUT_NET_RTP) 
     104                        || TAG_KIND_OF(type, ST_OUT_FILE_HLS); 
    104105} 
    105106 
Note: See TracChangeset for help on using the changeset viewer.