<div>Hello,</div><div><br></div><div>I am trying to make Live555 work with live video source. My H263 encoder writes encoded frames to <span style="font-family: monospace; white-space: pre-wrap;"><font face="Helvetica">Unix named pipe (FIFO) with a rate of 15 fps</font><i>. </i></span><span style="white-space: pre-wrap;">I created a RTSPServer instance,  ServerMediaSession and added </span><span style="white-space: pre-wrap;">a </span><span style="white-space: pre-wrap;">H263plusVideoFileServerMediaSubsession (reuseFirstSource=True)</span><span style="white-space: pre-wrap;">, passing the FIFO file name as the subsession parameter. </span></div>
<div><span style="white-space: pre-wrap;"><br></span></div><div><span style="white-space: pre-wrap;">VLC and/or QuickTime player start playing the stream, then repeatedly freeze for several seconds, then play again. However, everything works fine if I stream pre-recoded H.263 encoded elementary stream from file (without using named pipe). Is this happening when RTSPServer is getting EOF while trying to read the data from the pipe? </span></div>
<div><span style="white-space: pre-wrap;"><br></span></div><div><span style="white-space: pre-wrap;">Thanks in advance.</span></div>