>Where should I look to figure out what I need to do to possibly stream
>mpeg2 video and pcm audio in a transport stream?
I don't believe that PCM audio can be included in a Transport Stream
(at least, not in any standard way that a receiver is likely to understand).
Ross Finlayson
>Now, I work a video surveillance system.The board encoder generate
>the video and audio element stream.It is a mux stream include MPEG4
>Video and MPEG1 layer2 Audio. Could you please give me some advice
>about how to stream the encoded data with live555?
You could start by looking at the cod
OK, try changing line 115 in
"liveMedia/MPEG2TransportStreamMultiplexor.cpp" from
streamType = mpegVersion == 1 ? 3 : 4;
to
streamType = mpegVersion == 1 ? 3 : mpegVersion == 2 ? 4 : 0xF;
Then arrange for "MPEG2TransportStreamMultiplexor::handleNewBuffer()"
to be called with the
On Dec 17, 2007 6:11 PM, Ross Finlayson <[EMAIL PROTECTED]> wrote:
> >And with ulaw all I get is static.
>
> Interesting
>
>
> >Could this be an endian issue with the audio encoders that are
> >currently being used?
> >
> >Im running this on a KuroHG PowerPC
>
> Interesting. Byte ordering coul
Hi,
Now, I work a video surveillance system.The board encoder generate the video
and audio element stream.It is a mux stream include MPEG4 Video and MPEG1
layer2 Audio. Could you please give me some advice about how to stream the
encoded data with live555?
Perhaps i can first splite the video
Ross Finlayson wrote:
> Yes - it already exists, in the implementation of the
> "MPEG4ESVideoRTPSource" class: i.e., in the implementation of the RTP
> payload format for MPEG-4 video. Note, in particular, the
> "MPEG4ESVideoRTPSource::processSpecialHeader()" function.
>
Ok, I'd like to re-
You probably own the first revision. ACC was added later. I went to the ISO
Web site and they have released the third revision. The latest one is
ISO/IEC 13818-1:2007. I have ISO/IEC 13818-1 2000(E). I'll send it to you on
a private email so you can check by yourself.
Regards
Guy
_
From
>Hi all,
>I stream a mp3 file using MP3FileSource and MPEG1or2AudioRTPSink? It works
>fine but is it correct?
Yes, that's correct.
>What type of session
>class should I use for an on demand service?
You use a "MP3AudioFileServerMediaSubsession". This will end up
creating these same two classe
Hi all,
I stream a mp3 file using MP3FileSource and MPEG1or2AudioRTPSink? It works
fine but is it correct? Should I use another sink class? What type of session
class should I use for an on demand service?
Thanks in advance,
Ramon
___
live-devel mail