Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
afterwhoru
Posts: 1 Joined: Sat Apr 07, 2007 2:48 pm
Post
by afterwhoru » Sat Apr 07, 2007 2:50 pm
Hello all,
i am new with irrlicht and irrklang.
And i have a question : is it possible to play some Live Streams in a Programm like from shoutcast?
I tried it with engine.play2d(@"URL",true); but irrklang CMD appear with an error and stopped.
Is it possible and if it is possible : how can i do that?
Many Greetz
AfterWhoru
hybrid
Admin
Posts: 14143 Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:
Post
by hybrid » Sat Apr 07, 2007 8:45 pm
Let your shoutcast decoder write into some preallocated memory and play the decoded stream from memory. At least that's the way it's usually done.