javascript - Firefox media resource could not be decoded -
i have problem when using firefox.
first let me show stream response server:
access-control-allow-headers content-type,accept,x-access-token,x-key access-control-allow-method get,put,post,delete,options access-control-allow-origin * connection keep-alive date thu, 04 jun 2015 10:44:51 gmt transfer-encoding chunked x-powered-by express
and request header:
accept video/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5 accept-language en-us,en;q=0.5 connection keep-alive host localhost:8105 range bytes=0- referer http://localhost/myproject/ user-agent mozilla/5.0 (x11; ubuntu; linux x86_64; rv:36.0) gecko/20100101 firefox/36.0
then when call request get:
media resource (link) not decoded
can tell me why happening?
i encountered same problem on ubuntu 14.04 , turned out had install ubuntu-restricted-extras
, restart firefox , works clockwork.
footnote: had tried install gstreamer0.10-plugins-ugly
, restart firefox, had no effect.
Comments
Post a Comment