Re: [Live-devel] Mpeg Audio missing or corrupted in MPEG-2 Transport Stream or seperate sreams

2008-02-04 Thread Eric Pheatt
Sucess! Attached is a patch of the changes I made to wis-streamer to get mpegaudio encoded for me in addition to raw pcm and ulaw. In the patch I: added a define for WORDS_BIGENDIAN in bswap.h changed the define for PCM_AUDIO_IS_LITTLE_ENDIAN to 0 in Options.hh changed the arg for alsa initializa

[Live-devel] mp4 file format

2008-02-04 Thread Nitin Jain
Hi all, I want to stream mp4 file which can contains mpeg4 or mpeg2 elementry stream data from live555 media server. My understanding is that I need to extract the mpeg2 or mpeg4 data and feed it to the corresponding mpeg2 or mpeg4 RTP sink.For this purpose I need to write a demultiplexer class