# Speex Live Stream record

**URL:** https://community.wowza.com/t/speex-live-stream-record/40674
**Category:** Wowza Streaming Engine
**Created:** [September 10, 2013, 1:28pm UTC](https://community.wowza.com/t/speex-live-stream-record/40674 "2013-09-10T13:28:34Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Master\_Kitano](https://avatars.discourse-cdn.com/v4/letter/m/c68b51/32.png) [@Master\_Kitano](https://community.wowza.com/u/Master_Kitano)
#### Post date: [September 10, 2013, 1:28pm UTC](https://community.wowza.com/t/speex-live-stream-record/40674/1 "2013-09-10T13:28:34Z")

</div>

Im trying to record a stream with speex audio encoding with no luck. When I play the recorded stream, it plays with no audio.

I’ve tried the following combinations:

client: H264 video + speex | Server: LiveStreamRecorderMP4 | result: no audio

client: spark + speex | Server: LiveStreamRecorderFLV | result: no audio

client: spark + nellymoser | Server: LiveStreamRecorderFLV | result: audio!!!

is there something I’m missing? because I see in the documentation: [https://www.wowza.com/docs/how-to-record-live-streams-httplivestreamrecord#sourcestream](https://www.wowza.com/docs/how-to-record-live-streams-httplivestreamrecord#sourcestream) that SPEEX is supported. or is it just impossible to record speex audio??

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [September 11, 2013, 8:33am UTC](https://community.wowza.com/t/speex-live-stream-record/40674/2 "2013-09-11T08:33:01Z")

</div>

What play back client are you testing in?

What encoder are you using?

Speex audio is supported by Flash RTMP and Flash HTTP clients.

Take a look at this article for reference in setting up a flash app for Speex audio:

[How to convert Flash Player 11 output from H.264 + Speex audio to H.264 + AAC audio using Wowza Transcoder AddOn](https://www.wowza.com/docs/how-to-convert-flash-player-11-output-from-h-264-speex-audio-to-h-264-aac-audio-using-wowza-transcoder)

Salvadore

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [September 12, 2013, 1:22pm UTC](https://community.wowza.com/t/speex-live-stream-record/40674/3 "2013-09-12T13:22:32Z")

</div>

Does the audio work when you play the file with the Flash RTMP example player? [wowza-install-dir]/examples/VideoOnDemandStreaming/FlashRTMPPlayer/player.html

Salvadore

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [September 17, 2013, 1:47pm UTC](https://community.wowza.com/t/speex-live-stream-record/40674/4 "2013-09-17T13:47:46Z")

</div>

Make sure you are using the video on demand player, and not the live player.

To play the file you would enter the following into the player:

```auto
[Server] rtmp://[wowza-ip]/[application]
[Stream] flv:[file-name].flv

```

For example:

```auto
[Server] rtmp://localhost/vod
[Stream] flv:sample.flv

```

Salvadore

---

<div class="post-metadata">

### Author: ![Master\_Kitano](https://avatars.discourse-cdn.com/v4/letter/m/c68b51/32.png) [@Master\_Kitano](https://community.wowza.com/u/Master_Kitano)
#### Post date: [September 12, 2013, 7:50am UTC](https://community.wowza.com/t/speex-live-stream-record/40674/5 "2013-09-12T07:50:06Z")

</div>

> What play back client are you testing in?
> 
> What encoder are you using?
> 
> Speex audio is supported by Flash RTMP and Flash HTTP clients.
> 
> Take a look at this article for reference in setting up a flash app for Speex audio:
> 
> [How to convert Flash Player 11 output from H.264 + Speex audio to H.264 + AAC audio using Wowza Transcoder AddOn](https://www.wowza.com/docs/how-to-convert-flash-player-11-output-from-h-264-speex-audio-to-h-264-aac-audio-using-wowza-transcoder)
> 
> Salvadore

Im using a flex app client to stream the webcam in to wowza, wowza then records that stream into a .flv file, I then try to reproduce it in VLC, import it into flash, and other players. They all reproduce the FLV ok, but without audio :(, also, when I try to import the FLV file in to flash, it says it cannot be imported since the audio codec is not supported or something like that.

---

<div class="post-metadata">

### Author: ![Master\_Kitano](https://avatars.discourse-cdn.com/v4/letter/m/c68b51/32.png) [@Master\_Kitano](https://community.wowza.com/u/Master_Kitano)
#### Post date: [September 17, 2013, 10:51am UTC](https://community.wowza.com/t/speex-live-stream-record/40674/6 "2013-09-17T10:51:15Z")

</div>

how can I play the .flv via that player? it only receives the name of a live stream. btw, if I subscribe to the live stream, I can perfectly hear it. the problem is in the recording process.
