>I've made something. It wasn't done in exactly 10 minutes because I had to >translate the headers to Pascal, but the GUI was certainly done in about >30 minutes.[...]>http://www.xs4all.nl/~walterln/vorbis_play_17apr.zip (259K)would it be hard to add streaming support? a small and simple player, which could also stream vorbis would be cool. also a command line tool for playing and decoding with stdin support could be very useful. wget -O - http://server:8000/stream.ogg | player I wish I could to this also in 10 minutes, but I think I would need 10 days to 10 weeks. ;) --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
At 10:44 19-4-01, you wrote:> >I've made something. It wasn't done in exactly 10 minutes because I had to > >translate the headers to Pascal, but the GUI was certainly done in about > >30 minutes. >[...] > >http://www.xs4all.nl/~walterln/vorbis_play_17apr.zip (259K) > >would it be hard to add streaming support? a small and simple player, >which could also stream vorbis would be cool.I don't think it's hard, but I don't know any streaming servers I could test on, and since I'm using a dial-up connection paid per second, I need a local streaming server for Windows for testing.>also a command line tool for playing and decoding with stdin support >could be very useful. > >wget -O - http://server:8000/stream.ogg | playerOn windows? Can you do this on unixes with ogg123 right now?>I wish I could to this also in 10 minutes, but I think I would need 10 >days to 10 weeks. ;)The GUI is easy with Delphi or C++Builder. There is even a Linux version of Delphi (C++ coming). Matthijs --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Thu, Apr 19, 2001 at 10:44:16AM +0200, smoerk@gmx.de wrote:> also a command line tool for playing and decoding with stdin support > could be very useful. > > wget -O - http://server:8000/stream.ogg | playerI use curl for that purpose, plus buffer, e.g.: curl http://server:port/stream.ogg | buffer | ogg123 - curl just looks prettier on output, not to mention you can stream from just about anything (got an ogg on an LDAP server, anyone? Gopher?), and buffer helps a lot for me on 28.8... that said, I still haven't gotten much of any of the many test streams posted to the list to play for more than a few seconds due to my low bandwidth. I was working on libcurl streaming for ogg123 a while back and had it almost to a usable point but then I got caught up in other things and haven't gotten back to it. In about a month I'll be bored silly, so expect a bit more from me ;) -- Kenneth Arnold <ken@arnoldnet.net> / kcarnold / Linux user #180115 http://arnoldnet.net/~kcarnold/ <HR NOSHADE> <UL> <LI>application/pgp-signature attachment: stored </UL> -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/octet-stream Size: 233 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis/attachments/20010505/1b2ab2b2/part-0001.obj