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
"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/
__
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
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
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