Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

QuickTime Player not using custom Reassembler



I've used the QTSPketizerReassem sample code as a starting point to create a
custom Reassembler. It compiles fine, and I can open it with Fiendishthngs.
However QuickTime Player does not use it when it encounters my type of RTP
payload ("DV"). I do have it installed it /Library/QuickTime/.

The Packet Reassemblers section of the QuickTime Streaming guide suggests
that all I need to get QuickTime to use my reassembler is to have the
following two resources:

resource 'thnr' (200)
{
    {
        kRTPReassemblerInfoResType, 1, 0,
        kRTPReassemblerInfoResType, 200, cmpResourceNoFlags,
    }
};


resource 'rsmi' (200)
{
    {
        {
            kRTPPayloadSpeedTag /* 'sped' */, 255,
            kRTPPayloadLossRecoveryTag /* 'loss' */, 255
        },
        
        kRTPPayloadTypeDynamicFlag,
        0,
        "DV" /* IETF-defined RTP payload value */
    }
};


Has anyone encountered this problem before? What else has to be done to get
QuickTime to use my reassembler?

Any help is appreciated.

Regards,
David


--
David Garcea                  Macintosh Software Engineer
848 Gold Flat Rd., Suite 1    Telestream, Inc.
Nevada City, CA 95959         Flip4Mac Group
email@hidden   http://www.flip4mac.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-API mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-api/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.