Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
pull doesn't need stream_accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Mar 26, 2017
1 parent 69d1802 commit 4a9412a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/multistreamer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ elseif(arg[1] == 'pull') then
local shell = require'multistreamer.shell'
local StreamModel = require'models.stream'
local stream = StreamModel:find({uuid = arg[2]})
local sas = stream:get_streams_accounts()

local ffmpeg_args = {
'-v',
Expand Down

0 comments on commit 4a9412a

Please sign in to comment.