Ashley
Game was exported using r178. MIME types are correct because for example music works. I've had problem with one of music track but after re-encoding to higher bit rate it works. I've tried to re-encode sounds but it didn't help and sound doesn't play. For me it is critical, missing sound impacts game logic because I use is Tag playing.
Difference between working music and sound which doesn't works is in the request I think:
For music:
URL Protocol Method Result Type Received Taken Initiator Wait Start Request Response Cache read Gap
/media/menu.m4a HTTP GET 200 audio/mp4 306 B 78 ms 216202 31 47 0 0 677029
/media/menu.m4a HTTP GET 0 0 B 78 ms 216280 0 47 31 0 676951
/media/menu.m4a HTTP GET 200 audio/mp4 0.77 MB 1.84 s 216358 47 31 1763 0 675110
last request details is:
Key Value
Request GET /media/menu.m4a HTTP/1.1
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
Accept */*
GetContentFeatures.DLNA.ORG 1
Pragma getIfoFileURI.dlna.org
Accept-Language pl-PL
Accept-Encoding gzip, deflate
Host 44.wz32.net
DNT 1
Connection Keep-Alive
Cache-Control no-cache
For Sound:
URL Protocol Method Result Type Received Taken Initiator Wait Start Request Response Cache read Gap
/media/mp40breechpullrelease.m4a HTTP GET (Aborted) 0 B 249 ms 262753 218 31 0 0 630307
/media/mp40breechpullrelease.m4a HTTP GET 206 audio/mp4 5.81 KB 281 ms 263002 0 266 15 0 630026
Request/response details for last one are:
Key Value
Request GET /media/mp40breechpullrelease.m4a HTTP/1.1
Accept */*
Range bytes=0-
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
GetContentFeatures.DLNA.ORG 1
Pragma getIfoFileURI.dlna.org
Accept-Language pl-PL
Accept-Encoding gzip, deflate
Host 44.wz32.net
DNT 1
Connection Keep-Alive
Cache-Control no-cache
Key Value
Response HTTP/1.1 206 Partial Content
Date Mon, 25 Aug 2014 22:47:56 GMT
Server Apache/2
Last-Modified Mon, 25 Aug 2014 22:10:05 GMT
ETag "1a60403-309d-5017b72fb4dfb"
Accept-Ranges bytes
Vary User-Agent
Content-Range bytes 0-12072/12073
Keep-Alive timeout=1, max=100
Connection Keep-Alive
Content-Type audio/mp4
Content-Length 12,073
For sound we have Range bytes=0- attribute and server return only partial result STATUS - 206. Maybe this is the issue ...