Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTranscoderPeerConnection ¶ added in v0.1.2
func NewTranscoderPeerConnection(configuration webrtc.Configuration) (*webrtc.PeerConnection, error)
NewTranscoderPeerConnection creates a new PeerConnection with additional video types supported.
Types ¶
type TranscoderClient ¶
func NewTranscoderAPIClient ¶
func NewTranscoderAPIClient(conn *grpc.ClientConn) (*TranscoderClient, error)
func (*TranscoderClient) Close ¶
func (c *TranscoderClient) Close() error
Close closes the underlying peer connection.
func (*TranscoderClient) Transcode ¶
func (c *TranscoderClient) Transcode(tl webrtc.TrackLocal) (*webrtc.TrackRemote, error)
Click to show internal directories.
Click to hide internal directories.