<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [Live-devel] stream m4e</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Thanks for the hint. vlc can play the file with .m4v extension. That at least proves the openRTSP works OK. I still don't know why testMPEG4VideoStreamer sends the vague picture with wrong color. Is it resolution issue? The sample para.m4e file streams OK. It has low resolution, though.<BR>
<BR>
York<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: live-devel-bounces@ns.live555.com on behalf of Brad Bitterman<BR>
Sent: Mon 3/30/2009 19:51<BR>
To: LIVE555 Streaming Media - development &amp; use<BR>
Subject: Re: [Live-devel] stream m4e<BR>
<BR>
You can use ffmpeg to wrap the file into a mp4 container. I think the&nbsp;<BR>
command is just the following:<BR>
<BR>
./ffmpeg -i video-MP4V-ES-1 out.mp4<BR>
<BR>
You should then be able to open the file with VLC. Also, ffmpeg will&nbsp;<BR>
usually tell you if there are problems with the bitstream. I have also&nbsp;<BR>
just renamed the file with a .m4v extension and VLC can play it&nbsp;<BR>
directly without any container.<BR>
<BR>
I have used openRTSP in the past to capture a stream from an Axis&nbsp;<BR>
camera and it worked fine. You might also want to turn the debug log&nbsp;<BR>
level up in vlc and see if it reports any errors.<BR>
<BR>
- Brad<BR>
<BR>
On Mar 30, 2009, at 5:58 PM, York Sun wrote:<BR>
<BR>
&gt; I am new to this list. Tried to search the archive but didn't find a<BR>
&gt; good way.<BR>
&gt;<BR>
&gt; In short, I have difficulty to stream m4e by testMPEG4VideoStreamer.&nbsp;<BR>
&gt; The<BR>
&gt; m4e comes from openRTSP (renamed from video-MP4V-ES-1), captured&nbsp;<BR>
&gt; from my<BR>
&gt; Axis camera, 640x480. I can see the picture with wrong color. vlc and<BR>
&gt; mplayer display different wrong color. I don't know which part is&nbsp;<BR>
&gt; wrong.<BR>
&gt;<BR>
&gt; More info, if adding -i or -4 to openRTSP, the avi or mp4 file can be<BR>
&gt; correctly played by vlc and mplayer. I don't know how to verify the&nbsp;<BR>
&gt; m4e<BR>
&gt; file. I can stream the sample para.m4e file. Only the very beginning<BR>
&gt; shows wrong color.<BR>
&gt;<BR>
&gt; Any help is appreciated.<BR>
&gt;<BR>
&gt; York<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; live-devel mailing list<BR>
&gt; live-devel@lists.live555.com<BR>
&gt; <A HREF="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</A><BR>
<BR>
_______________________________________________<BR>
live-devel mailing list<BR>
live-devel@lists.live555.com<BR>
<A HREF="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</A><BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>