<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br>We are developing a linux based embedded device which functions as a streaming server.<br>The device has a video encoder which produces h264 MPEG-4 Elementary Stream, Audio encoder, and closed caption source.<br>Our project started off with the requirement to stream the Video by RTP. We used liveMedia for this.<br><br>As the project evolved additional requirements/limitations were added:<br>1. Offline streaming of previously captured data with trick-play<br>2. The Streaming client can only play MPEG-2 ts.<br><br>After some research regarding extending our use of liveMedia to satisfy these requirements,<br>We reached the conclusion that using liveMedia as it is currently implemented will be difficult since<br><br>1. Multiplexing of h.264, audio and closed captions to an MPEG-2 ts is not supported<br>2. Indexing of h264 video for trick play is not supported.<br><br>Is our conclusion correct? If not, we would appreciate some guidance on how to solve the above problems.<br>Otherwise, is there some other tool/library that can perform this?<br><br>Thanks,<br>Oshi<br>                                            </body>
</html>