Displaying 20 results from an estimated 3000 matches similar to: "Setting up Icecast on a shell?"
2004 Aug 06
1
pymp3cut v0.27
Hi,
I'm pleased to announce v0.27 of the Python MP3 Cutter.
PyMP3Cut is a Python commandline tool designed to cut huge (> 100MB) MP3
files at high speed without requiring the extra disk space and processing
time usually needed by visual audio editing tools, which convert the MP3
format to more easily manageable formats like WAV before doing anything.
It reads and cuts simultaneously
2013 Apr 22
1
AMD Primary Passthrough Question
Hello,
I am about to try the AMD patch to test primary passthrough and had a
couple of questions.
First, is there a host for the patch or is it only what was released to the
mailing list in the past?
Second, does the primary patch allow Xen''s VNC to connect to the GPU
instead of emulated graphics? If not, does anyone know whether it would be
possible to connect Xen''s VNC to
2004 Aug 06
3
Audio Capturing
Gary Major wrote:
> Does darkice or anything else allow you take the incoming audio from a
> soundcard, but instead of encoding it and sending it to icecast, just encode
> it and save it as a file instead?
DarkIce not at the moment, though as of 0.8 you can save all what is
sent to the server in a local file.
<p>Akos
<p><p>--- >8 ----
List archives:
2004 Aug 06
3
metadata update in the stream
This has come up earlier, but I don't remember a solution.
How do I update the metadata of the stream 'on the fly'? I'm thinking of
having a live stream (through darkice), with the title, author, etc.
metadata changed every once in a while to reflect the actual program.
How would I do that?
Should I insert such data into the mp3 / ogg voribs data somehow by
calling some
2004 Aug 06
4
off: live365 relay
A bit off-topic question: has anyone any experiences with the relaying
service that live365.com has? what kind of stream(s) do they relay? what
is the protocol they use?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word
2004 Aug 06
2
Updating stream metadata...
Does anyone know what tool I can use to update the stream metadata
(like artist, title, etc..) while I use an app like DarkIce? I would
like to be able to update the stream info with the track I play.
I know that XMMS and its liveice plugin do that, but I'd rather use
DarkIce and capture all the sound from the card.
Thanks,
Tom
__________________________________________________
Do You
2002 Jan 12
1
No shell prompt presented on SSH connection
I just installed OpenSSH-3.0.2pl1 on a new machine, but am unable to use it.
SCP works, ssh outbound works, and ssh inbound appears to work but I never
get a prompt. The password authentication works...
The output of ssh -vv from a client machine is exactly the same as the output
when connecting to a machine where I do get a prompt, so it must be something
outside of the ssh connection
2004 Aug 06
2
Trying to stream to a Nanocaster/2.0 server
Hi all,
I'm attempting to stream audio to a live365.com server, more
specifically, it is a Nanocaster/2.0 server:
HTTP/1.0 200 OK
Server: Nanocaster/2.0
Content-Type: audio/mpeg
Cache-Control: no-cache
Pragma:no-cache
Connection: close
Content-Length: 44000000
I tried Liveice (XMMS plugin) and it wouldn't connect properly. I
tried ices, that too would not work. I even tried DarkIce
2019 Jun 13
2
permission problems -xml2
Apologies if this is the incorrect place for this question.? New Debian user here (via WSL on Windows). I've been installing packages (using install.packages) in to /usr/local/lin/R/site-library without problem until I tried to install xml2. When installing it gives the error message:
mv: cannot move '/usr/local/lib/R/site-library/00LOCK-xml2/00new/xml2' to
2004 Aug 06
2
Trying to stream to a Nanocaster/2.0 server
Hi Akos,
--- Akos Maroy <darkeye@tyrell.hu> wrote:
> well of course, the nanocast server uses some different login
> protocol
> than icecast or shoutcast. is there a site for this server? maybe a
> spec
> on the source login protocol? then I could add support for it to
> darkice
Hmm.. I thought nanocaster was similar to shoutcast? I can use the
shoutcast plugin for
2004 Aug 06
1
Trying to stream to a Nanocaster/2.0 server
--- Akos Maroy <darkeye@tyrell.hu> wrote:
> did you try it with darkice configured for shoutcast? e.g. a
> configuration section [shoutcast-0]?
Yes I did, but it never connected properly.
This is the message:
DarkIce 0.8 live audio streamer, http://darkice.sourceforge.net
Copyright (c) 2000-2002, Tyrell Hungary, http://tyrell.hu
Using config file: /usr/local/etc/live365.cfg
Using
2013 Sep 03
4
[LLVMdev] Adding a library to CMake deps
Hi folks,
When cross-compiling LLVM to ARM, using CMake+Ninja, I realized that
libxml2 depends on lzma, but the dependency is not explicit on the
build.ninja file under the "build bin/c-index-test"'s LINK_LIBRARIES (which
is the only one that cares about it).
I couldn't find the place to add -llzma into the deps, and the only mention
of libxml2 is in config-ix.cmake:
2018 Feb 17
2
Problem installing libxml2 under Homebrew
i am trying to install xml2 from CRAN, and it is throwing an error
that it cannot find the libxml2 library configuration.
The thing is that pkg-config seems to be set up correctly:
$ echo $PKG_CONFIG_PATH
:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig
$ pkg-config --cflags --libs libxml-2.0
-I/usr/local/Cellar/libxml2/2.9.7/include/libxml2
2017 Jun 22
2
Accessing Pointers
Hello,
I am relatively new to R and would like to access the document my pointer
is pointing to in the following line of code. Need some help.
#install.packages('xml2')
library('xml2')
pg1 <- read_html("www.msn.com")
str(pg1)
ptr <- pg1[[2]]
[[alternative HTML version deleted]]
2011 Oct 19
1
Failed dependencies for libxslt-ruby on CentOS 6
I'm trying to install a gem named Fabulator on CentOS 6 CR x86_64. It's
failing on libxslt-ruby. This is the error I get when trying the gem
manually...
------------------------------
# gem install libxslt-ruby --no-rdoc --no-ri
Building native extensions. This could take a while...
ERROR: Error installing libxslt-ruby:
ERROR: Failed to build gem native extension.
2011 Jul 23
2
xml2-config issues
I'm trying to install the XML package on Ubuntu 10.10, and I keep getting
a warning message the XML could not be found and had non-zero exit
status. How can I fix this problem?
> install.packages()
Loading Tcl/Tk interface ... done
--- Please select a CRAN mirror for use in this session ---
Installing package(s) into ‘/home/amathew/R/i686-pc-linux-gnu-library/2.13’
(as ‘lib’ is
2011 Apr 25
2
Problem installing XML in Ubuntu 10.10
Hello folks,
Here's is info on what system I'm working on.
> sessionInfo()
R version 2.13.0 (2011-04-13)
Platform: i686-pc-linux-gnu (32-bit)
I'm trying to install the XML package. However, I end up with the following
error message.
> install.packages("XML")
....
checking for xml2-config... no
Cannot find xml2-config
ERROR: configuration failed for package ‘XML’
*
2013 Sep 03
0
[LLVMdev] Adding a library to CMake deps
On 09/03/2013 02:13 PM, Renato Golin wrote:
> Hi folks,
>
> When cross-compiling LLVM to ARM, using CMake+Ninja, I realized that
> libxml2 depends on lzma, but the dependency is not explicit on the
> build.ninja file under the "build bin/c-index-test"'s LINK_LIBRARIES
> (which is the only one that cares about it).
>
> I couldn't find the place to add
2018 Mar 22
2
how to add a child to a child in XML
Big thanks. newXMLNode works great. Wonder why it is not included in the documentation.
There is newXMLDoc and newXMLNamespace, but no mention of newXMLNode.
Stephen
From: Ben Tupper [mailto:btupper at bigelow.org]
Sent: Wednesday, March 21, 2018 6:18 PM
To: Bond, Stephen
Cc: r-help
Subject: Re: [R] how to add a child to a child in XML
Hi,
XML doesn't use the `$` to access child nodes.
2004 Aug 06
2
Darkice and Icecast ..
I can create a section in darkice
with looks like
[file-0]
format = vorbis
bitrateMode = abr
bitrate = 48
fileName = /tmp/save.ogg
Is there a way to start/stop recording
without stopping all other streamer?
per example
- stop file recording
- save file to another name
- start recording ( regenerate the nessesary header for mp3 or ogg)
maybe an HUP?
Thanks.