@@ -64,11 +64,11 @@ describe('Video Functions', function () {
64
64
settings . clear ( )
65
65
const vManager = new VideoStream ( settings , winston )
66
66
67
- vManager . startStopStreaming ( true , 'testsrc' , '1080' , '1920' , 'video/x-h264' , '0' , '1000' , '5' , false , false , false , true , false , '0 ', function ( err , status , addresses ) {
67
+ vManager . startStopStreaming ( true , 'testsrc' , '1080' , '1920' , 'video/x-h264' , '0' , '1000' , '5' , false , false , false , false , true , false , false , '0' , '~/Rpanion-server/media/ ', function ( err , status , addresses ) {
68
68
assert . equal ( err , null )
69
69
assert . equal ( status , true )
70
70
assert . notEqual ( vManager . deviceStream . pid , null )
71
- vManager . startStopStreaming ( false , 'testsrc' , '1080' , '1920' , 'video/x-h264' , '0' , '1000' , '5' , false , false , false , true , false , '0 ', function ( err , status , addresses ) {
71
+ vManager . startStopStreaming ( false , 'testsrc' , '1080' , '1920' , 'video/x-h264' , '0' , '1000' , '5' , false , false , false , false , true , false , false , '0' , '~/Rpanion-server/media/ ', function ( err , status , addresses ) {
72
72
assert . equal ( err , null )
73
73
assert . equal ( status , false )
74
74
done ( )
0 commit comments