Re: MPEG1 & VLS
Alexis de Lattre <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 25, 2002, [email protected] wrote: > ...when you are streaming an mpeg2 ts on udp, > you are utilising IP for the network protocol > and udp for the transport protocol. So in this case TS > packets would just be the payloads...so how does it > matter whether it is TS or PS in the payload. If I > understand correctly u have extract the bit rate of > the coded stream ( which is available in both TS as > well as in PS ) and then take fixed chunks of bytes > and maintain that bitrate on the socket till the end > of the file. I don't understand everything of what you say, but I'll try to answer anyway. Yes, the network stream sent by vls is UDP/IP. In the network packets, vls puts MPEG TS packets. Vls doesn't put MPEG PS packets inside the network packets because they don't have a fixed size, whereas MPEG TS packets do. The fixed size of MPEG TS packets is very convenient for network streaming. -- Alexis -- This is the vls-devel mailing-list, see http://www.videolan.org/vls-devel/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact <[email protected]>