Page 2 of 2

Re: httpstreamer Question

Posted: Sun Jun 19, 2016 11:39 pm
by airsoftsoftwair
Are you using the latest version of avcodec.hwp? Older versions didn't support streaming.

Re: httpstreamer Question

Posted: Mon Jun 20, 2016 9:14 am
by Sheeva700
Version 1.3 ...

Hollywood 6.1

Re: httpstreamer Question

Posted: Mon Jun 20, 2016 4:09 pm
by Sheeva700
Look's like avcodec.hwp broken. :(
i have tryed with hundreds of stream. same result for all of them.

Re: httpstreamer Question

Posted: Wed Jun 22, 2016 7:58 pm
by airsoftsoftwair
This is probably related to this thread:
http://forums.hollywood-mal.com/viewtop ... =10&t=1402

In a nutshell: HTTPStreamer doesn't currently support live streams. It only supports fixed-length file streaming over HTTP, i.e. if you upload an MP3 somewhere to a server, HTTPStreamer should allow you to stream it without problems. But it doesn't currently work with live streams, just with real file MP3s.

Re: httpstreamer Question

Posted: Wed Jun 22, 2016 8:47 pm
by Sheeva700
airsoftsoftwair wrote:This is probably related to this thread:
http://forums.hollywood-mal.com/viewtop ... =10&t=1402

In a nutshell: HTTPStreamer doesn't currently support live streams. It only supports fixed-length file streaming over HTTP, i.e. if you upload an MP3 somewhere to a server, HTTPStreamer should allow you to stream it without problems. But it doesn't currently work with live streams, just with real file MP3s.
when you write "currently" that means a fixe is coming ? ;)

Re: httpstreamer Question

Posted: Fri Jun 24, 2016 5:19 pm
by airsoftsoftwair
Not soon. HTTPStreamer uses an intricate multithreaded design and it's quite some work to support Internet radio/live streaming through it.