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] (no subject)

2008-05-13 Thread Ross Finlayson
I explain better my issue : I want to stream a device encoding card with live555, and I want to read this stream with VLC. The streaming is UNICAST. I try first with a file named "test.mpg". I must use RTP only, and RSTP is not allowed. Why not? Sorry, but if you want to stream to VLC via uni

Re: [Live-devel] (no subject)

2008-05-13 Thread julien . savarese
Ok, First,thank you for you attention. I explain better my issue : I want to stream a device encoding card with live555, and I want to read this stream with VLC. The streaming is UNICAST. I try first with a file named "test.mpg". I must use RTP only, and RSTP is not allowed. When you open a fi

Re: [Live-devel] (no subject)

2008-05-13 Thread Ross Finlayson
Am I obligated to use rstp ?? No, but it will make your life easier (and will be manditory if you later decide that you want unicast streaming, rather than multicast). If you don't use RTSP, then you can still get VLC to play the stream from "testMPEG1or2VideoStreamer", by asking it to open

Re: [Live-devel] RTP from file

2008-05-13 Thread Yamini S. [EPLX - DCC]
Hi, I am trying to compile the activex from open source code using vc++6.0 Thanks & Regards, S.Yamini Programmer R&D Siemens Building Technologies Pvt. Ltd. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Tuesday, May 13, 2008 2:54

Re: [Live-devel] (no subject)

2008-05-13 Thread julien . savarese
Am I obligated to use rstp ?? If I want to use UDP only with VLC, and no rstp://testMPEG1or2VideoStreamer, have I this possibilty ?? Or must I use rstp ??? Is here the right syntax ?? rstp://testMPEG1or2VideoStream ? Is "testMPEG1or2VideoStream" the name of the stream ??? or is "testStream" ?

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] Streaming whit vlc by rtp

2008-05-13 Thread Francesco Matassoni
In data 12 maggio 2008 alle ore 17:52:02, Ross Finlayson <[EMAIL PROTECTED]> ha scritto: Hi, i need some hints to create a client-side application that receive *.ts file by rtp and save it into file, the rtp stream came from vlc. It is possible to do this whit the live555 library? Yes: ht

Re: [Live-devel] (no subject)

2008-05-13 Thread Ross Finlayson
I just want use the RTP protocole, and don't have a serveur RSTP, so I erased the part of code I think is useless for simple RTP streming Sorry, but once you've changed the supplied code, it's much less likely that you'll get support. You needn't change any part of "testMPEG10r2VideoStreamer.

Re: [Live-devel] (no subject)

2008-05-13 Thread julien . savarese
hello, thanks for your great responce, I have change my route like this : destination : 255.255.0.0 mask : 255.255.255.0 gateway : 192.168.0.254, my workstation IP is 192.168.0.2. but I have a other probleme, i try to read the file trasnmit with testMPEG1or2VideoStreamer with vlc , in udp wi