Displaying 20 results from an estimated 100000 matches similar to: "Metadata and program hangs"
2004 Aug 06
0
More libshout questions ((even)more info)
Even more to consider...
The metadata is working with WinAmp and RealPlayer. The concern I
have is that the 'url' metadata is being misinterpreted. My url has a
"-" in it, and that is getting mistranslated somewhere and
WinAmp/RealPlayer then see it as artist/title information. Not good.
WinAmp is supposed to display the website defined by the URL. Something
else
2004 Aug 06
2
More libshout questions (more info)
Okay, this is interesting....
The metadata functions work fine with icecast (2.0.0) but do not
work at all with NullSoft's ShoutCast server. . . Is that not supported
by libshout? Just curious...
Deven
Deven Phillips wrote:
> Okay
>
> Nevermind the SEGFAULT, it was string pointers in my code. Sorry
> for the inconvenience. Continuing with the issue though . . . .
>
2004 Aug 06
0
More libshout questions ((even)more info)
Michael,
I was looking through the source code last night, and libshout-2.x does
do URL encoding of the key/value pairs for metadata. Have a look at
shout.c:308, util.c:247, and util.c:139. I looked at the "safechars"
array, and from what I can figure (straight ASCII table right?), "-"'s
are URL encoded when they don't need to be. When I changed that array,
2004 Aug 06
2
More libshout questions
Mihai,
Here's the full backtrace.
(gdb) bt full
#0 0x40292093 in strlen () from /lib/i686/libc.so.6
No symbol table info available.
#1 0x40291dc5 in strdup () from /lib/i686/libc.so.6
No symbol table info available.
#2 0x400aed79 in _shout_util_dict_set (dict=0x0, key=0x804b746 "song",
val=0x0) at util.c:236
prev = (util_dict *) 0x80555b8
#3 0x400ad61b in
2004 Aug 06
2
More libshout questions ((even)more info)
On Monday 19 January 2004 23:04, Deven Phillips wrote:
> Even more to consider...
>
> The metadata is working with WinAmp and RealPlayer. The concern I
> have is that the 'url' metadata is being misinterpreted. My url has a
> "-" in it, and that is getting mistranslated somewhere and
> WinAmp/RealPlayer then see it as artist/title information. Not good.
2004 Aug 06
0
More libshout questions
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 16 Jan 2004, Deven Phillips wrote:
> Okay,
>
> I am using libshout to stream to a NullSoft Shoutcast server. I am
> using libmad and libmp3lame to do re-encoding on the fly. I am streaming
> to the server (currently) with shout_send_raw(). When I try to use
> shout_metadata_add(), I get a segfault in strdup(). Anyone have
2004 Aug 06
2
More libshout questions
Okay,
I am using libshout to stream to a NullSoft Shoutcast server. I am
using libmad and libmp3lame to do re-encoding on the fly. I am streaming
to the server (currently) with shout_send_raw(). When I try to use
shout_metadata_add(), I get a segfault in strdup(). Anyone have any
ideas as to why? Everything else works fine, just not the metadata.
Thanks In Advance,
Deven
--- >8 ----
2004 Aug 06
2
Ices2 Script Playlist Handler
Okay then!! Why does the default conf file still say "Only 'basic'
implemented"? It took me pouring over the code to figure out what the
proper option names are for the script playlist settings. We should
provide an example config. Here's mine.
<p> <input>
<module>playlist</module>
2004 Aug 06
2
Ices2 Script Playlist Handler
I am just curious as to if the Ices2 Script playlist option is even able
to be tested as yet? I would love to have this option available, as it
was (and will be again) an integral part of my web site. If there is
anything I can do to help speed the development along, I would be more
than happy to contribute. I had written a MySQL playlist handler for the
original Ices, and I really love the
2004 Aug 06
1
SQL Based playlist plugin
I know that there are capabilities to write plugins in PERL and Python, but I don't like either. I have written a playlist manager and randomizer, but I am having problems understanding how to integrate the proggy as a plugin into ices.. Can anyone point me a to a good reference?
TIA,
Deven
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage:
2015 Mar 16
4
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
In my initial configuration using the provisioning tool I did not set
"interfaces" or "bind interfaces only" in the smb.conf, so when I populated
the Bind9 DLZ file I ended up with several A records for my DC which were
IP address which cannot be accessed by other hosts on the network.
Deven
On Mon, Mar 16, 2015 at 1:06 PM, Rowland Penny <rowlandpenny at googlemail.com>
2005 Jun 25
2
icecast error with metadata
Hello,
I've been running three mp3 streams off icecast2 and ices0 on a FreeBSD
5.4 box for a while. I've been getting some flakiness for a few weeks, where
the stream would stop and i'd have to restart the server. After the last
update to icecast2 now whenever i try to connect to the streams using say
winamp latest for windows i keep getting error 404's. My software versions
2015 Mar 16
2
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
Following the instructions here:
https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO
In that page there is a link to using Bind as your DNS server, which links
to: https://wiki.samba.org/index.php/DNS_Backend_BIND
On that page, it instructs you to populate the DNS server with the command:
/usr/local/samba/sbin/samba_dnsupdate --verbose --all-names
Without the "interfaces" and the
2004 Aug 06
0
metadata handling
On Thursday 03 April 2003 23:55, Paul Bournival wrote:
> I'm trying to using metadata now in my application that uses libshout,
> and am seeing curious behaviour.
>
> my icecast2 log says:
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> [2003-04-03 08:45:50] INFO connection/_handle_source_request Source
> logging in at mountpoint
2004 Aug 06
2
metadata handling
I'm trying to using metadata now in my application that uses libshout,
and am seeing curious behaviour.
my icecast2 log says:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[2003-04-03 08:45:50] INFO connection/_handle_source_request Source logging in at mountpoint "/cajun"
[2003-04-03 08:45:50] DBUG source/source_main Source creation complete
[2003-04-03
2004 Aug 06
3
Problems with libshout2
Hi,
Let me know if this is the wrong place to post this, but I am having
problems with cutouts in my streams using libshout2. I am taking audio
files and re-encoding them at 32Kbs and then streaming them. Problem is
that every 20 secs or so, the stream cuts out for about 5-10 secs and
then continues. Any ideas as to why? Should I try using shout_send_raw?
Thanks in advance!!
Deven
2004 Aug 06
2
Params and handling
From reading through the code, I can understand that the parameters are
read from the XML config file and stored in the void pointer "data", but
if I am writing a new playlist module that needs additional parameters,
how would I go about handling adding this to the code? I have a MySQL
playlist module written, but I cannot seem to integrate the parameters
such that the admin would
2015 Mar 16
2
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
Just wanted to say that everything is working fine, but I may have some
suggestions for better documentation once I am done tweaking...
Specifically, my server has docker and bridged networking so I ended up
with my DNS being populated with some useless IP addresses. Other than
that, everything seems to be hunky dorry!
Thanks for the great tools!!!
Deven
2006 Jan 19
3
[Icecast-dev] metadata fallback mounts
At 08:11 AM 1/19/2006, Karl Heyes wrote:
>Geoff Shang wrote:
>>Karl Heyes wrote:
>>
>>>To maintain consistency, no timing occurs on the fallback to file
>>>as that requires parsing of all formats.
>>
>>hmmm, good point, but it obviously breaks fallback-override (as far
>>as it's useful), and also could cause your outgoing bandwidth to be
2004 Aug 06
0
ices2 metadata, script module
Hi!
I upgraded libshout/ices2/icecast2 from CVS today and noticed there's some
new neat stuff like the web admin interface. Thanks to whomever the
contributor may be. Yay! Btw, about icecast2 admin.c line 458 -- shouldn't
"dest_source, source->mount" be the other way around? Just a thing I
noticed :-)
..anyway, my question:
Is there a way to make ices2 update metadata about