<!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 & 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 <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 <BR>
usually tell you if there are problems with the bitstream. I have also <BR>
just renamed the file with a .m4v extension and VLC can play it <BR>
directly without any container.<BR>
<BR>
I have used openRTSP in the past to capture a stream from an Axis <BR>
camera and it worked fine. You might also want to turn the debug log <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>
> I am new to this list. Tried to search the archive but didn't find a<BR>
> good way.<BR>
><BR>
> In short, I have difficulty to stream m4e by testMPEG4VideoStreamer. <BR>
> The<BR>
> m4e comes from openRTSP (renamed from video-MP4V-ES-1), captured <BR>
> from my<BR>
> Axis camera, 640x480. I can see the picture with wrong color. vlc and<BR>
> mplayer display different wrong color. I don't know which part is <BR>
> wrong.<BR>
><BR>
> More info, if adding -i or -4 to openRTSP, the avi or mp4 file can be<BR>
> correctly played by vlc and mplayer. I don't know how to verify the <BR>
> m4e<BR>
> file. I can stream the sample para.m4e file. Only the very beginning<BR>
> shows wrong color.<BR>
><BR>
> Any help is appreciated.<BR>
><BR>
> York<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>
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>