<div dir="ltr"><div>On my server, I'm calling this code to create a proxy Stream and add it to my session:</div><div><br></div>  ProxyServerMediaSession* proxyStream = ProxyServerMediaSession::createNew(*env, rtspServer, proxyURL, proxyStreamName);<br>  rtspServer->addServerMediaSession(proxyStream);<br clear="all"><div><br></div><div>Then I get the rtsp URL:</div><div><br></div><div>char* proxyStreamURL = rtspServer->rtspURL(proxyStream);<br></div><div><br></div><div>I then send that URL to the client and the client tries to play it. Only the stream does not appear to be ready yet as if I play it, it fails. If the client pauses for a moment before playing, it works. Also, I'm using a library on the client side that doesn't let me know whether or not it actually worked.. it'll simply display an empty screen.</div><div><br></div><div>So, I'm trying to find a way to make sure that on the server, I know that the stream is playing before I tell the client to start streaming from it. Not sure how to do this. Am I missing something?</div><div><br></div><div>Thanks,</div><div>Matt</div></div>