How to isolate media files in Applications from video uploaders within FMS

Hello,
We have linux-centos with FMS 3.5.2, apache is on another server.
We host media files within applications folders.
The media files are uploaded via ssh by different users, each one populating her own my_app/streams.
the problem:
We do not want the users to be able to see/download one another files while connected via ssh.
This is difficult because of the user/group needed by FMS.
We tried several hours changing groups/users without finding a solution.
Either FMS cannot stream or a user can see/download elsewhere than in her my_app/stream
(to explain a bit better, I hope, a view of a situation where it does stream, but also leave media files accessible to useradm2)
FMS is run by fmsuser:fmsgrp
user1 uid:gid is usr1adm:fmsgrp
user2 usi:gig is usr2adm:fmsgrp
[root@my_serv ~]# tree -gup /home/sanmultimedia/applications/testaccess/
/home/sanmultimedia/applications/testaccess/
|-- [-rw-r----- fmsuser  fmsgrp   ]  main.asc
`-- [drwxr-sr-x usr1adm  fmsgrp   ]  streams
    `-- [drwxr-sr-x usr1adm  fmsgrp   ]  video
        |-- [-rwxr-x--- usr1adm  fmsgrp   ]  SomaFM--4.mp3
        |-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1.flv
        |-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1_1000kbps.f4v
        |-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1_1500kbps.f4v
        |-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1_150kbps.f4v
        |-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1_500kbps.f4v
        `-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1_700kbps.f4v
Does anyone has a hint ?
Fred

VOD changes won't help him, he said outside the applications
folder. According to adobe any new vod folders must be in the
applications folder, hence virtually worthless for most purposes. A
better question may be, how do you specify a folder on a different
local hard drive. I wish adobe wouldn't make it so complicated, it
should be a really simple matter.

Similar Messages

  • How can i transfer files and applications from an old windows 98SE OS?

    Recently, i was surprised with a brand spanking new 15.4" 2.2 GHZ intel core 2 macbook pro. before this awesome new notebook, i was using a very old, arthritic windows 98SE OS and everything in my whole computing life is stored on that old win98SE antique! i would like to know how i can transfer all my music, movies, pictures and applications, including windows 98se itself so i can possibly run them using parallels or bootcamp (ie: my paintshop pro 7 & 9, animation shop, icewindale games, plus other windows based programs i already have.) i have a male to b male usb cable, if that might help me transfer, i do not know. i also have many many cd-r's, if is this the only way to transfer my files, i am going to be burning disks forever & ever! :P can anyone help me out and suggest a way i can have all my stuff on this awesome new macbook pro? Thanks so much! ^_^

    Since its running 98se, i'd say it would have USB 1.1.. which is slow. so if you have a spare ethernet cable which i think is a lot faster than USB, you can set up a network via ethernet and send to the mac that way. If you turn all your sharing preferences on windows 98 (i forgot how to, because its such a long time since i used it) you can access every folder from your mac. But yeah there isnt a lot of ways to transfer quickly on something that old.

  • How do I transfer files and applications from my iMac to a macbook

    I need to transfer my stuff from an iMac to a MacBook Pro, both not new. I don't have the original install discs for the iMac. Id like to be able to keep software etc on the iMac to transfer to a family member but I dont want any of my personal information to remain.
    Likewise I want to put my stuff onto the MacBook and transfer their stuff to the iMac, is it doable with a firewire cable and if so are there step by step instructions for an operator with a very small understanding!
    The iMac's processor is 2,4 GHz Intel Core 2 duo
    Thanks.

    Sounds like a question for Blackberry.
    Check your manual or the Blackberry support site, or Google.

  • How to upload a file in bdc  from application server

    how to upload a file in bdc  from application server

    Hi
    Check if this is useful and reward.
    PERFORM UNIX_UPLOAD.
    FORM unix_upload.
      DATA : lv_string(600) TYPE c.
      lv_string = p_fname. "p_fname is the filename  in path
    OPEN DATASET lv_string FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      IF sy-subrc <> 0.
        MESSAGE 'File Not Found' TYPE 'I'.
        LEAVE PROGRAM.
      ENDIF.
      DO .
        READ DATASET lv_string INTO gs_gfile.
        IF sy-subrc NE 0 .
          EXIT.
        ENDIF.
        APPEND gs_gfile TO gt_gfile .
        CLEAR  gs_gfile .
      ENDDO.
      CLOSE DATASET lv_string.
      CLEAR lv_string.
      DATA: lc_split TYPE c VALUE cl_abap_char_utilities=>horizontal_tab.
      LOOP AT gt_gfile INTO gs_gfile .
        SPLIT gs_gfile AT lc_split INTO
                                       gs_ipfile-field1                           
                                       gs_ipfile-field2.
      ENDLOOP.
    ENDFORM.                    "unix_upload
    here gs_ipfile is the same structure as your input file to upload
    and
    gs_gfile is the work area of the internal table containing characters as :
    TYPES  : BEGIN OF  ygs_gfile    ,
              data(600)             ,
             END OF    ygs_gfile    .
    *Internal table declaration for input file as text
    gt_gfile   TYPE STANDARD TABLE OF ygs_gfile  INITIAL SIZE 0 ,
    *Work area declaration for input file
           gs_gfile   TYPE ygs_gfile                                   .
    Thanks and Regards
    A Swarna

  • How to save CSV file in application server while making infospoke

    How to save CSV file in application server to be used as destination while making infospoke.
    Please give the steps.........

    Hi
    If you want to load your flatfile from Application server,then you need to trasfer your file from your desktop(Computer) to Application server by using FTP.
    Try using ARCHIVFILE_CLIENT_TO_SERVER Function module.
    You Just need to give thesource path and the target path
    goto SE37 t-code , which is Function module screen, give the function name ARCHIVFILE_CLIENT_TO_SERVER, on click F8 Execute button.
    for path variable give the file path where it resides like C:\users\xxx\desktop\test.csv
    for target path give the directory path on Application server: /data/bi_data
    remember the directory in Server starts with /.
    U have to where to place the file.
    Otherwise use 3rd party tools to connect to ur appl server like : Core FTP and Absolute FTP in google.
    Otherwise...
    Goto the T.code AL11. From there, you can find the directories available in the Application Server.
    For example, if you wanna save the file in the directory "DIR_HOME", then you can find the path of the directories in the nearby column. With the help of this, you can specify the target path. Specify the target path with directory name followed by the filename with .CSV extension.
    Hope this helps
    regards
    gaurav

  • How to rename a file in Application server

    Hi All,
    Here I have a issue with  the present file which is being generated in application server.
    Before the completion of the file the EDI tool is extracting the file from the app server.So here I would like to generate the file with a temp name and then rename to the actual file name which EDI recognises and fetches.
    Please correct me If I am wrong and let me know how to rename the file in application server.
    Thanks,
    Vijay N

    you can try using unix command , if your application server is unix.
    use move command
    mv   <source>  <target>
    REPORT ZUNIX line-size 400
                    no standard page heading.
    data: unixcom like   rlgrap-filename.  
    unixcom = 'mv file1 file2'.
    data: begin of tabl occurs 500,
            line(400),
          end of tabl.
    data: lines type i.
    start-of-selection.
      refresh tabl.
      call 'SYSTEM' id 'COMMAND' field unixcom
                    id 'TAB'     field tabl[].
    or else you can open dataset/ read the dataset and move it to another file and delete the old file.

  • How to find the file that delete from time capsule?

    How to find the file that delete from time capsule?

    I mean I saved JPEG file in Time capsule and unfortunately delete the file. Can I get it back
    IF.... .no other backups have occured since you deleted the file, you might be able to retrieve it using an application like Disk Warrior. It's about $100 as I recall, and there are no guarantees that it will work.
    DiskWarrior 4 - The Disk Utility for Mac  Disk Repair, Mac Directory ...
    Any of the free or low priced utilities that you might see or try will not be able to retrieve a deleted file from a Time Capsule.
    If any backups have occured since you deleted the file, the deleted file has almost certainly been overwritten. No way to retrieve it in that case.

  • How do I transfer Adobe CC application from one hard drive to another?

    How do I transfer Adobe CC application from one hard drive to another?

    I think you have to start Creative Cloud application, uninstall those CC applications from "Apps" panel, then click "Preferences..." menu item, select "Apps", change "Install Location" to another hard drive, then install those applications from "Apps" panel again.

  • How to stop the new health application from Count the steps/ woking background?

    how to stop the new health application from Count the steps/ woking background?
    I really need your help

    I agree with Mr. Hall that using mx.controls.Alert in Flex may be a better route.
    Show the Alert like this:
    // show an alert with a question and yes and no choices
    Alert.show( "Would you like to go to the Adobe Forums?", "Question",
         Alert.YES | Alert.NO, this, closeHandler, null, Alert.YES );
    Then handle the response in the closeHandler() function:
    protected function closeHandler( closeEvent:CloseEvent ):void
    if( event.detail == Alert.YES )
         navigateToURL( new URLRequest('http://forums.adobe.com'), '_self' );
    else if( event.detail == Alert.NO )
         // they chose no
    The following documentation on Alerts may be helpful:
    http://www.flexafterdark.com/docs/ActionScript-Alert
    Let me know if that helps...
    Ben Edwards

  • How did my pdf files get converted from 'open with Adobe Reader' to open with Adobe Acobat'?  And if I have a ''free'' Acrobat account why does it not open?  When I do click on the account it ask me to pay $89.99.  I never wanted Acrobat.  How can I get -

    How did my stored files get converted from 'open with Adobe READER' to 'open with Adobe ACROBAT'? How can I get them re-set to open with 'Adobe Reader'?
    Please reply to my e-mail:   [email protected]

    It sounds as if you downloaded Adobe Acrobat Pro. If you did, uninstall it. Then repair Adobe Reader.
    The free Acrobat account has no connection to any of this.

  • How to transfer App Store purchase applications from my iPhone with apple I'd to my iPad

    How to transfer App Store purchase applications from my iPhone with apple I'd to my iPad without entering apple is to iPad. My iPad is at remote location

    Your post is unclear.
    ramtirath wrote:
    ... without entering apple is to iPad. ...
    What does this mean..?
    What are trying to achieve..?
    Download Past Purchases  >  http://support.apple.com/kb/HT2519

  • How to run media file after Runtime.exc the real player?

    Hi
    How to run media file after Runtime.exc the real player application

    String command = "cmd /c start videotest.rm";
    Runtime.getRuntime().exec(command);

  • How do I transfer files and data from my Samsung Galaxy tab 2 to my Macbook Air?

    How do I transfer files and data from my Samsung Galaxy tab 2 to my Macbook Air? The Macbook does not even recognize the device. I get an error message. I follow the instructions on the message, which tells me to install "Kies" and Android file transfer. This does not help. What do I do?

    See:
    iOS: Transferring information from your current iPhone, iPad, or iPod touch to a new device

  • How do I transfer files and pictures from my blackberry to my mac

    how do I transfer files and pictures from my blackberry to my mac. My mac does not seem to recognize my blackberry as a devise

    Sounds like a question for Blackberry.
    Check your manual or the Blackberry support site, or Google.

  • How do i import file formate imaged from panasonic DMC ZS40 into PSE 9.0

    how do i import file format  image from Panasonic DMC ZS40 into PSE 9.0. Any help appreciated.
    Thanks

    See:
    * http://kb.mozillazine.org/Import_bookmarks

Maybe you are looking for

  • HTML not reading correctly after Mountain Lion Update

    Since I updated to Mountain Lion I am getting a consistent symbol in place of HTML on Safari and Mail ( the 'A' in a box. see the attached image). Firefox works much better than Safari but it still appears, although a lot less.  I haven't found anyth

  • A script on this page may have stopped responding errorcript: chrome://browser/content/sanitize.js:133

    Get this error when attempting to clear cache and cookies - why?

  • IFrame is Obscuring Content When Scrolling Down

    Hi, I've got a Flex 3 project. I'm having some problems gettting an iFrame to work. If I open my project in a normal size browser window, it looks fine. If I open it in a smaller window with scrolllbars and scroll down, then the iFrame scrolls down a

  • Outgoing E-mail Verizon/Yahoo

    I have set-up my Verizon/Yahoo e-mail account.  I am able to receive e-mails but not send e-mails.  My outgoing server is set up as outgoing.yahoo.verizon.net and the port defaulted to 587.  Any suggestions please???

  • Album artwork confusion

    I'm having trouble with the album artwork when I'm in iPod mode on my iPhone. The individual files are all tagged properly, and in cover flow they show properly, but when I am playing music it almost always shows the wrong cover artwork. What's up wi