Displaying 3 results from an estimated 3 matches for "__builtin_vec_new".
2004 Aug 06
2
Helix into Icecast2 loopback
...piled with extern "C" (without it the function
name was being mangled by g++) by now trplayer runs and exits without
warning, error or success... the funny thing is if I try running the
precompiled trplayer with the LD_PRELOAD=/usr/local/lib/libmemc++.so (which
I compiled with the missing __builtin_vec_new etc functions) prefix it seems
to work ok. The problem with that is I cannot pass this into vsound.
$ vsound LD_PRELOAD=/usr/local/lib/libmemc++.so trplayer
rtsp://my.stream.net:554/broadcat/live.rm
Doesn't work because the extra preload argument isn't passed into vsound
correctly. ARG!...
2004 Aug 06
0
Helix into Icecast2 loopback
...uot;C" (without it the function
> name was being mangled by g++) by now trplayer runs and exits without
> warning, error or success... the funny thing is if I try running the
> precompiled trplayer with the LD_PRELOAD=/usr/local/lib/libmemc++.so (which
> I compiled with the missing __builtin_vec_new etc functions) prefix it seems
> to work ok. The problem with that is I cannot pass this into vsound.
>
> $ vsound LD_PRELOAD=/usr/local/lib/libmemc++.so trplayer
> rtsp://my.stream.net:554/broadcat/live.rm
>
> Doesn't work because the extra preload argument isn't passe...
2004 Aug 06
3
Helix into Icecast2 loopback
Hello.
I've made some progress on the issue. I found a tool called TrPlayer which
is a text mode front end for real player - initially developed for the use
of the visually impaired. The theory is that I can use this and pipe the
live stream into vsound which then in turn is passed into ices or another
source client. Trouble is, I'm having all sorts of trouble compiling
Trplayer on the