search for: mounpoint

Displaying 20 results from an estimated 20 matches for "mounpoint".

Did you mean: mountpoint
2008 Sep 18
2
Source password
Hi! Is it possible to specify different source password for all mounpoints? I tried to found it from docs, but.. If there is some other method to increase security when playing with multiple users and mountpoints, please tell me! - Timo H?kli
2004 Aug 06
2
few questions about icecast/ices
On Wed, Jun 26, 2002 at 10:08:20AM +0200, Thomas Gutzler wrote: > Can I force a special streamer "foo" always to be heard on a specified > mounpoint "/bar" ? Please rephrase the question im not sure i understand? > I found the users.aut, groups.aut and mounts.aut but I'm not really sure > what they do, or if they do something at all .. They do. They are meant to be used for password protection the streams. You can even us...
2004 Aug 06
1
Another problem...
At 11:53 PM 8/27/2002 +1000, you wrote: >icecast 2.x will maintain content type (mp3, vorbis, etc.) regardless >of extension, but ending ogg mounpoints with .ogg is recommended as >a workaround for some very common client bugs (_new_ clients should > NOT under any circumstances rely on this) just a point (or two) worth mentioning, it's not exactly trivial for clients to support "sniffing the content-type" in this fashion......
2011 Apr 15
2
source questions & intentions to patch: yp-timing & auth
...y I'm interested in (1) making YP timing configurable (more frequent updates <30sec) (2) adding a decentralized authentication mechanism: a user can use the same login for a set of mounts on all servers in the cluster I've tackled (1) already and am pondering (2): The current per-mounpoint auth requires a pre-defined mountpoint as well as sharing the config-file among all servers. I do envisage an authentication mechanism that can can be shared among a group of servers and allows dynamic allocations of mountpoints/credentials. It'd be very cool to use OAuth for that but it'd...
2004 Aug 06
3
Another problem...
oddsock wrote: > hrm....although I don't recall you stating that this is icecast 1.x, it > appears that from the context of this message, that that is what you are > running...if that is the case, from the log message above, it looks like > you are supplying a mountpoint ending in .ogg, which is just gonna > confuse the hell out of clients...change the mountpoint to
2004 Aug 06
3
few questions about icecast/ices
I have a few questions about icecast and ices. Icecast: Isn't there supposed to be a web interface, that tells what's currently playing and whatnot (not the admin interface, one for users)?. i setup my server, and was assuming it would be at http://www.mysite.com:8000/ but it's not. (http://www.mysite.com:8000/admin is the admin interface, also in that, the links to change the
2004 Aug 06
0
few questions about icecast/ices
...rk, they say their missing a value or something like that). I found /list.cgi. It uses templates/mountlist.html which looks like a "Icecast Administration Admin Page" :> Another question that came up is: Can I force a special streamer "foo" always to be heard on a specified mounpoint "/bar" ? I found the users.aut, groups.aut and mounts.aut but I'm not really sure what they do, or if they do something at all .. greedings, Thomas --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this...
2004 Aug 06
0
few questions about icecast/ices
Am Wed, 26.Jun.2002 um 10:31:43 +0200 schraubte Thomas Kirk: > On Wed, Jun 26, 2002 at 10:08:20AM +0200, Thomas Gutzler wrote: > > > Can I force a special streamer "foo" always to be heard on a specified > > mounpoint "/bar" ? > > Please rephrase the question im not sure i understand? OK. Theres a DJ "Foo" feeding my server. "Foo" only plays Pop. What I want is: If DJ "Foo" connects to my server, he is available at http://myserver/pop and NOT (only) at http://myser...
2004 Aug 06
0
Another problem...
...n mp3 >stream but an Ogg Vorbis stream? No. This is only a way which is recommended due to common client bugs. In this case, this isn't revelant - icecast 1.x doesn't support ogg at all. icecast 2.x will maintain content type (mp3, vorbis, etc.) regardless of extension, but ending ogg mounpoints with .ogg is recommended as a workaround for some very common client bugs (_new_ clients should NOT under any circumstances rely on this) Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a mes...
2006 Jan 16
1
icecast_auth (url authentication)
has anyone tried $subj php scripts located in /examples/ dir? in my case any authorisation of protected mount seems to be bypassed without any checks. Without any logins or passwords i can listen to locked stream. also, time control and user access history isn't working - only mounpoints and users are added to mysql database, no user activity is recorded. i've found some interesting variables in icecast.xml.sample: <on-connect>/home/icecast/bin/stream-start</on-connect> <on-disconnect>/hom...
2008 Sep 20
2
Source password
...mean different source password for each mountpoint, no listener password.. chiapas at aktivix.org kirjoitti 20.9.2008 kello 21.36: > 2008/9/18 Timo H?kli <timpuri at kepit.fi>: >> Hi! > > Hi > >> Is it possible to specify different source password for all >> mounpoints? > > A different password for each mountpoint? Sure. > >> I tried to found it from docs, but.. > > Try this: > > <mount> > <mount-name>/newuser.mp3</mount-name> > <password>hackmetoo</password> > </mount> > >> If the...
2009 Aug 12
1
Redirect listeners and fallback
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Folks First of all, excuse my bad english. I'm working in the video streaming team of the next WikiMania, the conference of the Wikimedia fundation, this year in Buenos Aires. We are facing some issues with some specific features, the setup we are thinking of is the classical dvgrab | ffmpeg2theora | oggwd * It all works fine, but we need
2004 Aug 06
1
few questions about icecast/ices
On Wed, Jun 26, 2002 at 08:22:18PM +0200, Thomas Gutzler wrote: > > On Wed, Jun 26, 2002 at 10:08:20AM +0200, Thomas Gutzler wrote: > > > > > Can I force a special streamer "foo" always to be heard on a specified > > > mounpoint "/bar" ? > > > > Please rephrase the question im not sure i understand? > > OK. Theres a DJ "Foo" feeding my server. "Foo" only plays Pop. What I want > is: > If DJ "Foo" connects to my server, he is available at > http://myserver...
2011 Apr 19
0
source questions & intentions to patch: yp-timing & auth
...urable (more frequent updates <30sec) > (2) adding a decentralized authentication mechanism: a user can use > the same login for a set of mounts on all servers in the cluster > > I've tackled (1) already and am pondering (2): Awesome, patches welcome =) > The current per-mounpoint auth requires a pre-defined mountpoint as well > as sharing the config-file among all servers. I do envisage an > authentication mechanism that can can be shared among a group of servers > and allows dynamic allocations of mountpoints/credentials. Well, with master/slave mode you can actu...
2004 Aug 06
2
Icecast 2: planned stuff.
...logging - kicking client function. - switching player client to an other mountpoint function. - switching source client to an other mountpoint function. - having a way to compute a network quality indicator for each clients. - using this indicator to automatically switch player client to an other mounpoint streaming same data in lesser quality in case of bad network. - having a nice graphical or web interface around this. - packaging and 'install it for dummies' solution. I'm a bit worried about how can our effort be coordinated with yours. That's the reason i would be please to know...
2004 Aug 06
4
Icecast 2 recieving valid login from two sources
What happens when the Icecast 2 server already has a source connected & broadcasting, and another source attempts to login also with valid login info? Is the second source not accepted, or does the second source override the already connected source? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list,
2004 Aug 06
0
Icecast 2: planned stuff.
...because of network errors), most sources will automatically reconnect on the old mountpoint. Whether that _matters_ is another question. > - having a way to compute a network quality indicator for each clients. > - using this indicator to automatically switch player client to an other > mounpoint streaming same data in lesser quality in case of bad network. These are quite a lot of work, but it's interesting in many ways, and would be a wonderful feature to have. It's also a substantial amount of work that wouldn't really touch the rest of the system, so it's particularly...
2004 Aug 06
4
Icecast 2: planned stuff.
Hi there. I had a look at how icecast 2 works after having been pleased by how icecast 1 worked. I succesfully made it work on a debian woody (for those interested at how i did it http://melmoth.dyndns.org/stream/ It's in french yet). I was however disapointed a bit by not finding the admin console I used to find in icecast 1. So, several questions: is this admin console planned to be
2008 Jul 02
14
Changing GUID
Hi, How difficult would it be to write some code to change the GUID of a pool? ---- Thanks Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20080701/cf494cc1/attachment.html>
2009 May 03
6
[RFC] The reflink(2) system call.
Hi everyone, I described the reflink operation at the Linux Storage & Filesystems Workshop last month. Originally implemented as an ocfs2-specific ioctl, the consensus was that it should be a syscall from the get-go. Here's some first-cut patches. For people who have not seen reflink, either at LSF or on the ocfs2 wiki, the first patch contains Documentation/filesystems/reflink.txt to