<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=ks_c_5601-1987"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:±¼¸²;
panose-1:2 11 6 0 0 1 1 1 1 1;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:"¸¼Àº °íµñ";
panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
{font-family:"\@¸¼Àº °íµñ";
panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:"\@±¼¸²";
panose-1:2 11 6 0 0 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
text-align:justify;
text-justify:inter-ideograph;
text-autospace:none;
word-break:break-hangul;
font-size:10.0pt;
font-family:"¸¼Àº °íµñ";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"dz¼± µµ¿ò¸» ÅؽºÆ® Char";
margin:0cm;
margin-bottom:.0001pt;
text-align:justify;
text-justify:inter-ideograph;
text-autospace:none;
word-break:break-hangul;
font-size:9.0pt;
font-family:"¸¼Àº °íµñ";}
span.Char
{mso-style-name:"dz¼± µµ¿ò¸» ÅؽºÆ® Char";
mso-style-priority:99;
mso-style-link:"dz¼± µµ¿ò¸» ÅؽºÆ®";
font-family:"¸¼Àº °íµñ";}
span.EmailStyle19
{mso-style-type:personal;
font-family:"¸¼Àº °íµñ";
color:windowtext;}
span.EmailStyle20
{mso-style-type:personal-reply;
font-family:"¸¼Àº °íµñ";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:3.0cm 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=KO link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hi, I</span>¡¯<span lang=EN-US>m doing to stream MP4 with live555.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>To do this I googled and found mp4-ehnahced live555 project with live555 ver4.x<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>It uses MPEG4IP, and extracts ES from mp4 source file and stream each ES file.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>like this:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>...(parsing from mp4 file information using MPEG4IP)...<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;word-break:keep-all'><span lang=EN-US style='font-size:12.0pt;font-family:"Verdana","sans-serif";color:black;background:white;mso-highlight:white'>sms->addSubsession(ADTSAudioFileServerMediaSubsession::createNew(env, command, reuseSource));<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Verdana","sans-serif";color:black;background:white;mso-highlight:white'>sms->addSubsession(H264VideoFileServerMediaSubsession::createNew(env, command, reuseSource));</span><span lang=EN-US style='font-size:12.0pt;font-family:"Verdana","sans-serif";color:black'><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Verdana","sans-serif";color:black'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Verdana","sans-serif";color:black'>It works well.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Verdana","sans-serif";color:black'>But I don¡¯t want use this way for some reasons (storage and initial extracting time, etc).<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Verdana","sans-serif";color:black'>I¡¯d like to demux mp4 file as live555 demux MPEG1or2.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Verdana","sans-serif";color:black'>Can I do this easily? Should I use mp4 demux code from another project like ffmpeg?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Verdana","sans-serif";color:black'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Verdana","sans-serif";color:black'>Any advice will be appreciated.</span><span lang=EN-US><o:p></o:p></span></p></div></body></html>