gstream / iOS-Icecast-Client

iOS Icecast client with custom library.
15 stars 2 forks source link

Is it possible to broadcast live recording and song music file simultaneously? #1

Open hirenpatelgit opened 6 years ago

hirenpatelgit commented 6 years ago

First of all thanks for this git project its really very helpful to me but I am doing R & D for below.

Is it possible to broadcast live recording and song music file simultaneously like one of the android app(Broadcast MySelf) is already done?

For Example 1 - Mix Both audio Recording and Song and broadcast it? 2 - Apply Gain On Mixed Audio Data?

TheTiger13 commented 6 years ago

@hirenpatelgit Hi I'm looking for the same thing (broadcast live recording and a local music file simultaneously)... Have you done this?

TheTiger13 commented 5 years ago

@hirenpatelgit Hi, If you have done this could you please help on the same?

maietta commented 5 years ago

Source clients are just that, they are source clients. You need to build upon mixing libraries to achieve well, mixing. It's not going to magically happen by itself. It would be great to see someone port IDJC over to Dart/Flutter. Perhaps I could be the guy to do just that.

gstream commented 3 years ago

Hi @hirenpatelgit , @TheTiger13 , Current project is not supporting that feature. Would welcome to open PR for that feature.