<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<div dir="ltr">
Hello developers,<br><br>Here the following scenario i am stuck with, i 
have downloaded the source code for live55 media server. Currently my 
limit knowledge are confined withing the C++ programming environment. 
I've managed to compile live555 and get a simple RTSP to <br>play mp3 with the livemedia server.<br><br>I
 have very little knowledge on how RTSP flows. I would love to merge a 
few modules(others open source) under a win32 environment.<br><br>Current working libraries i have created:<br><br>1) <b>Gstreamer </b>(currently written a pipeline to stream RTP packets)  <br>  > My library parameters needed are "Client ip address", "RTP sink port", "RTCP sink port",  "RTCP src port"<br>     - Example my calling function webcampipeline(string clientip, int rtpSinkPort, int rtcpSinkPort, int rtpSrcPort) ; <br>     - hopefully to plug this in somewhere in live555 code for easy extendability<br>  > this will create a pipeline on my hardware webcam on my device to be transmitted to a client PC.<br>  > Client PC > plays a *.sdp with matched rtp sink port, hence live footage is being played with the manual SDP<br>  <br>2) <b>Compiled Live555 source code</b><br><br>So
 my task now is to integrate this module with the live555 module as RTSP
 is much intelligent in socket port handling and no SDP files is needed 
on the Client PC<br><br>Example client just need to <u>rtsp://serverip/webcam</u>  (internally link the Gstreamer lib i wrote) without a manual *.SDP file.<br><br>So
 i would love to work tightly with you to incorporate such a mechanism 
integration. Rational gstreamer is used as it more hardware oriented and
 Gstreamer has no current working RTSP server for a windows 
environment(Mainly Unix and Linux base). So I would love to integrate 
together. And i have notice the most friendly opensource  RTSP working 
code is Live555. And currently would wish to know how the unit flow of 
RTSP is in Live555 code<br><br>Thanks you very much, awaiting for some good news.<br>                                           </div>                                    


                                          </div></body>
</html>