Re: [Live-devel] RTP from file

2008-05-14 Thread Ross Finlayson
Yes, at the moment is done using localhost. But with a file there wont be a port used and also i think it would be more efficient because data wont need to go to localhost and then back. Ridiculous... -- Ross Finlayson Live Networks, Inc. http://www.live555.com/

Re: [Live-devel] RTP from file

2008-05-14 Thread Miguel Angel Cabrera
On Tue, 2008-05-13 at 18:18 -0700, Ross Finlayson wrote: > >What i am trying to do is to do interprocess communication between a > >custom rtp stack implemented in java and vlc. The idea is that i > >generate rtp with the rtp stack in java and pass the data to vlc through > >a named pipe (with a re

Re: [Live-devel] RTP from file

2008-05-13 Thread Ross Finlayson
What i am trying to do is to do interprocess communication between a custom rtp stack implemented in java and vlc. The idea is that i generate rtp with the rtp stack in java and pass the data to vlc through a named pipe (with a representation in the file system). This is to have better efficiency

Re: [Live-devel] RTP from file

2008-05-13 Thread Miguel Angel Cabrera
On Tue, 2008-05-13 at 02:24 -0700, Ross Finlayson wrote: > >Which files i need to modify to read from a file? > > I'm not sure you understand. RTP is a datagram protocol. RTP > packets cannot be stored in a file (or transported in a byte stream), > unless you have some 'framing' mechanism in p

Re: [Live-devel] RTP from file

2008-05-13 Thread Yamini S. [EPLX - DCC]
, 2008 2:54 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTP from file >Which files i need to modify to read from a file? I'm not sure you understand. RTP is a datagram protocol. RTP packets cannot be stored in a file (or transported in a byte strea

Re: [Live-devel] RTP from file

2008-05-13 Thread Ross Finlayson
Which files i need to modify to read from a file? I'm not sure you understand. RTP is a datagram protocol. RTP packets cannot be stored in a file (or transported in a byte stream), unless you have some 'framing' mechanism in place to separate out the individual RTP packets within the byte s

Re: [Live-devel] RTP from file

2008-05-13 Thread Miguel Angel Cabrera
On Mon, 2008-05-12 at 16:37 -0700, Ross Finlayson wrote: > >i mean instead reading rtp from a socket, read it from a file descriptor > >(an opened file). > > No, RTP - being a datagram protocol - is read from a datagram socket. Thanks for the answer. Which files i need to modify to read from a f

Re: [Live-devel] RTP from file

2008-05-12 Thread Ross Finlayson
i mean instead reading rtp from a socket, read it from a file descriptor (an opened file). No, RTP - being a datagram protocol - is read from a datagram socket. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list

Re: [Live-devel] RTP from file

2008-05-12 Thread Miguel Angel Cabrera
On Mon, 2008-05-12 at 14:40 -0700, Ross Finlayson wrote: > >at the moment i receive rtp using udp, but i would like to receive rtp > >reading from a file. > > What do you mean by "receive RTP reading from a file"? RTP is a > network protocol; not a file format. There is no such thing as a > 'R

Re: [Live-devel] RTP from file

2008-05-12 Thread Ross Finlayson
at the moment i receive rtp using udp, but i would like to receive rtp reading from a file. What do you mean by "receive RTP reading from a file"? RTP is a network protocol; not a file format. There is no such thing as a 'RTP file'. Or do you instead mean: "Use RTP to stream (i.e., transmi

[Live-devel] RTP from file

2008-05-12 Thread Miguel Angel Cabrera
Hi, at the moment i receive rtp using udp, but i would like to receive rtp reading from a file. Is this implemented? If affirmative case how i could use it?, in negative case which i need to change to have this functionality? Best regards ___ live-dev