[Live-devel] Control network reading pace

2008-06-02 Thread Miguel Angel Cabrera
Hi, i understand how is configured the handler that reads from the net (with the scheduler) but, how is controlled the reading pace? I am using RTP AMR and H263. Thanks ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/m

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 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 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 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

[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