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 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

[Live-devel] port numbers problem

2010-02-08 Thread Victor lyamtsev
I need to use certain predefined port numbers for RTP streaming, for example 60004 for audio substream, 60006 for audio... I tried to set response header for "DESCRIBE" to use those numbers, like: m=video 60004 RTP/AVP 32\r\n vs. m=video 0 RTP/AVP 32\r\n but it doesn't seem to make any difference

[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

[Live-devel] MediaServer - playback initialization question

2010-02-03 Thread Victor lyamtsev
I am trying to follow basic flow of events in Dynamic MediaServer sample... Can someone point me how the "play" event is signaled to RTP sink to start actual streaming? Thanks, -V ___ live-devel mailing list live-devel@lists.live555.com http://lists.live5