creates attractive web slideshows from dynamic image files and data. Among the possible uses are:
- Slideshows
- Photo albums & picture books
- Catalogs
- Story books
- Year books
- Portfolios
- Keynotes & business presentations
- Advertisement
- Trivia games
- Polls
creates attractive web slideshows from dynamic image files and data. Among the possible uses are:
This is a basic setup that should work without any glitch. Feel free to improve the script on the FFMPEG parameters like changing the bitrates, output size, etc… For now, FFMPEG seems to only be able to support YUV webcam, RGB does not seems to work for now. On my laptop, I was able to broadcast at 10 fps, maybe recompiling FFMPEG could improve that…
Surely it will work with other provider like Bambuser, or any other supporting FME broadcast… Have fun!
Just put type=”application/x-shockwave-flash” in the <object> code and in the embed, this will fix error from missing plugin in Google Chrome.
<object type="application/x-shockwave-flash" classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='200' height='620' id='single1' name='single1'><param name=’movie’ value=’player.swf’><param name=’allowfullscreen’ value=’false’><param name=’allowscriptaccess’ value=’always’><param name=’wmode’ value=’opaque’><param name=’flashvars’ value=’file=../streaming/playlist.xml&skin=../streaming/ngaji.zip&playlist=bottom&playlist.size=520&abouttext=BelajarNgaji.com&aboutlink=http://belajarngaji.com’>
<embed type="application/x-shockwave-flash" id='single2' name='single2' src='player.swf' width='200' height='620' bgcolor='#000000' allowscriptaccess='always' allowfullscreen='false' flashvars='file=../streaming/playlist.xml&skin=../streaming/ngaji.zip&playlist=bottom&playlist.size=520&abouttext=BelajarNgaji.com&aboutlink=http://belajarngaji.com' /></object>
This tutorial will cover dynamically loading images from an XML file and then deal with inconsistencies in image dimensions using the GreenSock Tween Max animation library
You can download Flash Media Server Authentication Add-in right here, you must sign in first.
Extract the zip then use command ./installSAA to install and to add user go to (cd) RootInstall/conf/ then use the command ./users add -u username -p userpassword
If you got error like ./users: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Just type command yum provides */libstdc++.so.5 to check available packages, it show you (i use centos 5) :
compat-libstdc++-33-3.2.3-61.i386 : Compatibility standard C++ libraries
Repo : base
Matched from:
Filename : /usr/lib/libstdc++.so.5
And finally what you have to do is type the command yum install compat-libstdc++-33 to install the library libstdc++.so.5.