[Live-devel] Stream and Receive H264 video using the same UDP Groupsock

Ross Finlayson finlayson at live555.com
Thu Jun 25 01:56:21 PDT 2015


> Using the example "testH264VideoStreamer.cpp" provided by the live library, I would like to create one UDP Groupsock that streams and receives H264 RTP data in parallel.
> 
> I would like to know if this target is doable in principle using the live libraries.

You might be able to make that work, but in practice, separate “Groupsock” objects are usually used for receiving and transmitting, so I suggest that you do that instead.

But let’s first step back and ask what it is you are trying to do.  It sounds like you want to relay an incoming UDP stream to a different destination.  If that’s the case, then I suggest looking at our “testRelay” demo application (“testProgs/testRelay.cpp”).

Alternatively, if your incoming stream is accessible via RTSP (i.e., using a “rtsp://“ URL), then I suggest using the “LIVE555 Proxy Server”
	http://live555.com/proxyServer/  
instead.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20150625/4040e153/attachment.html>


More information about the live-devel mailing list