Skip to content

Commit 8bf5bef

Browse files
author
ddd999
committed
Update videostream.test.js
1 parent b28af61 commit 8bf5bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/videostream.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ describe('Video Functions', function () {
6464
settings.clear()
6565
const vManager = new VideoStream(settings, winston)
6666

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) {
6868
assert.equal(err, null)
6969
assert.equal(status, true)
7070
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) {
7272
assert.equal(err, null)
7373
assert.equal(status, false)
7474
done()

0 commit comments

Comments
 (0)