[Live-devel] ARM Cross Compiler

2008-06-26 Thread Lonnie Walker
I would like to compile live555 using the arm-elf compiler. I have the compiler install on a machine running Fedora 7. I ran ./genMakeFiles armlinux to create the make files. I did a make and got the following errors. /opt/uClinux/arm-elf/bin/gld: cannot open Media.o: No such file or directory mak

Re: [Live-devel] How to mux a MPEG-4 video and audio stream into a MPEG-2 TS

2008-06-17 Thread Lonnie Walker
. Does anyone have any ideas why the audio doesn't play completely using VLC. Thanks Lonnie On Tue, 2008-06-03 at 16:08 -0400, Lonnie Walker wrote: > Ross thanks for the prompt response. Yes, I verified that the > mpegversion parameter is 4 once handleNewBuffer is called. I will

Re: [Live-devel] How to mux a MPEG-4 video and audio stream into a MPEG-2 TS

2008-06-16 Thread Lonnie Walker
On Tue, 2008-06-03 at 08:01 -0700, Ross Finlayson wrote: > > Are you sure that - in your code - the "mpegVersion" parameter is 4 > when "MPEG2TransportStreamMultiplexor::handleNewBuffer()" gets called? > > The problem may be that the current Transport Stream multiplexing > (i.e., construction)

[Live-devel] Syncing up to MPEG-2 Transport Stream

2008-06-10 Thread Lonnie Walker
I created two MPEG-2 transport streams. Stream A contains MPEG-2 audio and video and was created with testMPEG1or2ProgramToTransportStream. stream B contains MPEG-4 video and AAC audio and was created using live555. When I stream both of these .ts files using testMPEG2TransportStreamer and play th

[Live-devel] Possible to demux MPEG-2 transport stream to elementary streams

2008-06-05 Thread Lonnie Walker
I saw that there is a test program to demux a program stream into a video and audio elementary stream. Does live555 support the demultiplexing of a transport stream, assuming it only contains two (audio and video) elementary streams? Lonnie ___ live

Re: [Live-devel] How to mux a MPEG-4 video and audio stream into a MPEG-2 TS

2008-06-03 Thread Lonnie Walker
Ross thanks for the prompt response. Yes, I verified that the mpegversion parameter is 4 once handleNewBuffer is called. I will dig into MPEG2TransportStreamMultiplexor.cpp more and try to diagnose the problem further. In the meantime, do you have any other suggestions? Thanks Lonnie On Tue,

[Live-devel] How to mux a MPEG-4 video and audio stream into a MPEG-2 TS

2008-06-03 Thread Lonnie Walker
I'm trying to multiplex a raw MPEG-4 bytestream and AAC audio bytestream into a MPEG-2 Transport stream. I have a test program in which I take the audio and video streams and mux them together into a MPEG-2 Transport stream. My program does successfully mux the video into a MPEG-2 TS. My problem