How to: Speex in RTMP stream and HLS
Hello,
My RTMP stream contains:
1) Video in H.264 format
2) Audio in Speex format
When I do "createHLSstream" I have a video in live stream but no audio.
Tell me please the way to transcode audio to AAC format in the outgoing HLS stream.
I need to transfer my RTMP stream to iOS devices with video and audio. I call two commands:
1) pullstream
2) createhlsstream
What am I doing wrong? Or how can I transcode HLS stream?