Ignore:
Timestamp:
08/04/10 22:39:39 (22 months ago)
Author:
shiretu
Message:

-- added support for stream metadata gathered from flv metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/include/protocols/liveflv/inboundliveflvprotocol.h

    r2 r54  
    3131        InNetLiveFLVStream *_pStream; 
    3232        bool _headerParsed; 
     33        bool _waitForMetadata; 
    3334public: 
    3435        InboundLiveFLVProtocol(); 
     
    4142        virtual bool SignalInputData(IOBuffer &buffer); 
    4243private: 
    43         bool InitializeStream(); 
     44        bool InitializeStream(string streamName); 
    4445}; 
    4546 
Note: See TracChangeset for help on using the changeset viewer.