<div>Hi Ross,</div>
<div> </div>
<div>Regarding the previous email, I also use MPEG4VideoStreamFramer to connect to my MP4DemuxedElementaryStream::getVideoStream(). I noticed, the MPEG4VideoStreamFramer does not output any packet to the final BasicUDPSink. Does it mean the retrieved AVPacket-&gt;data is not correct MPEG4 video packet, so that it is filtered out by the MPEG4VideoStreamParser? </div>

<div> </div>
<div>Thanks for your suggestion!</div>
<div> </div>
<div>Anyone has done FFMPEG + Livemedia work before? I appreciate your advice to make this work!</div>
<div> </div>
<div>Best Regards,</div>
<div> </div>
<div>Woods</div>
<div><br> </div>
<div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Woods</b> <span dir="ltr">&lt;<a href="http://woods.biz">woods.biz</a>@<a href="http://gmail.com">gmail.com</a>&gt;</span><br>
Date: Tue, Jul 28, 2009 at 5:13 PM<br>Subject: MP Demux doubt (more details)<br>To: LIVE555 Streaming Media - development &amp; use &lt;<a href="mailto:live-devel@ns.live555.com">live-devel@ns.live555.com</a>&gt;<br>Cc: <a href="http://woods.biz">woods.biz</a>@<a href="http://gmail.com">gmail.com</a><br>
<br><br>Dear all,<br><br>I am writing a MP4Demux and MP4DemuxedElementaryStream, in way as MPEG1or2Demux and MPEG1or2DemuxedElementaryStream. In specific, my MP4Demux uses FFMPEG to read AVPacket from MP4 file, and feed the Packet-&gt;data to MP4DemuxedElementaryStream. I tested my code in following ways, with different results:<br>
<br>Audio based test:<br><br>(1) Only getAudioStream() from my MP4DemuxedElementaryStream (I set presentation time stamp here according to AVPacket&#39;s pts value) and feed the stream to BasicUDPSink as source. In this way, the streamed audio can be perfectly replayed on my vlc player.<br>
(2) Still getAudioStream() from my MP4DemuxedElementarystream, but this time feed it to MPEGTransportStreamFromESStream + MPEG2TransportStreamFramer + BasicUDPSink. This time the program reads through the input mp4 file very fast without correct delaying between audio frames. Of course, this stream is not playable on vlc. Why so, even though (as I mentioned in test 1) the presentation Time is set correctly? <br>
<br>Video based test (this is a mess):<br>
<div>No matter I use BasicUDPSink nor MPEGTransportStreamFromESStream+MPEG2TransportStreamFramer+BasicUDPSink, the stream is not playable on vlc player. But when I only use BasicUDPSink, the delaying between video frames is correct. But in both cases, the streamed video is not recognized by VLC. I even record those video packets to be sent as a .m4e file, which is still not playable on vlc. So I want know is the extracted AVPacket the wanted video elementary packets? Can they be used to feed liveMedia classes as I described?<br>
<br>I have tried this code for 2 weeks, no more idea now. :-(<br><br>I will appreciate if someone could give me suggestion on this! Thank you very much.<br clear="all"></div><br clear="all"><br>-- <br><font color="#888888">Woods<br>
</font></div><br><br clear="all">
<div></div><br>-- <br>Woods<br>