shogo4405 / HaishinKit.swift

Camera and Microphone streaming library via RTMP and SRT for iOS, macOS, tvOS and visionOS.
BSD 3-Clause "New" or "Revised" License
2.71k stars 603 forks source link

Support FMLE-compatible sequences(releaseStream/FCPublish) #1393

Closed shogo4405 closed 2 months ago

shogo4405 commented 2 months ago

Description & motivation

I anticipate usage like this: Please set stream.fcPublishName before calling RTMPConnection.connect.

stream = RTMPStream(connection, “ingest-stream-name”)
stream.fcPublishName = “ingest-stream-name”
stream.publish(stream.fcPublishName)

Type of change

Please delete options that are not relevant.

Screenshots: