Re: [Live-devel] how to create custom sink

2010-02-10 Thread Ross Finlayson
Yes it does - just call "H264VideoRTPSink::createNew()" Ok, yes it does... How can I start reading from it? Call yourSink<-startPlaying( ... ); then env->taskScheduler().doEventLoop(); (unless you're already running in the event loop) -- Ross Finlayson Live Networks, Inc. ht

Re: [Live-devel] how to create custom sink

2010-02-10 Thread Victor lyamtsev
Ok, yes it does... How can I start reading from it? Yes it does - just call "H264VideoRTPSink::createNew()" ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] how to create custom sink

2010-02-09 Thread Ross Finlayson
The question now is: how to createRTPSink ? The "H264VideoRTPSink" class seems to be an abstruct and doesn't have implemetation for createNew Yes it does - just call "H264VideoRTPSink::createNew()" -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _

Re: [Live-devel] how to create custom sink

2010-02-09 Thread Victor lyamtsev
Any idea if i can find any specific example for H.264 ? As i couldn't find base class for H264MediaSubsession, I am trying to create H264 subsession with PassiveServerMediaSubsession::createNew(RTPSink& rtpSink, RTCPInstance* rtcpInstance) The question now

Re: [Live-devel] how to create custom sink ?

2010-02-05 Thread Ross Finlayson
Hello, I have 2 UDP sockets receiving synchronized RTP audio ( AAC) and RTP video (H.264) streams and i have to re- send that stream to RTSP client. Any idea how to connect RTSPServer to this source? It looks like I have to override "lookupServerMediaSession" .. No, I don't think you need to mo

[Live-devel] how to create custom sink ?

2010-02-05 Thread Victor lyamtsev
Hello, I have 2 UDP sockets receiving synchronized RTP audio ( AAC) and RTP video (H.264) streams and i have to re- send that stream to RTSP client. Any idea how to connect RTSPServer to this source? It looks like I have to override "lookupServerMediaSession" .. Do i need to create new type of Med