[Live-devel] Program stream decoder

Vinod Madhav Joshi vinodjoshi at tataelxsi.co.in
Wed Apr 25 00:33:50 PDT 2007


Thank you for your reply.
 I want to know that whether MPEG2 PS is streamed as PES or ES.
 If Elementary Stream then, whether audio and video streams are
differentiated by means of RTP header?


-----Original Message-----
From: live-devel-bounces at ns.live555.com
[mailto:live-devel-bounces at ns.live555.com]On Behalf Of Ross Finlayson
Sent: Tuesday, April 24, 2007 8:38 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Program stream decoder


>     I am using Live 555 streaming server to stream mpeg2 ts to the st top
>box.
>     Currently i have the Transport stream decoder with which we are able
to
>stream .ts to set top box.
>     Now we want the implementation for program stream.
>     For this i want to know whether server depacketizes program stream
into
>elementary stream and starts streaming or it transmits as ps packets only.

MPEG Program Streams are streamed as separate audio and video RTP
streams, because that's the standard way such data is streamed.

If you instead want to stream the data as a single, compbined
audio+video stream, then you would need to convert your Program
Stream data to Transport Streams first (e.g., using code simiilar to
that which we use in our "testMPEG1or2ProgramToTransportStream" demo
application).
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel at lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel



More information about the live-devel mailing list