[vlc-devel] new module

Edoardo Radica dodo.r84 at gmail.com
Wed Apr 21 08:19:19 CEST 2010


Hi all,
I should do a new module that is called when the rtsp receiver receives 
an application medium.

I don't understand how to call the module!

In the SessionSetup (live555.cpp) I added this:

if( !strcmp( sub->mediumName(), "audio" ) ){
...
}
else if( !strcmp( sub->mediumName(), "video" ) ){
...
}
else if( !strcmp( sub->mediumName(), "application" ) )
{
    es_format_Init( &tk->fmt, UNKNOWN_ES,VLC_FOURCC('u','n','d','f'));
    msg_Dbg( p_demux, " --- (SessionsSetup) live555.cpp | medium 
%s", 				sub->mediumName() );
}

I suppose that the point which it called/setted is here, true?

Can you give me any advice?

Best regards,
Edoardo



More information about the vlc-devel mailing list