HDS/HLS at vHost

Hello, I've searched over internet and found couple sources that claim that livepkgr is working only on a main (default) vHost and cannot be extended (or namespaced) to other vhosts. In other words, the webroot dir is a singleton service living in a global namespace and to namespace HDS/HLS streams you'd need to namespace them by name inside FMLE. Is that all correct? Thanks.

I really dont know why that should be the case. If you can create vhosts and can connect to any of signed applications which you are allowed to like "live" and "vod" - livepkgr is not different. Petro if you can explain me your use case may be i can help you better.

Similar Messages

  • External HDS/HLS storage: Invoking files stored on an external drive.

    Followed the following article to add an external drive to store our vod streams (article is no longer available):
    http://help.adobe.com/en_US/flashmediaserver/devguide/WS0432746db30523c21e63e3d12eea2a8fc0 -8000.html#WS0432746db30523c21e63e3d12eea2a8fc0-7ffd
    FMS 4.5 Streaming HDS from non default location
    Connected an external hard drive to the server with the following folders on it (vod2 > media), so the path is:  G:\vod2\media. New video files are inside the last folder (media).
    1. Modified: rootinstall/conf/fms.ini: added a new parameter for HTTP and RTMP streaming: VOD_COMMON_DIR_2 = G:\vod2\media
    2. Modified: rootinstall/applications/vod/Application.xml: Added <StreamManager><VirtualDirectory><Streams>/vod2;${VOD_COMMON_DIR_2}</Streams>
    3. Modified HLS and HDS content storage in httpd.conf (copied and pasted under original settings): The location names are /hls-vod2 and /hds-vod2, correct?
    <Location /hls-vod2>
        HLSHttpStreamingEnabled true
        HLSMediaFileDuration 8000
        HttpStreamingContentPath "G:\vod2\media"
    </Location>
    <Location /hds-vod2>
        HttpStreamingJITPEnabled true
        HttpStreamingContentPath "G:\vod2\media"
        HttpStreamingJITConfAllowed true
        JitFmsDirPath ".."
        Options -Indexes FollowSymLinks
    </Location>
    If all of the above modifications are correct, what is the correct url to invoke the hds streams stored on this external drive through rtmp? The original instructions were not consistently clear about this. I have a file called 1.Test.mov in that folder. I've tried:
    rtmp://localhost/hds-vod2/mp4:1.Test.mov
    rtmp://localhost/hds-vod2/1.Test.mov
    rtmp://localhost/hds-vod2/1.Test.mov.f4m
    etc.
    http://localhost/hls-vod2/1.Test.mov.m3u8 Works for HLS
    http://localhost/hds-vod2/1.Test.mov.f4m Works too.
    I need the rtmp url so that I can make a .smil file for rtmp fallback, such as:
    smil>
      <head>
      <meta base="rtmp://localhost/hls-vod2/"/>
      </head>
      <body>
      <switch>
                <video src="mp4:1.Test_1500kbps.mov" system-bitrate="1500000" width="1920" height="1080" />
                <video src="mp4:1.Test_1200kbps.mov" system-bitrate="1500000" width="1920" height="1080" />
               <video src="mp4:1.Test_800kbps.mov" system-bitrate="1500000" width="1920" height="1080" />
      </switch>
        </body>
    </smil>
    Thanks

    All of Adobe's documentation says that files specified in the vod_common_dir can be streamed from both http and rtmp, but there is no specific mention of what the correct rtmp URL is for files stored on an additional hard drive. Here's what I did to get around this: FMS 3.5 can't connect to media on other drive
    1. HLS streaming:
        a. Modified: rootinstall/conf/fms.ini: added a new parameter for HTTP and RTMP streaming: VOD_COMMON_DIR_2 = G:\vod2\media
        b. Modified: rootinstall/applications/vod/Application.xml: Added <StreamManager><VirtualDirectory><Streams>/vod2;${VOD_COMMON_DIR_2}</Streams>
    2. RTMP streaming: Added the file path of the external storage in the virtual directory of the Application.xml file without specifying or naming the application.
        a. <Streams>/;G:\vod2\media</Streams>
        b. The rtmp for this follows the starndard URL convention: URL Syntax: [protocol]://[servername]/[application]/[codecID:][streamname][.extension]
        c. In my case, this would be: rtmp://localhost/vod/mp4:1.Test.mov
    It would be nice if this worked according to Adobe's documentation, and hopefully someone can chime in with the correct answer to the original question. If not, this gets rtmp and http streaming to work from the same external location (what vod_common_dir is supposed to be able to do).
    Thanks

  • Deliver HTTP ABR HDS+HLS Streams via Player Object to All Devices

    I have been unable to successfully establish a single video player object (similar to when delivering single-bitrate streams via FLVPlayback component with Flash Pro) that will automatically detect the browser type and automatically deliver the appropriate .f4m or .m3u8 manifest when broadcasting using HTTP adaptive bitrate streaming with FMLE3 and AMS5.
    I have both the HDS and HLS streaming working separately--the AMS5 sample videoPlayer.html file will accept and play video content when fed the URL: http://csitsfms.sys.oakland.edu/mbrBlack.f4m; however, I have not had success in getting any .f4m streams initiated in any other fashion.
    Also, HLS streaming is verified to be working on: http://csitsfms.sys.oakland.edu/mbrBlack.m3u8 when using an option such as VLC Player's File -> Open Network Stream command.
    The end desired result is that a user will navigate to  a particular URL and the browser autodetects whether to deliver the .f4m or the m3u8 manifest and initiate the appropriate stream to a single video playback object.
    We've had FMS up and running since v3.5; however, have just recently upgraded to AMS5.0.x and would like to enable adaptive bitrate streaming to all devices; we have no problem with single-bitrate streaming to Flash-enabled devices.
    I have also tried using the sample videoPlayer.html page's auto-generated code, dropping that onto an otherwise empty HTML document; however, Error 2048 was returned instead of a valid stream. Using a similar process with the OSMF generator, the error standard error, "We are having problems with playback. We apologize for the inconvenience."
    It may be noted that we have SWFVerification enabled for our domain, in case this is what may be impeding our efforts.

    take a look at this links
    http://www.adobe.com/devnet/adobe-media-server/articles/beginning-fms45-pt01.html
    i think you are not calling the video properly in the HTTP URL.
    http://csitsfms.sys.oakland.edu/mbrBlack.f4m  willnot work. If you are using the AMS videoplayer.html use the embeded code and paste it in a html file.
    http://domain.com/hds-vod/filename.f4m WILL NOT WORK . This will only display the content of the f4m file.

  • VOD via HDS/HLS

    Hi,
    I just want be sure:
    Does installing  Apachie + File Packager and HTTP Origin Module  is enought for vod hls/hds,  or do I have to install FMS also ?
    Thanks,
    Alon

    For HDS-VOD yes.. But as rejemy said- installing apache 4.5 new modules "mod_hlshttp" "mod_jithttp" saves you on prepackaing the content respectively for HLS VOD and HDS VOD delivery. But these modules are not separtely available. You may get them installed under apache only after installing FMS and use them with full functionality only with valid FMS license.
    In case you have FMS license, and your own apache installation you may follow this article for installing these and using these module
    http://knowfms.wordpress.com/2011/09/29/how-to-set-up-your-external-apache-for-hds-and-hls /

  • CDN integration with Adobe HLS streams

    I am trying to work with HLS using FMS4.5. We have live streams and on-demand streams which can be 4 hours long duration and can have 3000-5000 users.
    Definitely, i don't want all the users fetch the segment(.ts) files from my FMS. and increase load on the server.
    What is the best practice to handle such a situation? Can CDNs help in this case? If yes, how?

    Hey Mike,
    Yes you are right in saying that for the HDS/HLS use case, a lesser powerful FMS instance would do, unless you plan to serve RTMP content since it is Apache and not FMS which is serving content in case of HDS, HLS.
    Yes the connection limit is only for RTMFP, the p2p protocol. All FMS instances enjoy no other restrictions.
    As per the reserved instances question, currently the pricing model only supports the per hour costing.
    Thanks!

  • Playing HLS stream using OSMF in Air for IOS

    Is there any sample app (source) that shows how to play HLS streams using AIR for IOS, that the OSMF team can make available?
    I am running into issues trying to get this to work as outlined here. http://forums.adobe.com/message/4013821#4013821
    TIA,
    - Abey

    Thanks to everyone who replied.
    The conclusiver answer is that there are only 2 ways to display H264 video in AIR for IOS
    (more info here http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.htm l#play%28%29)
    1. Progressive download
    2. HLS format (slight caveat, in my tests at least, OSMF 1.6.1 does'nt handle this, but if you use the NetStream directly with StageVideo enabled it works)
    Updated Matrix is :
    FMS 4.5 H.264 Streaming test matrix
    RTMP
    HDS
    HLS
    HTTP Progressive Download
    AIR for Android
    Yes
    Yes
    No
    Yes
    AIR on Windows (Desktop)
    Yes
    Yes
    No
    Yes
    AIR on IOS
    No
    No
    Yes
    Yes
    Safari Browser on IOS
    No
    No
    Yes
    No

  • Unicode characters appear as      (boxes) in AIR for IOS

    I am developing an application for iPhone and it has an input Text box. (Placed on stage from flash CS6). In the Desktop emulator everything works fine. But, on the actual phone, everything I type appears as       . But surprisingly, when I am inputting the text, (i.e. the textbox is in edit mode) the characters are displayed correctly. But as soon as I leave the box it appears as       . Is there someway I can display the text the same way it is displayed during the edit mode?
    I am trying to input Devanagari देवनागरी characters.
    P.S. I did some research on this and found that, if I specify the  font for the textbox = "DevanagariSangamMN" then there is some improvement.
    I say improvement becasue althought the boxes       are replaced by actual characters , they aren't correctly formated.
    For e.g. during edit mode the text appears as this: कार्यकर्ता
    But as soon as I leave the textbox it appears as this: कार्यकर्ता (I typed this here by adding special unicode characters ZWNJ so that characters won't join)
    Anyway, I don't like the idea of having to specify font names? What If some user would like to input chinese, how would I know what chinese font to use?
    Isn't there some way to let IOS handle things, (just like how it handles things when I am inputing text).
    Thanks.

    Thanks to everyone who replied.
    The conclusiver answer is that there are only 2 ways to display H264 video in AIR for IOS
    (more info here http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.htm l#play%28%29)
    1. Progressive download
    2. HLS format (slight caveat, in my tests at least, OSMF 1.6.1 does'nt handle this, but if you use the NetStream directly with StageVideo enabled it works)
    Updated Matrix is :
    FMS 4.5 H.264 Streaming test matrix
    RTMP
    HDS
    HLS
    HTTP Progressive Download
    AIR for Android
    Yes
    Yes
    No
    Yes
    AIR on Windows (Desktop)
    Yes
    Yes
    No
    Yes
    AIR on IOS
    No
    No
    Yes
    Yes
    Safari Browser on IOS
    No
    No
    Yes
    No

  • Not Found RTMP streams and Buffering Message

    I'd like to provide our clients with something that indicates that a VOD file isn't found when requested via RTMP.
    Using the Strobe player, the default behavior from FMS 4.5 is to throw up a continuous "Buffering" message when the file isn't found.
    When it's a live stream, we can control the return a response with FCSubscribe; so if it's not there, we can send back a response. HTTP (HDS/HLS) do return a file not found when requesting a missing file.
    I tried this from a stock version of FMS using the /vod directory and any time that I place in a vod rtmp location that doesn't exist I get a buffering message.
    I know that I could add a timeout to the client side - but I'm trying to stick to stock OSMF and make it work from the server side with multiple players.
    Is there server side actionscript /or c++ plugin that I can add that will check the presence of the file and return a "not found" when the play is requested?
    How/where would I exactly add that? Seems realitively simple, but not seeing any reference or information about how to set it up.
    Much thanks in advance.
    -Will

    Thank you for the response.
    Not getting that response from the stock version of FMS 4.5:
    1320069319931: *** NetConnection.Connect.Success ****)
    1320069319936: Manual switching enabled
    1320069319936: buffer length: 5
    1320069319937: play() called. isLive = false, is multibitrate = false
    1320069319938:     PlayArgs:[object DynamicStreamBitrate]
    1320069319940: Set rate limit to 1 kbps
    1320069319940: Starting with stream index 0 at 1 kbps
    1320069319941: Transition complete to index 0 at 1 kbps
    1320069319942: ***_ NetStream.Play.TransitionComplete ***
    1320069320138: *** onNetStatus: NetStream.Play.Reset
    1320069320139: *** onNetStatus: NetStream.Play.Start
    This is using an OVP player base - the strobe player just spins as well.
    The issue appears with a stock version of FMS, and the stock OSMF Strobe Playback.
    So should I report this as an FMS 4.5 and OSMF issue?
    Thanks.

  • How to force authenication to stream live content FMS Interactive Server on Linux

    We purchased Flash Media Streaming Server Interactive edition in order to have the security featuers of not allowing unauthorized connections streaming live content to the server.
    Is there a document with procedures that details how to make this happen, the allowedHTMLdomains.txt does not work when you place in IP ranges that you do not want connecting.
    I need some help just to figure out a way to keep someoen from connecting to the server and not streaming live content.
    Has anyone configured this in Linux because the documentation is mainly for Windows.
    Any help/advice would be great since this seems to be a common problem for anyone who runs Linux.

    The FMS server does not the livepkgr application as its default. There is no default application as such.
    FMS server installer comes with few applications to make it easier to get started, the four applications live, vod , multicast and livepkgr , each one of these applications trying to give an easy way of implementing the different scenarios.
    live and vod are the basic RTMP live and vod cases, while multicast gives a sample implementation for RTMFP and P2P cases, livepkgr is the sample for HDS / HLS cases using HTTP Dynamic Streaming and HTTP Live Streaming for iOS devices. None of these are default, and all of them can be made use of , depending on your scenario.
    Each of these applications have the necessary files within its folder, a main.asc file that has the server side script which can include some business logic or authentication stuff (its not mandatory to have any of these files, that means, a blank folder would still /can still act as an application ! ). So, main.asc is specific to an application and it can contain the script to guide the behavior. None of these asc files are loaded by default, they are dependent on the application,
    The application can be loaded on server start up or upon the first connection to it. So unless there is a specific activity to load it up, none of the applications (and their corresponding script files) are loaded on the server engine.
    The applications, their script and other files are not specific to the interactive server, they are present and the functionality is same on all flavors of FMS and on both windows and linux.
    main.far file is just the signed archive of main.asc to avoid any changes to be made to it (the licensing process on the streaming server to restrict unsigned applications to be loaded is the reason to make this change), and hence if you make changes to the main.far , the application will not work. But this does not mean that you cannot make any changes. You can simply delete the far file and copy the main.asc (and edit it ,if needed) from the samples folder to make the applications work. You can also make copies of the applications.
    The documentation does not cover linux because there is no difference at all from windows, and what's true for windows should be the same for linux as well , in terms of its functionality.
    By default, FMS comes with only one virtual host : _default_VHost. I am not sure where you seeing the three virtual hosts.
    What query string you want to make work on Linux ? Can you please clairfy.
    I hope the information above clarifies some of your queries. Thank you !

  • AIR IOS VOD streaming help

    Hey Guys
    Our company has been using flex for ages developing web apps for internal and external use. with one of our apps (which we delivery video over RTMP ) we are looking to move it to the IOS AIR platform as some of our clients are now on IPADS.
    So my problem...
    The other day i fired up FB4.6 started building my first IOS app, got it all signed and transfered which worked great! next step to play a basic video and seek to a point in it....AH! after hours of banging my head against the desk i found RTMP isn't supported on IOS and that i need to use HTTP. so as im not a video streaming expert ive hit my first stumbling block and started to read up on HDS, HLS and different way to get the content streaming.
    to be honest im totally lost at this point ive been reading different articles about converting videos, and hosting etc. if some one could help me to the best approach to start with, that would be great. also i would be happy to speak to someone for some consultation (paid obviously) if any experts are interested
    as we stand at the moment our requirement is to play a video of "X" length on the IOS platform using adobe air, with the ability to seek to ANY point on the video(progressive is a big no no).
    Thanks

    Hi there
    Please view the page at the link below:
    Click here to view
    Cheers... Rick

  • Pusblish Abode Connect meeting records (.flv) over Adobe Media Server - What is the easiest way?

    Hi,
    my name is Robin Schröder. I am a member of the univertity “Hochschule Hamm Lippstadt” from Germany.
    We r using the adobe connect already. We wanna create offline videos of meeting records and publish them over adobe media server. The offline videos are in the .flv format.
    Do I have to convert the .flv into mp4 (h264 & AAC) before streamable with hds and hls?
    I read about f4fpackager that this program can convert .flv into .f4m – but it failed with error 999….. I checked the .flv file with flvcheck before: success!
    The sample Video worked fine.
    So my question:
    We wanna publish all .flv recordings over the Adobe Media Server (VODs). What is the easiest way to achieve this?
    Convert .flv in a streaming format (mp4?) - HOW?
    Create multi-bitrate versions from the video - HOW?
    Create f4m file for adaptive bitrate streaming - manually?
    Publish hds & hls URL in the html site (decryption for url possible?)How can I realize a iPad/iPod/iPhone switch in the html Code for HLS/HDS switch?
    Thanks!

    Hi,
    I'm receiving the information that "No backups available.", but if i log in my icloud I find the backup.
    What can I do?

  • Multi-platform delivery of Adaptive Bit Rate Video Streaming Utilizing Captivate Video Player

    We are leveraging SCORM for our Learning Management System. In as much, we are delivering content to 7,000+ individuals using both iOS and Android/PC; as well as desktop, laptop, tablet, phablet, and smart phone. The question is this, because the internet speed and bandwidth vary we have to leverage Adaptive Bit Rate Streaming. Currently we're using Amazon Web Services Adobe Media Server to Stream our files however if we upload differing bit rates we aren't able to enter in a URL/URI/HTTP with the xml manifest file instructing the player to determine A; if the content is for iOS or Android/Microsoft and B; it's not determining a specific file, put simply whatever we upload is streamed as flash, using RTMP protocol which doesn't work with any Hand-held device because it uses flash (not available on phones) which means that we need to utilize HTTP, but it doesn't matter what I enter into captivate, the streaming service is still utilizing flash. Anyway, moving forward. Here is the solution we need and we've been asking for months now but no one seems to have any idea how to explain the limitations of captivate, or the workaround, or the proper way to leverage captivate to this purpose.
    So, how, using Adobe Captivate 8, can I stream a video, using Adaptive Bit Rate Transcoding/Encoding (without using YouTube) to deliver my training to ANY device?
    While the adobe media server is great there is no clear instruction on how you create one file extension/address that will link to either F4V, MPEG4, or m3u8. (HDV, HDL respectively)
    Secondly, how do we get this to utilize the Adaptive Bit Rate - being that it is the sole purpose we purchased the not so inexpensive Adobe Media Server?
    Need an answer to this as soon as possible as this is completely and totally killing our work flow and LMS development and frankly, the Captivate videos, tutorials, and PDF manual do little discuss this in any technical fashion. Looking forward to your response. Many thanks

    I do not know much about captivate...But i will let you k now AMS perspective( I hope it adds value)
    if your end users are on PC/desktop they can use Flash player and hence rtmp streaming for AMS would suffice the needs...
    All you mobile users are much likely to be consuming http streaming content and hence you must use Adobe media servers HDS/HLS streaming service.
    Same stream can be used for http as well as rtmp streaming...albeit in case of live stream, the http will have some delay(about 30 seconds in thedefault setup)) as compared to rtmp.
    As for adaptive bit rate streaming, it can be done both on rtmp as well as http connection and they are (configuring them is) separate and independent of each other. There are sections on Adobe help on how to configure adaptive but rate streaming in Adobe media server.

  • Vod content from http

    Is it possible to get vod content from a http adress ?

    Thank you for your answer. But neither rtmp nor hds/hls worked.
    for rtmp I edited the fms.ini and added the second substitution
    VOD_DIR2 = \\172.16.40.142\vod_ortak
    then edited the application.xml of applications/vod and added the custom stream tags;
    <Streams>/;${VOD_DIR2}</Streams>
    but I got the following error;
    Invalid substitution variable : VOD_DIR2
    for hds/hls I edited the apache2.2/conf/httpd.conf and did the following changes
    <Location /hls-vod>
        HLSHttpStreamingEnabled true
        HLSMediaFileDuration 8000
        # HttpStreamingContentPath "../webroot/vod"
        HttpStreamingContentPath "\\172.16.40.142\vod_ortak"
        HLSFmsDirPath ".."
    <Location /hds-vod>
        HttpStreamingJITPEnabled true
        #    HttpStreamingContentPath "../webroot/vod"
        HttpStreamingContentPath "\\172.16.40.142\vod_ortak"
        JitFmsDirPath ".."
        Options -Indexes FollowSymLinks
    however I see from logs that path is not the way I desire.
    mod_jithttp [404]: [err=1] C:/172.16.40.142/vod_ortak/n_HOBBIT_720p.mp4 does not exist
    besides these, my main question is if fms can refer to files from http adress instead of an network folder. For example
    my file location will be http:\\172.16.40.142\mediafiles not "\\172.16.40.142\vod_ortak" and if fms can cache these remote materials.
    I can send you logs and config files
    best regards

  • Is there a way to stream/publish RTMP, HDS, and HLS at the same time?

    Can I stream/publish all methods at the same time?  I really want most users to play my live streams via RTMP, however, fail over to HLS for Apple iOS.

    For your first problem, probably you need to insert something like this in your webpage to detect whether your webpage is being accessed from i-device or not..
    if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
               deviceType = "iphone";
    And it that is true, you may load following HTML in your video frame..
    <head>
    <body>
    <center>
    <video src="http://your-server:8134/hls-live/livepkgr/_definst_/liveevent/livestream1.m3u8" controls autoplay /> // HLS m3u8 url as src
    </center>
    </body>
    </head>
    otherwise if it Flash based device, load the osmf player .. with URL of .f4m (for HDS)
    In case you want to serve on RTMP, load something like sample video player
    sample index.html shipped with FMS in webroot folder may help you in this..

  • HDS streaming not working on FMS 4.5. HLS is!

    Hi. I would appreciate someone's help with this problem. I am streaming from FME to FMS a live stream. The streams plays fine on iOS and Android devices, but on a web based flash player, it does not.
    The web test I'm doing is on http://www.osmf.org/configurator/fmp/# with the URL: http://127.0.0.1/hds-live/livepkgr/_definst_/liveevent/videostream02.f4m
    The URL I use for iOS is: http://127.0.0.1/hls-live/livepkgr/_definst_/liveevent/videostream02.m3u8
    What could be the problem?
    Thanks.

    Here's what I got from the error log:
    [Thu Dec 20 14:41:01 2012] [error] mod_f4fhttp [400]: Mjc5NTUwMDY2NA=.stream is an invalid file.Bootstrap path incorrect in stream file.
    [Thu Dec 20 14:41:01 2012] [error] [client XXX.XXX.XXX.XXX] File does not exist: C:/Program Files/Adobe/Flash Media Server 4.5/webroot/hds-live, referer: http://www.osmf.org/configurator/fmp/
    Here's the config:
    <Location /hds-live>
        HttpStreamingEnabled true
        HttpStreamingLiveEventPath "../applications"
        HttpStreamingContentPath "../applications"
        HttpStreamingF4MMaxAge 2
        HttpStreamingBootstrapMaxAge 2
        HttpStreamingDrmmetaMaxAge 2
        HttpStreamingFragMaxAge -1
        Options -Indexes FollowSymLinks
    </Location>

Maybe you are looking for

  • With some websites (eg the EU Court of Justice) I can't either open or download the pdfs of court judgments - why is this and how do I get things to work?

    I have Firefox 4.0.1. Most of the time I can open or download pdfs supplied by business sites without any problem. But sometimes (eg with the EU Court of Justice website) I can no longer do this. I say "no longer" because I could do it with earlier v

  • Package variable g_security_group_id must be set

    Hi all, i have the following problem. I have a form based on an interactive report. all standard made out of the apex possibilities. i have a number of validations, all automatically created by apex, in the form because of the not possible being null

  • Specifying the size of a file when creating a new file

    How do I go about doing this? I specifically need to create different file sizes (2mb's all the way up to 10mb). I was poking around through the File class and there doesn't seem to be a way to do this. There is a way to get the size of it in bytes,

  • Need to format my macbook

    I've been having trouble with my keyboard. Certain letters do not work, but mostly result in other commands being performed or other keys being "pressed". It is not my actual keyboard, as I have tried attaching a USB keyboard, but it does the exact s

  • Home Page Date Format ERROR ...

    I installed language support on my Portal 3.0.9.8 with 3 different languages: us, i=italian, f but when i use the "i" language there are many problems with format date ... in the Portal Home Page i have a message like "date format not valid" and i ha