From: "Kirill Yarosh" <[EMAIL PROTECTED]>
Subject: IRMAPacketHook question.

Hi all,
I have modified the TESTPLAY sample from "RealSystemT G2 Software
Development Kit".
The main purpose was to set a hook to an IRMAPacketHook interface.
I have extended the ExampleClientContext class with an implementation of
IRMAPacketHook.
Also I added the following statements in the main() function:

        pPlayer->QueryInterface( IID_IRMAPacketHookManager,
                                        (void**) &pPacketHookManager);
        if(pPacketHookManager){
                exContext->QueryInterface(  IID_IRMAPacketHook, (void**) &pPacketHook);
                if(pPacketHook){
                        pPacketHookManager->InitHook(pPacketHook);
                        pPacketHookManager->StartHook();
                }
        }
.
During StartHook() calls I haven't receive any callbacks through
IRMAPacketHook. Why is that ?

note: The requested media was encoded with the recordable flag.


*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites.  Archives of RealForum can
be found at http://realforum.real.com

If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:

    unsubscribe realforum

or from another account, besides the address you subscribed with:

    unsubscribe realforum <[EMAIL PROTECTED]>

Reply via email to