similar to: Can i relay a udp://@<multicast-address>:<port> stream using Icecast2?

Displaying 20 results from an estimated 1000 matches similar to: "Can i relay a udp://@<multicast-address>:<port> stream using Icecast2?"

2015 Nov 19
0
Can i relay a udp://@<multicast-address>:<port> stream using Icecast2?
Good morning, On Thu, 2015-11-19 at 12:54 +0200, Theodotos Andreou wrote: > Hello to all, > > I am a newbie to Icecat2. I already know how to use darkice as a source > but I can't find any information on how to relay a udp multicast stream > like "udp://239.192.0.145:5000 for" example. Can icecast2 stream this > directly or do I need to use some source client?
2016 May 04
3
Unicast or Multicast?
On 04/05/2016 03:48 πμ, buddylove wrote: > you have 'a' doubt? > precise your question or do you want to make a quiz here? > > this is f.... icecast and it's a damn good piece of software. > runs like a honey down the nipple, up to 8 streams simultaneously > including shoutcast. > read the docs! > > > > On 04.05.2016 00:15, Fran Delgado wrote: >>
2014 Jun 30
1
Re: Connecting to session instance without socket path is not supported by the ssh connection driver
On 25/06/2014 02:53 μμ, Laine Stump wrote: > On 06/25/2014 12:13 PM, Theodotos Andreou wrote: >> Hi all, >> >> I have setup some Virtualbox VMs under my normal user session. When I >> try to list the vbox machines locally I get: >> >> $ virsh -c vbox:///session list >> Id Name State >>
2014 Jun 25
2
Connecting to session instance without socket path is not supported by the ssh connection driver
Hi all, I have setup some Virtualbox VMs under my normal user session. When I try to list the vbox machines locally I get: $ virsh -c vbox:///session list Id Name State ---------------------------------------------------- 3 Ubuntu-MASS-controller running When I try to list the machines from a remote location I get: $ virsh -c
2008 Feb 13
17
Xen 3.2 is not loading on FC8 - Error: Kernel panic - Attempted to kill init
Hi all, I compiled and installed Xen 3.2 source on FC8. Compilation and installation completed with no errors. However when I try to load Xen I get an error: Kernel panic - Attempted to kill init !!! This is my grub configuration: # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means
2014 May 30
1
Problems after PC is joined to the domain - Samba 4
Hello SAMBA community, I used this guide to join a PC to the domain as member using samba 4: https://wiki.samba.org/index.php/Samba4/Domain_Member I am using Ubuntu 14.04 64 bit and I installed samba from the repos. The stock samba version is: # samba --version Version 4.1.6-Ubuntu When I tried to join the PC to the domain I got: # net ads join -U admin kerberos_kinit_password DOM\admin at
2002 Dec 06
6
fast code
Hello, I have two vectors x1 and x2 both in increasing order. I want to select the x1[j]th entry which is the max min of the x2[i]th entry. I can do this using if and for statements but is there a quick way to do it without running a loop? Thank you in advance, Pantelis
2014 Jun 05
0
PhpLdapAdmin
Apols to ask again, but my dns went the way of the pear and I missed a week of emails. Hopefully connection details will be part of the next patch? Stuart -----Original message----- > From:samba-request at lists.samba.org <samba-request at lists.samba.org> > Sent: Thursday 5th June 2014 16:19 > To: samba at lists.samba.org > Subject: samba Digest, Vol 138, Issue 11 >
2014 Jun 05
1
4.2
Any roadmap for 4.2 yet. Eagerly awaiting more samba functions :) Stuart -----Original message----- > From:samba-request at lists.samba.org <samba-request at lists.samba.org> > Sent: Thursday 5th June 2014 16:19 > To: samba at lists.samba.org > Subject: samba Digest, Vol 138, Issue 11 > > Send samba mailing list submissions to > samba at lists.samba.org >
2008 Feb 11
1
No ata_generic module found during initrd image creation
Hi all, I''m trying to install Xen. I''m compiling from source (3.1.3 ) on a FC8 system. Compilation completed with no errors. Now I''m trying to make the grub configuration and I need to create the initrd image. The command I use is the following: /sbin/mkinitrd /boot/initrd-2.6.18-xen.img 2.6.18.8-xen It results to the following error: No module ata_generic found for
2008 Feb 23
1
Fixed effects
Hello everyone! I would really appreciate it if someone knew where could I find the command in R in order to run a fixed effects regression. What format should my data have? I have looked through the manual and I could not find anything Thank you in advance, Petros [[alternative HTML version deleted]]
2014 Jun 25
0
Re: Connecting to session instance without socket path is not supported by the ssh connection driver
On 06/25/2014 12:13 PM, Theodotos Andreou wrote: > Hi all, > > I have setup some Virtualbox VMs under my normal user session. When I > try to list the vbox machines locally I get: > > $ virsh -c vbox:///session list > Id Name State > ---------------------------------------------------- > 3 Ubuntu-MASS-controller running >
2013 Aug 27
0
[Bug 795] RELATED doesn't accommodate multicast UDP solicitation resulting in unicast reply
https://bugzilla.netfilter.org/show_bug.cgi?id=795 Phil Oester <netfilter at linuxace.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |netfilter at linuxace.com AssignedTo|pablo at netfilter.org |netfilter-buglog at lists.netf
2012 Jun 27
3
[Bug 795] New: RELATED doesn't accommodate multicast UDP solicitation resulting in unicast reply
http://bugzilla.netfilter.org/show_bug.cgi?id=795 Summary: RELATED doesn't accommodate multicast UDP solicitation resulting in unicast reply Product: netfilter/iptables Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component:
2005 Dec 07
6
UDP multicast stream and NAT
Hi, my ISP is streaming some local concert using UDP multicasting. I followed the instructions on the site which described how to set VLC in order to view the stream, but it didn''t work. I am behind a Linux router/firewall doing NAT. Using google, I quickly found out that the netfilter/conntrack code doesn''t support NATing multicast traffic. I thought about bridging the internet
2007 Jul 28
0
Ruby UDP Multicasting Binding Insanity
I''m writing a gem which binds multiple sockets to the same UDP multicast port, basically like so.. socket = UDPSocket.new socket.setsockopt( Socket::SOL_SOCKET, Socket::SO_REUSEPORT, [1].pack("i_") ) socket.setsockopt(Socket::IPPROTO_IP, Socket::IP_ADD_MEMBERSHIP, addresses) socket.bind(Socket::INADDR_ANY, port) data, meta = socket.recvfrom 1024
2018 Apr 13
0
Relaying some UDP traffic through tinc?
On Thu, Apr 12, 2018 at 11:57:27PM +0200, Alex Corcoles wrote: > I've got a four site site-to-site tinc mesh working nicely. I have the > following systems at two of those sites: > > 10.a.a.2: Linux box running tinc and DHCP/DNS for site A > 10.a.a.dhcp: Windows desktop with a GPU > 10.b.b.2: Linux box running tinc and DHCP/DNS for site B > 10.b.b.dhcp: Linux laptop >
2018 Apr 13
0
Relaying some UDP traffic through tinc?
Hi again, On Fri, 2018-04-13 at 19:56 +0100, Etienne Dechamps wrote: > tinc is fully capable of traversing NATs automatically and > transparently; it implements techniques such as UDP hole punching > that are specifically designed to do just that. > > The only requirement is that you have *some* nodes on your graph that > are not subject to NATs. In your case that would be your
2018 Apr 13
0
Relaying some UDP traffic through tinc?
Hi, On Fri, 2018-04-13 at 18:17 +0100, Etienne Dechamps wrote: > I can confirm that Steam In-Home Streaming does work properly over > tinc, for having tried it myself, as long as tinc is configured to > route the broadcasts properly, as Guus described. Hmmm, tinc 1.11 is not in Debian stable so I guess this will be a bit of a PITA to set up. > Note that it would be easier to set up
2009 Jan 13
17
Lots of udp (multicast) packet loss in domU
Hello, After a few of us have spent a week google''ing around for answers, I feel compelled to ask this question: how do I stop packet loss between my dom0 and domU? We are currently running a xen-3.3.0 (and have tried with xen-3.2.1) on a Gentoo system with 2.6.18 kernel for both domU and dom0. We have also tried a 2.6.25 kernel for dom0 with exactly the same results. The goal is to