-
-
Notifications
You must be signed in to change notification settings - Fork 1
Send Media
James Brundage edited this page Apr 22, 2022
·
1 revision
Sends Media
Sends media from inputs to a stream.
The input device type.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
false | named | true (ByPropertyName) |
The input device identifier. This will be specific to a given input type.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
false | named | true (ByPropertyName) |
The input path.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
false | named | true (ByPropertyName) |
A list of initial arguments to FFMpeg.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String[]] |
false | named | false |
A list of additional arguments to FFMpeg.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String[]] |
false | named | false |
The outputURI where the broadcast will be sent.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Uri] |
false | named | true (ByPropertyName) |
The protocol used to broadcast the output.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
false | named | true (ByPropertyName) |
If set, will run as a background job.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
The path to FFMpeg.exe. By default, checks in the path.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
false | named | false |
If set, this will loop the input source.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
If set, this will loop the input source any number of times.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Int32] |
false | named | false |
Send-Media [-InputType <String>] [-InputDevice <String>] [-InitialArgumentList <String[]>] [-ArgumentList <String[]>] [-OutputUri <Uri>] [-OutputProtocol <String>] [-AsJob] [-FFMpegPath <String>] [-Loop] [-LoopCount <Int32>] [<CommonParameters>]
Send-Media [-InputPath <String>] [-InitialArgumentList <String[]>] [-ArgumentList <String[]>] [-OutputUri <Uri>] [-OutputProtocol <String>] [-AsJob] [-FFMpegPath <String>] [-Loop] [-LoopCount <Int32>] [<CommonParameters>]