I want to record audio stream as mp3 file on server. I know flash media server can do this but I can not afford it.Red5 officially does not allow this. I have done research and found that we can record audio in flv then use ffmpeg to convert this to mp3. Is there any plugin available for red5 that can directly record audio as mp3 without doing conversion process. Can xuggler for Red5 do this.I am using Red5 for the first time so I am totally clueless.
2
There are 2 best solutions below
0
Paul Gregoire
On
Yes, of course Xuggler can handle the conversion to MP3 but there are ways to encode your stream into MP3 without using a server side process. Have a look at this project that does AS3 enabled MP3 encoding: http://code.google.com/p/as3lameencoder/
Original blog post: http://www.bytearray.org/?p=1142
Related Questions in MP3
- Convert youtube video to mp3 using Quick MP3 API
- mp3 to sample array NAudio
- How to fit the Ringdroid waveform in full width according to width of mobile screen
- How to join mp3 and wav files
- Unknown android app using my mp3 files without my permission
- Android audio too fast on some devices with MediaCodec and AudioTrack
- change .mp3 file format to .aac file format in android using java programming
- Crop MP3 to last N seconds
- Streaming songs from pc
- Splitting up a variable in bash
- MP3 songs do not play in media player
- how to make a button that share my res/raw/xxx.mp3 file
- Adding tags to mp3 with eyed3 results in no change
- How to make an MP3 file wait to play until after another MP3
- PHP - MP3 proxy for streaming
Related Questions in RED5
- How to use a custom codec for flash microphone strming over rtmp
- I can't get red5-hls-plugin to build
- Red5 (hosted on EC2), save data to file server (hosted on different EC2)
- Red5 Pro: Unexpected response code: 400 & WebSocketException - Handshake failed
- Red5 live streaming example using java
- Streaming microphone to RTMP (red5) and back on android
- Trying to find server ip address for red5 on wamp server
- Red5 server installation incomplete source code
- how to undeploy red5 RTMP application on linux?
- Red5 Maven build failure
- Red5 Websocket chat application support multiple chat rooms
- Red5 RTMPS failed connection with self signed certificate
- Red5 failed while installing Red5 application generation 1.0
- List streams available with Red5
- How to use remote SharedObject in AS3 and Red5 -- Second Attempt
Related Questions in AUDIO-RECORDING
- recorderJS record/download audio buffer WEB AUDIO API
- audioManager.abandonFocus(myFocusListener) does not happen fast enough
- Moto G call recording issue
- Implementing audio recording from bluetooth headset
- How to record audio from Audio Element using javascript
- Parsing a WAV/PCM audio
- Audio Capture in windows phone 8 with external microphone
- Record signal in AudioKit to file
- AudioRecord using bluetooth headset
- AvAudioRecorder stops/restart after recording just started
- Scrambled noise when trying to fill audioBuffer with tarsosdsp audioEvent-Buffer
- GARAGEBAND: Cannot listen while recording. Tried it all still nothing
- Swift and audio recording
- Continuous Audio recording in Java via line-in or microphone inputs
- Is my audio normalization code correct?
Related Questions in XUGGLE
- Xuggle and red5 without red5 adapter
- Red5 Audio Recording
- How to capture video and audio from camera/webcamera with Xuggle?
- Use Xuggle in Java to trancode and streaming video/audio
- java.lang.UnsatisfiedLinkError: Native Library /usr/local/xuggler/lib/libxuggle-xuggler.so.3.4.1012 already loaded in another classloader
- xuggle concurrent transcoding
- Xuggle combine audio with generated audio
- How to join one audio and video file -- Xuggler
- xuggler could not find input codec id (avi, msvideo1)
- Xuggler not working with webapp
- Accessing BufferedImages to update JFrame components
- Xuggle and java library path
- change bitrate of mp3
- Using xuggle without installing for a java web application
- Alternative of xuggler for video encoding which doesnot require installaion?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can't record in mp3, you're only choice is recording the FLV and then use ffmpeg to convert it to mp3