Erlyvideo is another free/commercial Flash Media Server alternative, I notice it because it claimed it can streaming video to iPhone. I am looking for a solution directly streaming flv to iPhone for a long time, but still cannot find any. Movie file location setting Edit erlyvideo/priv/erlyvideo.conf, parameter: file_dir iPhone streaming path http://www.<domain>.com:8082/iphone/playlists/<folder>/<folder>/<filename.ext>.m3u8 Testing result: mp4, […]
Category Archives: Flash Media Server
Flash Player 10.1, Client-side Microphone Recording Demo
Thanks Flash Player 10.1, now we can record the sound through microphone directly in browser without the use of Flash Media Server, you can download the wav file converted from ByteArray immediately, you can download mp3 which I send wav file to server and using LAME to encode as mp3. Hope AS3 mp3encoder can come […]
Some installation notes on Flash Media Server 3/3.5
Port 80 Issue FMS 3.5 comes with Apache, since server installed Apache, so do not install it. I want HTTP Tunneling, so chose Port 1935,80 during installation. When FMS started, Apache cannot run, because port 80 is listened by FMS now. Therfore if you get one server only, running web server and FMS, cannot use […]
Change the FlashCom Recorded FLV File Permission in Linux
In Linux server, the FLV recorded by FlashCom, file permission by default is 0660 (rw-rw—-). Tonight, I did some jpg screen capture from the video frame using FFmpeg through exec in PHP. It is so strange the conversion never success. Firstly, I thought it is PHP permission problem, I found I can run exec on […]
FFmpeg usage command
2007-8-6 Update: Based on the my own FLV conversion knowledge, I have started a Web 2.0 service call – VCASMO. It is a video + PowerPoint online presentation platform. Convert other video to FLV ffmpeg -i video.avi -ar 22050 -ab 32 -f flv -s 320×240 video.flv -i input file name -ar audio sampling rate in […]
One-stop Installation Guide for Create a Linux Server-side FLV conversion environment
2007-8-6 Update: Based on the my own FLV conversion knowledge, I have started a Web 2.0 service call – VCASMO. It is a video + PowerPoint online presentation platform. If you want to convert other video format to FLV (sorenson codec), everybody will suggest using FFmpeg. In fact, only FFmpeg is not enough for successfully […]
Using ffmpeg Convert FLV to Other Video Format Has No Audio Problem
At this moment, recording sound in FlashCom, then use ffmpeg convert to MP3 for Podcasting is impossible. Because FlashCom FLV audio codec – NellyMoser is a closed format. Force mp3 audio in saved FLV FLV created with FCS and nellymoser audio codec FLV to other… Revisited Other Reference Extracting a JPEG snapshot from an FLV […]
Server-side delete FLV
If use other Server-side Program to delete the just recorded FLV, FlashCom may lock the file and cannot successfully delete. The correct way to do it is using SSAS: [code lang=”actionscript”]var s = Stream.get(”flvName”); if (s) { s.onStatus = function(info) { if (info.code == “NetStream.Clear.Success”) { trace(”Stream cleared successfully.”); } if (info.code == “NetStream.Clear.Failed”) { […]
Install FlashCom in Fedora Core3
Macromedia documentation states FlashCom support Red Hat Linux 7.3/8, there are also provided Install script for Red Hat Linux 9 or Red Hat Enterprise version 3 WS, my server is Fedora Core3, it can successfully install FlashCom, too. The installation step follows the thread in this forum. Other Reference Articles Fedora Core 3 に Flash […]
News about FlashCom 2.0
Max 2004 Flash Communication Server Sneak Peek Edison, the next release of Flashcom Server and what might be coming up Recording of the MAX get-together A Critique of FCS 2.0 Sneak Peek at MAX