Skip to main content
Participant
June 18, 2009
Question

I need to stop the sound in an .flv file I'm streaming

  • June 18, 2009
  • 1 reply
  • 680 views

Is there any param value... or anything else I can use to stop the sound in an .flv file I'm streaming from the server?

I do not have the original video that the flv was created with... otherwise this would be a no brainer.

I want to keep the video up but take away the sound.  Thanks much!

    This topic has been closed for replies.

    1 reply

    June 18, 2009

    AFAIK there's nothing in the server side API that would support that. You can, on the client side use NetStream.receiveAudio(false), but that won't prevent the server from serving audio... it just stops a particular client from subscribing to the audio

    Alternately, you can use FFMPEG to strip the audio channels out of the FLV.