Posts

Showing posts with the label streaming

Flash Live Streaming Player

After a long time i am back with my player.This time i want to use my player as a live player.The changes where simple and it is handy to develop this functionality in Flash Media Server 3.I just uploaded the source and you can download it from here . The source is developed in Adobe Flash CS3. How to setup the player? 1. Install Flash MediaServer 3 2. Install Adobe Flash Media encoder 2.5 3. Check there is an application called live in your Application folder in the FMS installation directory. 4. Attach any video device(webcam) to the computer. 5. Start FMS and Media Encoder 6. Check Stream to Flash Media Server section in media endcoder 7. set the FMS url "rtmp://localhost/live/" and Stream "livestream" 8. Check the playe.as You can the stream name and application in it. 9. Start the media encoder that's all ready to check the player. Enjoy it.... feel free to contact me for help...I will try my level best...

Flash FLV player using PHP

After a long experiments , i have developed another player which uses XMOOV for streaming.Actually i got this php from flashcomguru.com .I didn't change the php file instead of it i developed a player using this php. The player will start streaming anywhere from the file and it also make the seeking operation in the cached file. Download Source here I have no server space so i use freewebs space ,.Pls forgive me :D The main problem of this technology is the performance of the php server.It need a good php server which can handle more requests at a time. Other problem is the encoding of the flv. Flv file should be added with the 'keyframes' metadata . So it need another utility called metadata injector ,which will inject metadata to the flv. It can be downloaded from here. That's all ..... and all other ups to you. Try this.. If you are using this file please let me know your feedback.

Fullscreen in flash

I am always confused with the fullscreen issue in flash in browser. At last,after many experiments i have developed a player which will support fullscreen. As this player may not be so good as many other Flash videoplayer ,consider as a experiment. The player will receive the path to the flv as "path" param . You can watch my experiment here. I am happy to share my files with you. You can download from here It containts: 1.The .fla file developed in "Flash CS3" 2.Player.as file 3.player.swf 4.flv folder which contain the flv file. For testing purpose copy any flv of size 400 X 300 and rename as test and open the html in browser. Please comment your opinions ,suggetions and doubts... NOTE:The file developed in FLASH CS3 2.The Flv should be exactly of 400X300 size.