<div dir="ltr">Hi all,<div><br></div><div>This is my first mail on this thread.</div><div><br></div><div>I have a requirement to implement a streaming server that streams a .MOV which contains H.264 encoded</div><div>video data.</div>
<div>When the client sends a request to play the media, the server should 'progressively transcode' the .MOV to</div><div>H.264 and stream it.</div><div>(example: transcode 500 frames from the .MOV file and stream that portion, transcode the next 500 frames and stream that portion and so on)</div>
<div><div><br></div><div>I am quite new to this domain (encoding, rtsp/rtp server implementation etc.).</div><div><br></div><div>I am just thinking of extracting few frames from .MOV at a time,</div><div>convert to H.264 by using ffmpeg and stream that portion using live555 library and to continue</div>
<div>the same procedure until I stream the entire media or the client presses the stop button.</div><div><div><br></div><div>Following are the things that bother me.<br class=""><ol><li>Can my requirement be accomplished by using live555 library alone (without using ffmpeg) ?<br>
</li><li>Or am I completely going towards a different direction from my original requirement.<br></li></ol></div></div><div>Thank you in advance.</div>-- <br><div dir="ltr"><div><u>                                                                                                                                      </u></div>
<div><u><br></u></div><b>Amila Perera.</b><br></div>
</div></div>