[Live-devel] RTP+RTCP

2008-11-20 Thread sunil sunil
Hi, I want to use Live555 library for MPEG2 TS streaming. Can I use RTP along with RTCP (I do not want RTSP)? If I use "*testMPEG2TransportStreamer.cpp*" , I am not getting any RTCP commands. How can I use RTP+RTCP in Live555 library. Thanks and Regards, Sunil. __

Re: [Live-devel] LIVE555 to forward streams

2008-11-20 Thread Ross Finlayson
I am planning to use the Live to forward RTP packets. I know I need to build new subssesion for this job, which will connect UDPSorce with UDPSink My question is: can I use the same groupsock for both receiving and sending (receive from one IP1 and sent to IP2), or should I need 2 groupsock

[Live-devel] LIVE555 to forward streams

2008-11-20 Thread Yedidia Amit
Hi All (again), I am planning to use the Live to forward RTP packets. I know I need to build new subssesion for this job, which will connect UDPSorce with UDPSink My question is: can I use the same groupsock for both receiving and sending (receive from one IP1 and sent to IP2), or should I need 2

Re: [Live-devel] RTP sink to serial

2008-11-20 Thread Paul Clark
Yedidia Amit wrote: But I am limited to 1006 bytes datagram which increase the UDP/RTP header overhead. Not exactly... The kernels at each end should fragment/reassemble large UDP datagrams across multiple SLIP packets, just as they do across multiple Ethernet MAC frames if you send a UDP

Re: [Live-devel] RTP sink to serial

2008-11-20 Thread Paul Clark
Paul Clark wrote: # *slattach /dev/ttyS0 & # **ifconfig sl0 192.168.200.1 pointopoint 192.168.200.2** Apologies, my mail program added these *'s for some reason (bold text, I think). The commands should be: # slattach /dev/ttyS0 & # ifconfig sl0 192.168.200.1 pointopoint 192.168.200.2 Paul

Re: [Live-devel] RTP sink to serial

2008-11-20 Thread Yedidia Amit
But I am limited to 1006 bytes datagram which increase the UDP/RTP header overhead. Regards, Amit Yedidia Elbit System Ltd. Email: [EMAIL PROTECTED] Tel: 972-4-8318905 -- > -Original Message- > From: [EMAIL PROTECTED] > [mailt

Re: [Live-devel] RTP sink to serial

2008-11-20 Thread Paul Clark
Yedidia Amit wrote: According to what I understand, the SLIP (and the other configuration) creates IP routing threw the serial line. So after assigning SLIP device and add route to some IP (real or dummy? does it matter?), every packet that I will send to this IP will pop out at the other end.

Re: [Live-devel] MP3 Audio Application

2008-11-20 Thread Ross Finlayson
I am developing audio switching application in windows, I have used LAME mp3 encoder library for encoding, I want to stream this data to network. Can I modify testMP3Streamer.cpp to make things working, Can I write directly to stdin and pipe the stdin data directly to the testMP3Streamer input.

Re: [Live-devel] RTP sink to serial

2008-11-20 Thread Ross Finlayson
Just a random thought, which might save you having to have this IP-to-serial conversion process... I don't know whether you've got control of the other end of the serial line, but could you not just set up a SLIP interface and send the RTP over that? The Live555 code would just see it as a n

Re: [Live-devel] RTP sink to serial

2008-11-20 Thread Ross Finlayson
Regrading your last comment - I thought I can use 127.0.0.1 or the real machine IP. Am I missing something? No - you're correct. (I'd forgotten about that.) -- Ross Finlayson Live Networks, Inc. http://www.live555.com/___ live-devel mailing list liv

Re: [Live-devel] RTPsink with two multicast address

2008-11-20 Thread Ross Finlayson
Is it possible to add more than one multicast address to RTPSink as destinations? Which means that the the packet will be transmitted once for each multicast address/ Yes, call yourRTPSink->groupsockBeingUsed().addDestination(addr, port); (See "groupsock/include/Groupsock.hh" for the

Re: [Live-devel] RTP sink to serial

2008-11-20 Thread Yedidia Amit
Thanks Paul, Seems very very interesting.. I do have control on bothe sides. According to what I understand, the SLIP (and the other configuration) creates IP routing threw the serial line. So after assigning SLIP device and add route to some IP (real or dummy? does it matter?), every packet t

Re: [Live-devel] RTP sink to serial

2008-11-20 Thread Paul Clark
Yedidia Amit wrote: I want to to send RTP packets (RTP header + payload after packetization) to a serial port. From my experience with Live I figure that using socket_pair will be a good solution. In that way I will be able to use the current code to send the data into the socket, and on th

Re: [Live-devel] Newbie question regarding running the Live555 Serveron DM642

2008-11-20 Thread Yedidia Amit
I think that you should at least attach some errors, so members will be able to give you more specific answers. btw, did you first try to compile it for windows/linux (just to get some experience) you might discover that your problem is not related to the DM642. Regards, Amit Yedidia Elbit Sys

Re: [Live-devel] RTP sink to serial

2008-11-20 Thread Yedidia Amit
tahnks, Regrading your last comment - I thought I can use 127.0.0.1 or the real machine IP. Am I missing something? Regards, Amit Yedidia Elbit System Ltd. Email: [EMAIL PROTECTED] Tel: 972-4-8318905 -- __

[Live-devel] Newbie question regarding running the Live555 Server on DM642

2008-11-20 Thread alex
Hi, I'm trying to run the Server on TI's DM642. First i tried to make lib files of all the projects, and then run the application. I'm having trouble with the first steps of compiling the projects. I get many errors. I'm using the NDK files, as the network related files. Can i get some tips for get