Help configuring adobe media server's apache to use UNC paths and use multible VOD directories

I am experimenting with v 5.03 for media server with look to upgrade our current pool of v4.x server to support ipads etc.
i have set the ams conf file and have in the past use a unc paths for my VOD_Dirs
eg
VOD_DIR = C:\Program Files\Adobe\Adobe Media Server 5\applications\vod\media
VOD_DIR_1 = \\prodserver1\media\data\VOD\Media
VOD_DIR_2 = \\prodserver2\media\library\Preview
VOD_DIR_3 = \\prodserver3\media\preview
how and where do i need to do this for the http streaming ?
cheers
Robert

You use Apache config files for the same...namely httpd.conf.

Similar Messages

  • Possible to install and configure adobe media server with existing apache

    Hi All,
    I am wondering if you know whether or not there would be an issue installing AMS Pro on a server that is already running a Moodle installation (2.4) with Apache 2.2?
    If I opt to install AMS without installing apache, can I manually configure the exiting apache to enable iOS support, etc?
    Any information is most appreciated!
    Cheers,
    G

    You better post this question in the correct forum: Adobe Media Server maybe the moderator can move it.

  • Help configuring Flash Media Server

    Hi All
    Can anybody help in configuring FMS2 on a local machine so
    that I can test some sample applications.
    My main aim is to abe able to stream live video and audio
    using FMS 2.0 .
    I am completely new to flash and FMS so any help will be
    highly appreciated.
    Regards
    -Raj

    if use the default setting
    you may create a folder under the
    { $ media server root }/applications/....
    for example:
    the folder named "test",
    maybe like this:
    "C:\Program Files\Macromedia\Flash Media Server
    2\applications\test\"
    then
    in the FLA:
    you may connect like this
    myConn = new NetConnection();
    myConn.connect("rtmp:/test");
    or
    myConn = new NetConnection();
    myConn.connect("rtmp://localhost/test");

  • Family Adobe Media Server

    Hello;
    Can anyone tell me about: Family Adobe Media Server ?.
    Licenses, prices, requirements
    I need endorsed with point-to-point video and display on PC and mobile devices.
    Sorry I do not speak English and I'm using Google translator Online.
    Information in Spanish about what I want?
    Thank You

    Hi Eduardo,
    Welcome to Adobe Forums.
    Please find the links in reference to your questions below:
    www.adobe.com/content/dam/Adobe/en/products/.../ams5-intro-wp.pdf
    https://www.google.co.in/?gfe_rd=cr&ei=3xgTVenBJIzV8gefrIHoCw&gws_rd=ssl
    Adobe Media Server Help | Install Adobe Media Server
    Hope the above links are helpful. Please let me know if you have any specific questions for me.

  • Integrate native WebRTC audio/video on all AIR platforms including Adobe Media Server

    Hey everybody,
    It is apparent that Adobe is very busy trying to keep up with improving and fixing video and audio bugs on all platforms. Thankfully, in the past month Adobe finally made a H264 video with Nellymoser audio stream work on Androids! That took a while to make that work. But even though that is working, AIR on Androids still cannot transmit H264 video. Also AIR on iOS cannot view live video, but instead video has to be wrapped inside a Apple HLS (HTTP Live Streaming) format which introduces way too much latency for live audio/video streaming. Also AIR cannot transmit AAC Audio, and echo cancellation with Nellymoser just doesnt make the cut.
    Everybody is aware that Flash Player can only stream video/audio smoothly for 1 in 10 users. There is just way too much for Adobe to do to get audio/video to work again and to work for everybody on every device.
    So because WebRTC has much more development effort going into it, and because it is being promoted as free source to try to make the proprietary licensing world to rethink H264 and AAC audio, perhaps Adobe should just focus their efforts on implementing the existing and mostly working WebRTC libraries into Adobe AIR.
    Since these libraries are becoming so popular, Adobe could also integrate support for WebRTC into the Adobe Media Server for recording, peer-to-peer negotiation, and firewall hole punching.
    See my feature request here to integrate native WebRTC audio/video on all platforms
    https://bugbase.adobe.com/index.cfm?event=bug&id=3728399
    So will you vote with me to get WebRTC into Adobe AIR and Adobe Media Server?
    Adobe could essentially deprecate many existing features requests and bug fixes related to audio video and solve many problems with WebRTC such as:
    Implement Opus Codec:
    https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3016518
    https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3331640
    https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3633142
    Fix Enhanced Microphone issues:
    https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3711062
    https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3521224
    Add support to stream AAC HE-AAC v2 audio, allowing iOS to be an endpoint that can receive audio and video:
    https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3694393
    Add support to transmit H264 video from an Android:
    https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3648262
    Decreased video latency and more performance on Androids regardless of the 32-bit/64-bit ARM Intel processors
    https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3648268
    Improve video quality and bandwidth:
    HEVC, H265, VP9

    No there has been no update nor comment from Adobe regarding adding support for WebRTC. According to this year's roadmap they are booked! So it appears that we will not be seeing WebRTC in the ActionScript platform this year unfortunately. Back in March I made some predictions as to what might be considered higher priority for Adobe to be working on. It appears that list is still being worked on by the Adobe AIR/Flash team. They still have not finished support for iOS 8, and they still have several months to get hardware accelerated video finished. And VideoTexture is still in beta and will probably be in beta until AIR version 19 I would guess. Then 64-bit AIR runtime will be completed 3rd quarter along with HTML5 improvments for the 4th quarter. It looks like Adobe is completely booked.

  • Vhost configuration for Adobe Media Server running under linux.

    Please help me with Vhost configuration for Adobe Media Server running under linux.
    I was running a media sharing website for which I wanted to use Adobe Media Server.
    To use, AMS, I disabled the already installed Apache server and installed AMS along with the built in Apache server. I could successfully install AMS and could login to AMS Admin Console through my IP number.
    My existing website, www.mydomain.com is having its contents located at:
    /home/mydomain/public_html
    (Directory created under the old version of Apache not bundled with AMS)
    Users will be uploading their videos, which will get transcoded and will be delivered to the website visitors in the existing scenario.
    To use this website with AMS, this is what I did:
    I created a folder for my domain, www.mydomain.com as below
    /opt/adobe/ams/conf/_defaultRoot_/www.mydomain.com
    Copied Application.xml and Vhost.xml from /opt/adobe/ams/conf/_defaultRoot_/   and pasted them in /opt/adobe/ams/conf/_defaultRoot_/www.mydomain.com
    In the Application.xml file there are 2 entries:
    <Alias name="mydomain.com"></Alias>
    <AppsDir>${/home/mydomain/public_html}</AppsDir>
    Please help me with further steps to be completed:
    Do I need to create a separate VirtualHost entry in the Apache installed with AMS?
    If yes, can I specify already existing document root for my website (/home/mydomain/public_html) or do I need to create a separate folder under webroot/Apache ?
    If yes to point 2 above, then do I need to copy all the existing contents from /home/mydomain/public_html to the newly created folder ?
    I hope, I can serve all my static contents like html pages and php and media like video/audio. In that case do I need create alias to my Media/Alias folder or AMS will automatically start streaming when a video/audio is requested ?
    What other steps do i need to complete?
    Any help in this regard would be highly appreciated.
    Thanks and Regards

    Dear sir or madam,
    Here is Letswin Technology, which specializes in global servers, web hosting, VPS, VPNj. If anything I can do for you, pls contact us!
    Have a nice day!

  • Adobe Media Server HELP!

    What is the minimum server hardware specifications for RAM, CPU and hard drive speeds (capacity I know) for streaming content to the web in 1080p using Adobe Media Server?

    [Moved the discussion to Media Server Forum]

  • Adobe Media Server - rtmpt[e] failback

    Hello,
    I have a 5.0.1 Adobe Media Server installed.
    Apache is configured to answer on the port 80 of this server for http live streaming.
    AMS answers on the default port, 1935.
    Some of our clients and people who go to our websites have outbound firewall and can't reach port 1935 of the AMS server.
    When, in stream URL, I force the port 80 to be used, with the Adobe Sample Video Player 5 or our own Video Player, the video takes much longer to load.
    For example, the pages and video of a website loads in less than 2 seconds, whereis in rtmp[t][e] port 80, the video takes about 8 seconds to get ready to play.
    Adobe AMS5 documentation does not recommend proxying port 80 through AMS process, as the HLS connections can hang.
    How can i use port 80 for Apache and AMS without having long loading times for ams ?
    Thanks for Help,
    Raphaël

    I talked to our support team and asked them to coordinate with you....And setting up virtual directory should be easy stuff.

  • Can flash media live encoder feed stream to remote adobe media server installed on other machine?

    Hi All,
    i have installed  Flash Media Live Encoder 3.2 on my one machine xxx and AMS version 5 on another machine yyy.
    i am trying to configure FMLE for ams server URL - i.e. stream to flash media server option on FMLE. I have generated FMS URL as "rtmp://yyy/live" and clicked "connect" to. Its not getting connected to it.
    please find attachment for error.
    is there any restriction that our AMS should be on same machine wehere we have installed flash media live encoder ??
    please help on this!!

    If you have any trouble to understand from above query then please go through following scenarios and do reply if you have answers to it.
    I have installed Flash Media Live Encoder 3.2 on my machine and Adobe Media Server 5.0.3 on another machine.
    My requirement is to stream RTMP from Flash Media Live Encoder which is installed on my machine(source) and receive RTMP stream on Adobe Media Server which is installed on another machine.
    I am unable to connect to "rtmp://<"IP Address of Adobe Media Server installed system">/live on AMS installed machine.
    Atached please find the error message screen shot:
    Are there any restriction that Adobe Media Server and Flash Media Live Encoder must be installed on the same machine?

  • Use IIS 7 (Microsoft) with Adobe Media Server Extended 5.0

    I install Adobe Media Server Extended 5.0 and Flash Media Live Encoder 3.2. Good running. But I want use IIS 7 (Microsoft) replace Apache 2.2. Help me config to run
    <moved by mod from downloading,installing,setting up - kglad>

    Tried in Google : .swf to .flv, .swf to ..f4v convertors
    I convert the LMS Content Output formats .swf files to .flv files using SWF to FLV Convertor and upload
    on the Flash Media Server 3.5 using
    Moyea SWF4Tube Converter (SWF to FLV Converter)
    Web URL : http://www.swfkits.com/swf-to-flv-converter/
    In this way can i then use the Adobe Flash Media Server 3.5 for Viewing LMS Content in
    as a Streaming Video on my IE 6.0/7.0 Browser with Flash Player 10 installed ?
    Thanks & Regards,
    Prashant S Akerkar

  • Adobe Media Server Starter limits? disk quota exceeded

    hi, I'm confused...
    I'm running an Elemental encoder, publishing to
    rtmp://10.151.170.22/livepkgr/livestream?adbe-live-event=liveevent&adbe-record-mode=record
    (i've tried with and without the 'record' bit - I actually don't want/need to record).
    AMS is on Windows 2008 R2 64 bit, AMS was installed from AdobeMediaServer_5_LS1_win64 with no serial number.
    If i delete the stream files and 'reload this application', then the stream runs for a period, actually until it has ~120mbytes in the streams folder.
    ( << 10 minutes).
    Then the livepkgr stops with logs of:
    #Fields: date
    time
    x-pid
    x-status
    x-ctx
    x-comment
    2013-06-07
    08:51:50
    6660
    (s)2641173
    f4f:livestream - NetStream.Play.UnpublishNotify
    2013-06-07
    08:51:50
    6660
    (s)2641173
    onUnpublish : livestream
    2013-06-07
    08:51:50
    6660
    (s)2641173
    f4f:livestream - NetStream.Play.Stop
    2013-06-07
    08:51:50
    6660
    (s)2641173
    f4f:livestream - NetStream.Unpublish.Success
    2013-06-07
    08:52:39
    6660
    (s)2641173
    onPublish : livestream
    2013-06-07
    08:52:39
    6660
    (s)2641173
    Stream name is: livestream and live event is: liveevent
    2013-06-07
    08:52:39
    6660
    (i)2611173
    Event level recording configuration: General[flags: 1, keyframe interval: 60000, max size: -1, max length: -1, io buffer size: 0], Fragment[frag duration: 4000, seg duration: 400000, duration precision: 0, allowed drift: 1000, frame rate: 0.000000, frames per interval: 0, intervals per frag: 1, frame precision: 1, disk management duration: 3.000000], ContentProtection[enabled=false(overridable)]
    2013-06-07
    08:52:39
    6660
    (s)2641173
    f4f:livestream - NetStream.Data.Start
    2013-06-07
    08:52:39
    6660
    (s)2641173
    f4f:livestream - NetStream.Publish.Start
    2013-06-07
    08:52:39
    6660
    (s)2641173
    f4f:livestream - NetStream.Play.Reset
    2013-06-07
    08:52:42
    6660
    (s)2641173
    f4f:livestream - NetStream.Record.Start
    2013-06-07
    09:02:47
    6660
    (s)2641173
    f4f:livestream - NetStream.Record.DiskQuotaExceeded
    2013-06-07
    09:02:47
    6660
    (s)2641173
    f4f:livestream - NetStream.Record.Stop
    The documentation seems to indicate that Starter edition should be unlimited in time of streaming, just limited by number of cllients, as long as you are not protecting the streams, then limited to 30 minutes.
    I have checked quoteas in Windows and they are disabled.
    Can someone confirm that I should, in starter, be able to continually stream 24/7, and if so give some hint as to what I may have to change to do this? 
    At the end of the day, all i need to do here is simulate a customer environment for integration effort in players.... 
    Simon

    Hi Simon
    The HTTP (HDS and HLS) streaming and recording limit in Adobe Media Server 5 Starter is 10 min. You'll need to buy a serial key if you want to record/stream for longer. Also there are no limit on number of clients for HTTP.
    Hope this helps.
    Thanks,
    Apurva

  • QTSS/Adobe Media Server and Hardware Optimization

    HI all,
    I am trying to make an informed choice between deploying either QTSS (free and on Mac) or Adobe Media Server (about $20,000 and on Linux). In our application we will have about 700 simultaneous connections to our service. About 400 of these users will be viewing one of four live video feeds (from presenters at an expo). The remaining users will hold one-to one video chats through our site. We have direct fiber bandwidth of 100megs and our video streams are held to 320x240 at 15fps. I have extensive Mac experience and currently use XServe for our other web service. I have three main questions.
    1) Does anyone have suggestions/experience on the use of QTSS instead of Adobe Media Server in this size application?
    2) If QTSS is used, how many servers and what configurations would you recommend for balancing this size workload?
    3) What load balancing hardware would be appropriate for this project if multiple servers are needed?
    I really appreciate any help that might be offered. Thanks
    X-Serve (Intel 2.66Ghz)   Mac OS X (10.4.8)  

    The new auth plugin still doesn't work against Wirecast/FM 1.0 agents. The only way I was able to block these agents was through the main.asc file you put in your application. On the function application.onConnect insert this
    if( (p_client.agent.search("Wirecast")!=-1) || (p_client.agent.search("FM 1")!=-1) )
            trace (p_client.agent + " FM 1.0/Wirecast agent detected ...rejecting connection from "+p_client.ip);
            return false;
    How do you require WireCast agents to be forced to enter a password?
    Where/how do you put this action script, does anyone have any examples?

  • Some Adobe Media Server questions

    Hello,
    I need to setup Adobe Media server for my production environment and I have some questions.I need to have online media library (video on demand) available for end users as clips embedded in my site. My questions are:
    - What kind of source files are supported (source format, video/audio codec etc).
    - I also need dynamic video quality (user internet connection quality sholud be detected and video quality adjusted automatically). In addition, video should be transcoded and user should be able to choose video quality (and resolution) by hand. FlowPlayer is preffered player to be embedded to my site and it should be set up as client for adobe media server. What is the best way to implement this scenario? I can't find any step by step guide how to setup this (including dynamic quality adjustment). Any help
    - Live streams. The same as vod. I assume I will need Flash Media Encoder to encode stream from input source, so client will need to setup bitrate and other parameters? How to setup dynamic quality for clients - will server transcode stream again? How to setup this? I can't find any guide step by step, can you help me?
    - Video chat. How can I setup this using Adobe Media Server? Is this possible to make video chat via Adobe Media Server using flash applications like FSChat?

    Hi
    - What kind of source files are supported (source format, video/audio codec etc).
    Full list is available here:
    Adobe Media Server 5.0.7 * Supported clients, encoders, codecs, and file formats
    - I also need dynamic video quality (user internet connection quality sholud be detected and video quality adjusted automatically). In addition, video should be transcoded and user should be able to choose video quality (and resolution) by hand. FlowPlayer is preffered player to be embedded to my site and it should be set up as client for adobe media server. What is the best way to implement this scenario? I can't find any step by step guide how to setup this (including dynamic quality adjustment). Any help
    Guidelines on multi bitrate streaming should help:
    Adobe Media Server 5.0.7 * Configure HTTP Dynamic Streaming and HTTP Live Streaming
    - Live streams. The same as vod. I assume I will need Flash Media Encoder to encode stream from input source, so client will need to setup bitrate and other parameters? How to setup dynamic quality for clients - will server transcode stream again? How to setup this? I can't find any guide step by step, can you help me?
    Guidelines on multi bitrate streaming should help:
    Adobe Media Server 5.0.7 * Configure HTTP Dynamic Streaming and HTTP Live Streaming
    - Video chat. How can I setup this using Adobe Media Server? Is this possible to make video chat via Adobe Media Server using flash applications like FSChat?
    This is possible but will require some coding skills, an exampe can be found here.
    Creating a video sharing web application using Flex, Flash Media Server, and Flash Media Encoding Server | Adobe Develo…
    I am sure there are more examples to be found online.
    Alternately you could try Adobe Connect if you want an out of the box solution ready to go. Also available as a pay as you go hosted solution:
    Web conferencing software - Conference services | Adobe Connect 9
    Hope this is of help.
    Conor

  • How do I use Adobe Media Server 5 on Amazon Web Services?

    Adobe Media Server 5 on Amazon Web Services was suggested to my project manager as a way to deal with some of the video we have to host at work, but after signing up and poking around, I'm wondering: how do you actually use it? Is it something that requires the Media Server software, or is there a web interface through AWS? I follow the links, and they tell me it's already active for my account - but I still see no way to use it.
    Thanks in advance for help on this seemingly remedial question!

    Hi,
    Please have a look at the document and let me know if it helps you get started: http://help.adobe.com/en_US/adobemediaserver/amazonec2/adobemediaserve r_5.0_amazonec2.pdf
    Thanks,
    Apurva

  • New Adobe Media Server Authentication Add-In

    A new rebranded Adobe Media Server Authentication Add-In for Flash Media Live Encoder(FMLE) has been posted on FMLE download page. This version will work with both Adobe Media Server as well as Flash Media Server.
    Grab it from here
    https://www.adobe.com/cfusion/entitlement/index.cfm?e=fmle3
    Team AMS

    thank you for your help but it did not work for me i installed the FMS on the default pass knowing iam using win 64 and i installed the FMS authentication add-in for this version it said installation complete and the server restarted
    i used cmd to reach /conf i found the 2 files i used command
    users add -u username -p password
    to add the user
    i tried to test and started FMLencoder v3.2 and it just started to stream and did not ask me for any username or password as you can see here
    Wed May 04 2011 20:12:01 : Selected video input device: Chicony USB 2.0 Camera
    Wed May 04 2011 20:12:02 : Selected audio input device: Microphone (Realtek High Defini
    Wed May 04 2011 20:12:20 : Renaming existing file from C:\Users\Eslam\Videos\sample.flv to C:\Users\Es\Videos\sample.9.flv
    Wed May 04 2011 20:12:22 : Primary - Connected to FMS/3,5,1,516
    Wed May 04 2011 20:12:22 : Primary - Network Command: onBWDone
    Wed May 04 2011 20:12:22 : Primary - Stream[livestream] Status: Success
    Wed May 04 2011 20:12:22 : Primary - Network Command: onFCPublish
    Wed May 04 2011 20:12:22 : Primary - Stream[livestream] Status: NetStream.Publish.Start
    Wed May 04 2011 20:12:22 : Session Started
    Wed May 04 2011 20:12:23 : Audio Encoding Started
    Wed May 04 2011 20:12:24 : Video Encoding Started
    how can i verify the add on working correctly and use it

Maybe you are looking for