@Bean
@Scope("prototype")
RtpContentSessionImpl rtpContentSessionImpl(RtpContentHandler handler,
ContentSessionManager manager, AsyncContext asyncContext,
String contentId) {
return new RtpContentSessionImpl(handler, manager, asyncContext,
contentId);
}