apivideo / api.video-flutter-live-stream

Flutter RTMP live stream client. Made with ♥ by api.video
MIT License
65 stars 39 forks source link

Push pure audio(no video) #50

Closed ggdream closed 5 months ago

ggdream commented 7 months ago

Version

latest

Environment that reproduces the issue

.

Use case description

.

Proposed solution

No response

Alternative solutions

No response

ThibaultBee commented 7 months ago

Hi,

What would be your use case? What the point of transmiting audio only in RTMP?

ggdream commented 6 months ago

@ThibaultBee Dear developer, I am currently working on an O2O project. The requirements I encountered are: when the offline service starts, the technician app needs to start recording. At the same time, the audio stream needs to be sent to the server in real time for storage and can be passed through the background management system. "Live" protocol for real-time listening. Considering that this is an audio-only live broadcast logic, I want to use the rtmp protocol and only transmit the audio stream when using it.

ThibaultBee commented 5 months ago

Hi, As api.video is video first and does not support on audio only mode, we won't add a audio only mode. But we will definitely if you submit a PR, we will review it.