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
. 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
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)
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
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
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,
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