Re: [Live-devel] Multicast Streaming From Live source

2012-08-25 Thread Ross Finlayson
> I'm trying to make multicast streaming using testH264VideoStreamer. > I would like to change file source, because i have to get video stream from > live rtp source. > Have can i use Live555 RTP source to make multicast streaming instead file > source? > I mean source is Live555(from live source

[Live-devel] Multicast Streaming From Live source

2012-08-25 Thread Yuksel Yigit
I'm trying to make multicast streaming using testH264VideoStreamer. I would like to change file source, because i have to get video stream from live rtp source. Have can i use Live555 RTP source to make multicast streaming instead file source? I mean source is Live555(from live source, eg a IP ca

Re: [Live-devel] Multicast Streaming again

2008-06-27 Thread Ross Finlayson
ad 2) bind the socket to a multicast address? How does that work? Do you use your own library or the live library? Where do I have to add this code fragment to the live library? (Groupsock.cpp or GroupsockHelper.cpp or ..) The only way for me to change the interface address, in order to receive

Re: [Live-devel] Multicast Streaming again

2008-06-27 Thread Marian Kogler
face I could receive data packets, but had the merging problem. -Original Message- From: "Aeschbacher, Fabrice" <[EMAIL PROTECTED]> To: "LIVE555 Streaming Media - development & use" <[EMAIL PROTECTED]> Date: Fri, 27 Jun 2008 12:06:29 +0200 Subject

Re: [Live-devel] Multicast Streaming again

2008-06-27 Thread Aeschbacher, Fabrice
om: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Marian Kogler > Sent: Dienstag, 24. Juni 2008 10:30 > To: [EMAIL PROTECTED] > Subject: [Live-devel] Multicast Streaming again > > Hello again! > > I have recently posted a mail concerning multicast streaming > ov

Re: [Live-devel] Multicast Streaming again

2008-06-25 Thread Marian Kogler
you for your answer. -Original Message- From: Jan Borris <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Tue, 24 Jun 2008 14:50:07 +0200 Subject: VS: [Live-devel] Multicast Streaming again -Oprindelig meddelelse- Fra: Jan Borris=20 Sendt: 24. juni 2008 14:

Re: [Live-devel] Multicast Streaming again

2008-06-24 Thread Marian Kogler
a - development & use <[EMAIL PROTECTED]> Date: Tue, 24 Jun 2008 04:01:10 -0700 Subject: Re: [Live-devel] Multicast Streaming again >I have recently posted a mail concerning multicast streaming over >two different ip addresses and >the same port. >(e.g. ip 1: 239.2

Re: [Live-devel] Multicast Streaming again

2008-06-24 Thread Ross Finlayson
I have recently posted a mail concerning multicast streaming over two different ip addresses and the same port. (e.g. ip 1: 239.255.42.42 .. port: 5008 ip 2: 239.255.42.43 .. port: 5008) When i tried to receive the right streams the two streams got merged. Source Specific Multicast was not a solu

[Live-devel] Multicast Streaming again

2008-06-24 Thread Marian Kogler
Hello again! I have recently posted a mail concerning multicast streaming over two different ip addresses and the same port. (e.g. ip 1: 239.255.42.42 .. port: 5008 ip 2: 239.255.42.43 .. port: 5008) When i tried to receive the right streams the two streams got merged. Source Specific Multicast

Re: [Live-devel] Multicast Streaming

2008-06-03 Thread Marian Kogler
Hi again. I tried to use Source Specific Multicast once more and now it seems to work. I'm sorry for the inconvenience! -Original Message- From: "Marian Kogler" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue, 03 Jun 2008 11:25:43 +0200 Subject: Re: [Live-devel

Re: [Live-devel] Multicast Streaming

2008-06-03 Thread Marian Kogler
an influence on that (I'm only working on the receiver application). -Original Message- From: Ross Finlayson <[EMAIL PROTECTED]> To: LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> Date: Tue, 3 Jun 2008 01:39:55 -0700 Subject: Re: [Live-devel

Re: [Live-devel] Multicast Streaming

2008-06-03 Thread Ross Finlayson
I use the live library for my master thesis project and encountered the following problem. Everytime when I receive two different streams over multicast these two streams get merged. I have two different senders which use different multicast addresses but the same port number. That's your prob

[Live-devel] Multicast Streaming

2008-06-03 Thread Marian Kogler
Hi everybody! I use the live library for my master thesis project and encountered the following problem. Everytime when I receive two different streams over multicast these two streams get merged. I have two different senders which use different multicast addresses but the same port number.

[Live-devel] Multicast streaming over several channels

2008-03-28 Thread Tonje Fredrikson
Hi, I would like to experiment with a scheduling algorithm for video multicasting. The algorithm is based on dividing a video into several segments, each multicasted through a separate channel (port). I have recently been looking into the live555 library as part this work for my master thesis. My