Re: [Live-devel] Stream m4e file

2012-06-12 Thread Ross Finlayson
> I am using LIVE555MediaServer to generate anstream of test.m4e file. > While I am playing generated stram in VLC it is not playing properly. > Picture qlity is bad and sound not coming. Note that ".m4e" files *must* be "MPEG-4 Video Elementary Stream" files - i.e., MPEG-4 video-only files (with

Re: [Live-devel] stream m4e

2009-04-01 Thread York Sun
>> On Tue, 2009-03-31 at 15:49 -0400, Brad Bitterman wrote: > >>>> Not sure what would cause a color issue like what you're > >>>> describing Live555 doesn't modify the frame data in any way so > >>>> chroma info should not be modified.

Re: [Live-devel] stream m4e

2009-04-01 Thread Brad Bitterman
5.com on behalf of Brad Bitterman Sent: Mon 3/30/2009 19:51 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] stream m4e You can use ffmpeg to wrap the file into a mp4 container. I think the command is just the following: ./ffmpeg -i video-MP4V-ES-1 out.mp4 You shoul

Re: [Live-devel] stream m4e

2009-03-31 Thread Patrick White
t; > > > > > York > > > > > > > > > > > > -Original Message- > > > From: live-devel-boun...@ns.live555.com on behalf of Brad Bitterman > > > Sent: Mon 3/30/2009 19:51 > > > To: LIVE555 Streaming Media - development &a

Re: [Live-devel] stream m4e

2009-03-31 Thread York Sun
ends the vague picture with wrong color. Is > >>> it resolution issue? The sample para.m4e file streams OK. It has low > >>> resolution, though. > >>> > >>> York > >>> > >>> > >>> > >>> -Original Me

Re: [Live-devel] stream m4e

2009-03-31 Thread Brad Bitterman
rom: live-devel-boun...@ns.live555.com on behalf of Brad Bitterman Sent: Mon 3/30/2009 19:51 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] stream m4e You can use ffmpeg to wrap the file into a mp4 container. I think the command is just the following: ./ffmpeg -i vide

Re: [Live-devel] stream m4e

2009-03-31 Thread York Sun
file streams OK. It has low > > resolution, though. > > > > York > > > > > > > > -Original Message- > > From: live-devel-boun...@ns.live555.com on behalf of Brad Bitterman > > Sent: Mon 3/30/2009 19:51 > > To: LIVE555 Streaming Media - d

Re: [Live-devel] stream m4e

2009-03-31 Thread Brad Bitterman
n...@ns.live555.com on behalf of Brad Bitterman Sent: Mon 3/30/2009 19:51 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] stream m4e You can use ffmpeg to wrap the file into a mp4 container. I think the command is just the following: ./ffmpeg -i video-MP4V-ES-1 out.mp4

Re: [Live-devel] stream m4e

2009-03-30 Thread sun york-R58495
York -Original Message- From: live-devel-boun...@ns.live555.com on behalf of Brad Bitterman Sent: Mon 3/30/2009 19:51 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] stream m4e You can use ffmpeg to wrap the file into a mp4 container. I think the comman

Re: [Live-devel] stream m4e

2009-03-30 Thread Brad Bitterman
You can use ffmpeg to wrap the file into a mp4 container. I think the command is just the following: ./ffmpeg -i video-MP4V-ES-1 out.mp4 You should then be able to open the file with VLC. Also, ffmpeg will usually tell you if there are problems with the bitstream. I have also just renamed