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

Re: [Live-devel] Help required in using sendfile api in live555

2010-02-05 Thread Ross Finlayson
"sendfile()" sends its data over a 'stream' socket, which - in an IP network - means TCP, not UDP. It is therefore completely irrelevant for RTP/RTCP streaming, which is datagram-based. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

[Live-devel] playback only working to localhost

2010-02-05 Thread Tom Pepper
Hi, everyone: I'm attempting to feed an H.264 stream from a live capture and encoder application we've written into Wowza 2 via live. I've managed to create a custom H264VideoStreamFramer (STH264VideoStreamFramer ) and DeviceSource (STMCVSource) that successfully forwards frames from our encod

[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] Help required in using sendfile api in live555

2010-02-05 Thread Suhas Hegde
Hi, I was going through the optimizations possible in media servers and found out the sendfile() api in linux very interesting. I want to try out this on the live555 media server application. I found out from the code that live555 uses read and write system calls to transfer data from the disk to