search for: ogglist

Displaying 1 result from an estimated 1 matches for "ogglist".

2001 Mar 04
1
streaming Vorbis: trials & errors with Icecast 2
...music/*.ogg | example 8000 So I tried it like this: [root@localhost dlphilp]# cat /home/dlphilp/soundfiles/oggfiles/*.ogg | example 8000 Connected to server... DEBUG: Send error: 0... Broken pipe Okee, so I asked Jack about this and he suggested this: cat ogglist | xargs example 8000 and that gets me this error: [root@localhost dlphilp]# cat ogglist | xargs example 8000 Connected to server... [root@localhost dlphilp]# which looks good but nothing is happening. Then Jack suggested this syntax: cat ogglist | xargs cat | exa...