Ignore:
Timestamp:
09/01/10 08:55:52 (21 months ago)
Author:
shiretu
Message:

-- android stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/src/protocols/rtp/basertspappprotocolhandler.cpp

    r53 r113  
    636636                result += "a=control:trackID=" 
    637637                                + (string) pFrom->GetCustomParameters()["audioTrackId"] + "\r\n"; 
    638                 result += "a=fmtp:96 profile-level-id=15;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config="; 
    639                 result += format("%02x%02x\r\n", 
     638                result += format("a=fmtp:96 streamtype=5; profile-level-id=15; mode=AAC-hbr; config=%02x%02x; SizeLength=13; IndexLength=3; IndexDeltaLength=3; Profile=1;\r\n", 
    640639                                pCapabilities->audioCodecInfo.aac.pAAC[2], 
    641640                                pCapabilities->audioCodecInfo.aac.pAAC[3]); 
Note: See TracChangeset for help on using the changeset viewer.