search for: shouterr_noconnect

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

2004 Aug 06
2
More libshout questions (more info)
...Phillips wrote: > Okay > > Nevermind the SEGFAULT, it was string pointers in my code. Sorry > for the inconvenience. Continuing with the issue though . . . . > > Now that I can successfully call shout_metadata_add() and > shout_set_metadata(), shout_set_metadata() returns SHOUTERR_NOCONNECT. > This cannot be correct because it streams the mpeg audio just fine . . > . Any ideas??? > > Do I need to call them in a specific order? Right now my order is: > > shout_metadata_add() > shout_send() > shout_set_metadata() > loop > shout_send() > endloop >...
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
0
More libshout questions ((even)more info)
...; >> Nevermind the SEGFAULT, it was string pointers in my code. Sorry >> for the inconvenience. Continuing with the issue though . . . . >> >> Now that I can successfully call shout_metadata_add() and >> shout_set_metadata(), shout_set_metadata() returns >> SHOUTERR_NOCONNECT. This cannot be correct because it streams the >> mpeg audio just fine . . . Any ideas??? >> >> Do I need to call them in a specific order? Right now my order is: >> >> shout_metadata_add() >> shout_send() >> shout_set_metadata() >> loop >>...