jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Playing ICECast2 stream with jPlayer + Aurora #326

Open sigaev-pro opened 9 years ago

sigaev-pro commented 9 years ago

Hi,

I need aurora, because I have only OGA, but it does not working with Flash.

I'm tring to play ICECast ctream with jPlayer and Aurora. I'm including following files

aurora.js ogg.js vorbis.js

jPlayer is configured to use aurora

solution: "aurora", auroraFormats: "oga"

But I have following errors in my console

screencapture

In my ICECast2 log I have following entries

[2015-07-20 17:56:03] EROR connection/_handle_connection Wrong request type from client [2015-07-20 17:56:29] INFO format-vorbis/initial_vorbis_page seen initial vorbis header [2015-07-20 17:56:46] EROR connection/_handle_connection Wrong request type from client [2015-07-20 17:56:58] EROR connection/_handle_connection Wrong request type from client [2015-07-20 17:57:05] INFO source/source_main listener count on /source now 1 [2015-07-20 17:57:06] INFO source/source_main listener count on /source now 0 [2015-07-20 17:57:46] EROR connection/_handle_connection Wrong request type from client

So ICECast2 does not support HEAD requests.

So how I can get aurora decoder working without initital HEAD request?