search for: somemountpoint

Displaying 3 results from an estimated 3 matches for "somemountpoint".

2003 Aug 14
2
FW: CIFS mount problem on Linux
...-- Red Hat 7.3 > Linux Kernel -- 2.4.20-18.7XFS1.30pre2smp > Linux CIFS Client version -- 0.8.2 > > When i try to cifs mount a share ISUXXX, from Machine <IPAddress>, on my linux machine i see the below problem: > > Try1: > mount.cifs //<IPAddress>/ISUXXX /someMountPoint -o username=<userName>,password=<passwd> > ---> My linux box starts hanging ! Does not take any mouse, keyboard events. > The machine seems to be alive (i can ping it) > > Try2: > mount -t cifs //<IPAddress>/ISUXXX /someMountPoint > Asks for passw...
2019 Sep 12
0
Best method of grabbing Now Playing metadata with PHP?
...etadata changes. It derives these updates from the audio bitstream itself --i.e. no polling of or interaction with the IceCast administrative interface whatever is required. For example: *** snip snip *** [fredg at elastigirl ~]$ glassplayer --metadata-out --json http://streamer.example.com:8000/SomeMountpoint { "Metadata": { "icy-url": "stream.example.com", "icy-name": "WXYZ", "icy-genre": "Various", "icy-description": "WXYZ Stream" } } { "Metadata": {...
2019 Sep 12
5
Best method of grabbing Now Playing metadata with PHP?
Hi... Can someone do me the favour of pointing us at a routine, library, script or technique that will grab Now Playing metadata (Title, Artist, Album) remotely (ie from another machine) from an Icecast 2.4.x server reliably for logging purposes, preferably using PHP? Ideally we would grab the metadata when it changes - all the methods we've tried so far require us to poll the server so