0

There is a same question, but has no answer.

cineio-broadcast-android is a great project for the RTMP video streaming, but how to stream RTMP audio purely ?

There is little information about it. Any suggestion is prefered.

Community
  • 1
  • 1
Jerikc XIONG
  • 3,517
  • 5
  • 42
  • 71
  • RTMP streaming for audio is just the same as it is for video, although the data you're passing will not include a video stream, just an audio stream. From what i'm seeing on this project, you will have to overwrite the `config.selectCamera("back");` method which probably set both audio (microphone) and video (back camera) streams – EladG Jul 02 '15 at 03:51
  • @EladG I mean no camera preview, just audio. – Jerikc XIONG Jul 02 '15 at 04:35
  • You're looking for an already made project which does exactly this? because you can just take the camrea preview & the video stream out of this implementation and you will have exactly what you asked for. – EladG Jul 02 '15 at 04:38
  • @EladG I tried. But after removing the camera preview & video stream, I got the error: `Fatal signal 8 (SIGFPE) at 0x00003b21 (code=-6), thread 15206 (FFmpeg)`. It seems happen here: `(ff_compute_frame_duration+60)` – Jerikc XIONG Jul 02 '15 at 04:56

0 Answers0