Ross Finlayson wrote:
> Oops - possibly not.
>
> Try changing line 53 of H264VideoRTPSink.cpp from
> delete fOurFragmenter;
> to
> Medium::close(fOurFragmenter);
>
I have mistaken, the code is right with
fSource = NULL;
Sorry
Emiliano