<div dir="ltr">Hi There,<div><br></div><div style>I have a <b>requirement</b> like stream a video from my iPhone(what I am currently watching) to many other clients devices,</div><div style><br></div><div style>I have used code from <b>live555MediaServer</b>.cpp for starting the live555server, Since my iOS application freezes if I start the live555server in main thread, so I start the live555MediaServer in background thread, know I need to play and stream a video which is in my application bundle.</div>
<div style><br></div><div style>I have a open source <b>ffmpeg</b> video player for playing the video from live555server using RTSP.</div><div style>Since I have started the live555server in background thread, my <b>ffmpeg</b> videoplayer plays the video in main thread, how can I solve this problem?</div>
<div style><br></div><div style>Or any other way of solving my <b>requirement</b>.</div><div style><br></div><div style>Regards,</div><div style>Vinodh</div></div>