--- Begin Message ---
We have a device that currently publishes a live RTP stream over UDP to a media 
server.  It has its own RTSP implementation right now, which goes through the 
ANNOUNCE, SETUP, RECORD workflow to retrieve the UDP ports from the server, 
then sends RTP frames using another library.  These frames get pulled from a 
hardware encoder.

We’d like to transition this to a RTP over TCP implementation using Live555, 
and were hoping to get some advice.

We’ve started the implementation of our own Source classes for both video and 
audio, and the workflow to connect them to the proper RtpSink classes as 
described in the FAQ and examples.  We don’t see any examples that push to a 
server using RTSP, but I believe that should be possible.

Is there any example for doing this, or can someone offer a bit of advice?

In particular, after one creates the MediaSubsessions attached to those Sinks, 
there would need to be a way to retrieve an RTSP Client that will use the same 
socket and interleave it with the video/audio data to initiate the publishing.

Thanks,

Nick Reed 






--- End Message ---
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to