Simple cms that can handle flv's

Hi there,
Before I spend tons of time learning Joomla, I was wondering if there is a simple (and free) cms that can REALLY handle flv's. The past few months I've waisted lot's and lot's of time looking into cms-es that supposed to be able to change flv's on a page but in the end couldn't. Any ideas? Thanks!

Hi
There is no template required as you would use this folder for your flv's in your normal development process, and all your client would be doing is replacing one file with another using the same name.
At the very basic your client would require and ftp program, or he could even use the 'Fireftp' extension for firefox. You would then have to give him the folder name that he should use for the 'new' flv files and a list of the flv file names acceptable for the page.
Another way would be to use a php log-in page that directs him to a file upload page, this would be my preferred method but it does require competency in programming php, which unfortunately you say you do not have, but someone you know may have this skill that you can team up with for this.
This file upload tutorial is for images, but the principle is the same for any file - http://cookbooks.adobe.com/post_Upload_image_to_website__PHP_-16389.html.
For log-in/out see the 'protect admin pages' section of this tutorial - http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt3_03.html.
PZ
www.pziecina.com

Similar Messages

  • Hosting company that can handle large videos.

    I currently have 9 videos on my website that range from 3.5 minutes to 1 hour.  8 of them range in file sizes from 21MB to 389MB.  My latest video is 40 minutes long and 1.57GB.  I know,  that is huge, but it was taken with an HD camera and is in MP4 format encoded with the H.264 codec.  I tried to convert this to FLV, but the video looked terrible.  My current host has informed me that the video is to large for his server to handle.  I don't know exactly how all that works, so I am hoping that someone can tell me how to make the video smaller so that his server can handle it or suggest a host that can handle the files as is.  So if anyone has any suggestion, either way, please let me know.  It will be greatly appreciated.
    http://www.liquidfirefishing.com/videos
    My host did ask me to delete the 1.57GB video off his server, so it is not currently on there.

    If you want to be in the video streaming business... then you need to move from shared hosting to a dedicated server.  FWIW:  I highly recommend Lunar Pages.  They have dedicated server packages starting as low as $99/month.   If you're so inclined, here's my affiliate link.   http://www.lunarpages.com/id/NancyO
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Tutorials - http://w3schools.com/

  • Looking for Mac that can handle CPU intensive apps (Music & Video)

    Hi everyone, I am looking to get a new mac in the near future but wanted to know which Desktop mac is best for music and video? I was thinking of the new iMac but not sure if they are powerful enough? I need something that can handle CPU intensive stuff. I will be using it mainly for video editing and music producing

    In a nutshell,
    Look at the new 27 inch screen iMac models.
    Get the fastest optional CPU,
    Decide which optional GPU you'd be comfortable with.
    Get the base 8 GBs of RAM and then purchase extra, cheaper RAM through third party Mac RAM sellers.
    Then add as much RAM as you think you need. The 27 inch screen models can take up to 32 GBs of RAM.
    Decide on optional storage sizes.
    If you need a CD / DVD optical drive, these are no longer built-in and you will need to budget for a good external optical drive.
    Budget for 3-year extended AppleCare warranty service.
    In case of reliability issues with the first 5 years of operational life, the iMac will be covered with free warranty service for the first three years.
    Good Luck!

  • [SOLVED] "No codec present that can handle the stream's type" issue

    Hello. I got a python program that would play musics on a website, which doesn't work for a "no codec present that can handle the stream's type" issue. I have installed things like gstreamer, gstreamer-plugins, gstreamer-python, gstreamer-ffmpeg, and libmpeg2, etc. However, this issue still remains. Would someone here be able to help?
    Here's the error message:
    ** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)2, layer=(int)3, rate=(int)24000, channels=(int)2, parsed=(boolean)true
    Error: There is no codec present that can handle the stream's type. gstplaybasebin.c(2322): prepare_output (): /GstPlayBin:player
    Here's the program, written by a Chinese: https://github.com/zhendi/DoubanFM-CLI
    Edit:
    I'm able to play the musics on the websites via chromium.
    Edit:
    I tried to download the music, and use gst-launch-0.10 filesrc location=~/p535960.mp3 ! decodebin ! autovideosink, but only find these messages:
    Setting pipeline to PAUSED ...
    Pipeline is PREROLLING ...
    ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstMpegAudioParse:mpegaudioparse0: GStreamer encountered a general stream error.
    Additional debug info:
    gstbaseparse.c(2695): gst_base_parse_loop (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstMpegAudioParse:mpegaudioparse0:
    streaming stopped, reason not-linked
    ERROR: pipeline doesn't want to preroll.
    Setting pipeline to NULL ...
    Freeing pipeline ...
    Last edited by lastland (2012-02-18 07:47:47)

    Sorry. I just found the reason. I missed gstreamer-ugly in this case.

  • WL-JAAS-No Configuration was registered that can handle the configuration

    Hi,
    A) I am trying to run JAAS on Weblogic. We have got our own login module developed based on JAAS specification.
    I have created jas.config which is as follows:
    abcjaas {
    <pkg>.DBLoginModule required
    which I have included in the system properties as
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Djava.security.auth.login.config=D:\BeaWL\jaas.config
    B) I had also tried setting this
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlogin.configuration.provider=com.bea.common.security.jdkutils.JAASConfiguration. This I have also tried configuring in the java.security file in the JDK folder.
    While in Java code, it precisly throws error here on this statement:
    loginContext = new LoginContext("abcjaas", callHandler);
    But for all the above trials, it gives the same error as follows:
    C)
    Inside : Authenticator ::authenticateUser()....
    <Sep 10, 2009 2:32:49 PM IST> <Error> <HTTP> <BEA-101020> <[weblogic.servlet.internal.WebAppServletContext@609547 - appName: CommercialLines_EAR', name: 'App', context-path: '/App', spec-version: '2.5'] Servlet failed with Exception
    java.lang.IllegalArgumentException: No Configuration was registered that can handle the configuration named abcjaas
    at com.bea.common.security.jdkutils.JAASConfiguration.getAppConfigurationEntry(JAASConfiguration.java:124)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:243)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:403)
    at <pkg>.Authenticator.authenticateUser(Authenticator.java:38)
    at <pkg>.LoginFilter.doFilter(LoginFilter.java:40)
    Truncated. see log file for complete stacktrace
    >
    D) Kindly help, the Weblogic 10.3.0.0 running on JDK1.6 -Sun provided. I am not using the JDK1.6 in WL10.3 or its Jrockit1.6.
    Please let me know the resolution.
    Cheers,
    -Vishal Kumar

    I came across the potential fix through the document: http://docs.oracle.com/cd/E23717_01/doc.71/e23699/adm_troubleshoot.htm#BABIHJJF . The fix works fine.
    However I would like a better explanation of the issue and the fix. The issue happens only on Solaris servers that run sftp, but not on linux servers.

  • Search  application that can handle regular expressions

    I am desperately seeking for my PhD an OSX 10.6 application that can search through all my data. That application need to have *efficient search algorithms* for complex pattern searching.
    For example I want to search all my documents having the word cancer inside the file.
    Not only search for the filename cancer BUT search inside the documents with all the extensions (pdf, rtf, doc, etc.)
    In Windows I use +Filelocator Pro+.
    Is there a Mac OSX application like +Filelocator Pro+ for search?
    An application that can handle regular expression support, with any of the following options:
    +Export results to Text, command line options, Network drive searching, Boolean searches (e.g. AND, OR, and NOT), Perl compatible regexp option, Built in file viewer, Word, Excel and PDF searching, Open Office, Word Perfect option using IFilters, Unicode support, support for: ZIP, RAR, CAB, 7-Zip, ARJ, Bzip, CHM, CPIO, DEB, DMG, GZIP, HFS, ISO, LZH, MSI, NSIS, RPM, TAR, UDF, WIM, XAR, Z formats, Active Scripting support, Export as Text, CSV, XML, HTML, or XSLT custom format, File attribute searching , Relative date/time searches, Repositionable contents pane, Search within search, Exclude folders list,+ etc

    You might try the freeware EasyFind. It allows boolean and wildcard searches. How many of the other features in your "wish list" it offers I haven't checked. If EasyFind doesn't offer sufficient power, take a look at FoxTrot Personal Search or FoxTrot Professional Search.
    And of course there's always grep which can be incredibly powerful once you learn all its ins and outs.
    Regards.

  • Looking for Rental add-on that can handle flexible return dates

    Hi Forum,
    I am wondering which would be good add-on for rental industry that can handle flexible return dates (without cancelling original contract and creating a new one with actual date).
    I am wondering if Visnova's Rental add-on would handle flexible return dates without actually cancelling original contract and creating a new contract.
    Are there many ways to handle flexible rental return dates?
    Thanks.

    Hi,
    I have moved your thread here because you are looking for partner add-on instead of SAP add-on. Have you searched through this forum and SAP EcoHub ?
    Thanks,
    Gordon

  • Is there a MBP model (Configuration) that can handle multicam editing?

    I do a lot of multicam editing.  Is there a MBP configuration that can handle multicam editing (giving smooth playback
    In that editing mode) I am also desiring to have the fastest rendering I can get in that MBP.
    Any suggestions are appreciated.

    I do a lot of multicam editing.  Is there a MBP configuration that can handle multicam editing (giving smooth playback
    In that editing mode) I am also desiring to have the fastest rendering I can get in that MBP.
    Any suggestions are appreciated.

  • Creating a simple procedures that can be used to send emails

    Dear All, I would like to design a simple procedure that can be used to send out emails..How do i go about doing so. Kindly note I have a table called table_emp which contains the emails of sveral employees and their firstname, lastname, empid, username, email, username, userid as well
    Userid     FirstName         LastName            empid             Email                                      username            Manager
    123        John                Adams                550                [email protected]                    jadams                    0
    124        Lisa                  Rain                   551                [email protected]                    lrain                        1
    125        Mesina              Ray                   552                 [email protected]                     mray                       1All help will be greatly be appreciated. Thank you

    user13328581 wrote:
    Dear All, I would like to design a simple procedure that can be used to send out emails..How do i go about doing so. You said you would like to design a simple procedure that can be used to send out emails, but it looks to me that you want us to spoon-feed you and just give you what you need. You didn't even tried anything on your own... haven't you?
    Try something first on your own and if it doesn't work well it would be a valid reason to look for help.

  • Is there an iPod that can handle 24 bit 192 hz

    Is there an iPod or iPad that can handle music files 24 bit 192 hz

    No. The highest resolution iPods can handle is 24/48.

  • Looking for a simple app that can output 8 channels simultaneously.

    Hello esteemed audio community.
    I have to create a little effect for an upcoming party. For this I have created the following audio tracks in Garage Band:
    - 4 separate audio channels (stereo front and stereo rear)
    - one mono combination of these four tracks (to drive a Light organ gizmo - makes the light flicker with the audio)
    - and finally two separate tracks with simple 1Khz pulses to trigger relays for a fog machine.
    I now need to be able to play these 7 tracks simultaneously and send them to different amplifiers and relays. So I need two things: 1) a software that can play them and 2) a hardware interface that can take these 7 channels out of the computer and convert them to line levels analog signals.
    I thought this would be pretty straight forward but it turns out that it is not, unless you want to throw $$$ at it which I really can't afford.
    Software wise, unfortunately, GB can only output 2 audio channel at one time. So I need to find a little app that can offers multitrack output. Ideally it would some shareware thing that would allow me to load in up to 8 tracks saved from GB, adjust their individual levels and then output them.
    Second issue is hardware. Here I have found the M-Audio 410 firewire. This box will take up to 10 audio "returns" and output them to analog. They can be found used for about $150. So I think this might work.
    Budget for this setup is very limited, hopefully no more than $150. Quality does not have to be very high although a good bass response will be important for the effect. I don't need any recording. Only playback.
    Would any one have any suggestion on how to best accomplish this? If this software does not exist, how complicated would it be to write it? Would Applescript be useful for this? All it needs to do is read 8 audio files (2 minutes max), allow me to adjust their level and output all 8 at the same time.
    Thank you very much for any help.
    Bo

    Ah. I'm surprised, but there we go.
    Have a look here ...
    http://jam.hitsquad.com/vocal/about2136.html
    (courtesy of googling 'OSX free multitrack recording software')
    Didn't have time to do more than skim, but 'Ardour' looked promising. Protools is the only one I've used, the full product is one of the industry standards, but the free 'lite' version listed here seems to be limited to 2 in/out as well.
    Referring to your original post, I'd think trying to write or 'script' something would be a nightmare ... synchronisation of streams within something like Applescript would be a major issue, quite apart from anything else.
    G5 Dual 2.7, MacMini, iMac 700; P4/XP Desk & Lap.   Mac OS X (10.4.8)   mLan:01x/i88x; DP 5.1, Cubase SX3, NI Komplete, Melodyne.

  • [SOLVED] recommendation for a text editor that can handle 25mb+ files?

    Not sure where to put it, so I put it her (if it's not the right place, can someone please move it.. thanks!)
    I'm building a database of about 60,000 files in folder X.
    I'm using php to organise all the files and clean them up (for exmaple removing "-" and ":") and then sticking them into a database.
    my main text editor is vim,and then I usually use a gui based editor for fast navigation (lets see you go through 1,010,131 lines of output in vim).
    The output is usually suppressed,  but the amount of files in X, changes daily (one day can go without change, then next day a user can add 20 files and another user can remove a file), so whenever a new file comes in I want to see that my code can handle it properly, then be able to stick in thee db properly.
    recently trying to open a 1million line file in Kate, or Kwrite seems to crash dolphin (KDE).
    If I install gvim, I'll need to remove Vim, and I dont want to do that.
    I'm looking for something small with scroll bars, that only needs to edit txt files.
    Last edited by scarletxfi (2010-09-28 22:37:10)

    scarletxfi wrote:I tired that, it wasnt the same, I don't know the exact line number, and as the files always change and are different from each other, i check locations which I know to be problematic..
    thanks for the suggestions thought , I see I have to work on my VIM navigation skills
    If you know that it's some specific subdirectory that usually messes up, or you know the name of the file you want to find, you can do /FILENAME to search for it. If you know it usually is around line 600,000, then try out 600000G.

  • Need a "reel" Lightbox widget for Muse that can handle different pictures:

    the trigger: a small thumbnail picture (1:1) and the "real" picture: bigger (sure) and from different size/shape for example 2 : 3.
    Where can I get this widget?
    I testet different widgets f.e. from musegrid - but they cannot handle two different picture, like the "classic" Lightbox from lokesh/lightbox2 · GitHub...
    Thanks a Lot for your help!
    Bernhard

    You can get close to this effect using the built-in slideshow widget.
    Set the options for Full Screen and Lightbox.
    Temporarily make the thumbnails large and square.
    Select all the thumbnails and select Object > Fitting > Fit Content Proportionally.
    Limitations with this approach include:
    You can't stroke or round the corners of the thumbnails (assuming they have mixed aspect ratio) since the stroke or rounding will appear on the square frame the thumbnail is fit within, rather than on the image itself.
    You can't crop the thumbnail differently than the hero image. Again because the frame is large and square and the image is fit within (in order to enable thumbnails with different aspect ratios).
    I'm not aware of any third party Muse widgets that would get any closer to the exact effect you're looking to achieve.

  • Does NI offer anything that can handle an AC Excitation similar to the SCXI 1121 which has DC Excitation?

    I have a LeBow strain gauge Torque Sensor that requires 10 VAC Excitation does NI have anything to accomodate this? I know the SCXI 1121 handles 10 VDC Excitation.

    Joey,
    We only offer one SCXI module with VAC excitation, but the highest voltage it can give is 3 Vrms (1-3 Vrms) and in frequency from 2.5 to 10 kHz. You can take a look to it by going to the main page at www.ni.com, and then click on the link for "Product Catalog", then select "Products and Services" and select "Signal Conditioning"... then select "SCXI", then "SCXI Analog Input", and then on the select box that says "Signal Conditioning Feature" select "Excitation"...and then click on the "SCXI 1540" link... or follow this link as well...
    SCXI 1540 Catalog Page
    In your case if you really need the 10VAC excitation, you most probably are going to need an external excitation source.
    Good luck!...
    Nestor Sanchez
    Applications Engineer
    National Instruments
    Nestor
    National Instruments

  • I need help finding an external Thunderbolt drive enclosure that can handle 5 3.5" standard HD's.

      I have several 3.5" hard drives that I have had in previous Mac Pro's all with various data on them.  I would like help to point me to an external Thunderbolt enclosure to put these drives into.  I have learned from a nice lady at Drobo that most enclosures are RAID and that if I were to use the Drobo 5D and place my drives in this device it would format (erase) them!  I have also learned that what I'm looking for is something that allows Single/Independent use of the drives.  I have a couple of single external enclosures that I could use but they are firewire 400 (not too much of a problem since my MBP has a firewire 800 port and I could use an adapter) however I could only access the data one drive at a time.  That would be time consuming swapping out each drive. 
      The Drobo folks say that none of their products allows for a Single/Independent configuration and they say that most manufactures of multiple drive enclosures do not support Single/Independent use.  I have 5 drives that I would like to put in to a single Thunderbolt enclosure.  Any help is greatly appreciated. 
    Granddaie 
    Message was edited by: granddaie

    They've top-notch service - even the owner can be found on some boards here.
    I'm sure that OWC will be able to point you in the right direction.
    Best of luck,
    Clinton

Maybe you are looking for

  • The ethernet port on the thunderbolt display is not working

    The ethernet is working when the cable is connected directly to my mac laptop but when connected the thunderbolt display there is no connection.  Is there some type of set up for the ethernet connection or can this port just be broken?  Thanks for th

  • Dynamic Screen Paramater Generation

    Is it possible to generate parameters for a screen on the fly?? im trying to create a generic program that can adapt selection option parameters depending on a database table. ie if the user asks to search for an item in a table, they will be provide

  • File upload api

    Hi! I am looking for an api that handles file upload though jsp/servlet. I'm currently using the JspSmart smartUpload component but they looks like they have stop develop it so I'm am looking for an alternative. Thanks in advance Roland Carlsson

  • Where can we set the serialezed update for DTP

    For 0VENDOR_TEXT I am getting the below error "he existing DTP requires a serialized update because fields are updated non-commutatively during the processing run (for example, MOVE). Therefore all new data records that have the same semantic key as

  • How can I change the diplsy view of email?

    I am unable to read e-mail message without totally opening it. There are 3 sections now and before only had two. The middle one is new and nothing that means anything to me. How do I get back to 2 sections: list and message?