Test m4a and flac streaming

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2019-05-22 22:59:13 -06:00
parent 16fb6d6134
commit 68723db2e9
15 changed files with 225 additions and 14 deletions
@@ -7,6 +7,10 @@ spring.profiles.active=dynamic
airsonic.docker.image=airsonic/airsonic:${project.version}
# Use for testing against an existing/running container
#airsonic.docker.container=1212be8a94e0
#spring.profiles.active=existing
#airsonic.docker.container=1212be8a94e0
# Use for testing against a local instance
#spring.profiles.active=local
airsonic.server.port=8080
airsonic.server.default.music.dir=/tmp/airsonic/music
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7142dd05c288514fd1150cc9494fa1e0e074fd02f6a414afe14963d6a41d5e80
size 14564681
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d197053e46e2ddf49f0230885d6fbc224a9d634be6462d965be256729e7fbdd2
size 10238118
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed62be06ad1df3afcc2931b7a0e2ad4ccb704faa71ea96ee04bd6c2d9fecea2b
size 22340651
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:685a5981d4098ff310c6a9b15587cbcb3878194014699d7f9b60013385ef9aed
size 5951995
@@ -0,0 +1,13 @@
Feature: Stream API for FLAC
Background:
Given Media file dead is added
And a scan is done
And The media file id is found
Scenario: Airsonic sends stream data
When A stream is consumed
Then Print debug output
Then The response bytes are equal
Then The length headers are absent
@@ -0,0 +1,13 @@
Feature: Stream API for VBR M4A
Background:
Given Media file dance is added
And a scan is done
And The media file id is found
Scenario: Airsonic sends stream data
When A stream is consumed
Then Print debug output
Then The response bytes are equal
Then The length headers are absent
@@ -3,6 +3,7 @@ Feature: Stream API for MP3
Background:
Given Media file piano is added
And a scan is done
And The media file id is found
Scenario: Airsonic sends stream data
When A stream is consumed