Multiple publishing pionts / text options for Interactive Server

: Flash Media Interactive Server.
Hi, Im curious if we can publish on multiple sites, I have 5 websites all password protected for members, and I want all 5 members areas to be able to view my live video as I publish it. So can I embed the flash player on all 5 sites and have it pick up the same live feed.
Also was wondering if interactive server supports or has a chat box, so students can type questions as I am explaining things live.
And One last question Can I stream my video from different computers or can I only use one ( the one I register it on ) I want other teachers to be able to use thier webcams from there homes and publish live videos as I do on my sites. ( At different times of course )
Thanks for any help
M

The first important thing to understand is that FMS has nothing to do with your website. Any .swf on any html page can connect to any FMS application. The two are completely separate
As to your specific questions:
I have 5 websites all password protected for members, and I want all 5 members areas to be able to view my live video as I publish it. So can I embed the flash player on all 5 sites and have it pick up the same live feed.
Yes, but keep in mind that password protecting the HTML content does not protect the FMS application. If you need to protect the video stream itself, you'll need to employ some sort of user authentication on the FMS side.
Also was wondering if interactive server supports or has a chat box, so students can type questions as I am explaining things live.
That type of functionality is supported, but it isn't automatically available. You'll need to develop an application to support text chat. There is a prefabricated chat component available at http://www.adobe.com/support/flashmediaserver/downloads_updaters.html (look for the flash communication server authoring components), but it's really oudated... the communications components haven't been updated since 2003.
Can I stream my video from different computers or can I only use one ( the one I register it on ) I want other teachers to be able to use thier webcams from there homes and publish live videos as I do on my sites. ( At different times of course )
You can publish from any computer to an FMS application.

Similar Messages

  • Is there a talk to text option for iphone 3g?

    Is there a talk to text option for the 3g

    There may be an app.
    Look in the app store.

  • DHCP - Cannot add text option for VOIP phones in OES Linux

    While working through this, I solved the issue, but decided to post this anyway as it may help others to find these sorts of errors.
    I'm working on migrating from NetWare 6.5sp8 to OES11sp2. Client has Shoretel VOIP phones. Existing NetWare-based DHCP has no problem. Option 156 has been configured to give out the required text information that Shoretel phones require.
    Problem is that I could not get the OES11 DHCP to run with that option. Nor could I migrate the existing option over - the Migration Tool (in OES11) says it successfully migrates DHCP, but I cannot start the dhcpd daemon. Error is that it failed, and in the rc.dhcpd.log file I see an error:
    LDAP Line 26: unknown option dhcp.Shoretel_Boot.
    LDAP Line 26: unexpected end of file
    LDAP: cannot parse dhcpService entry 'cn=newdhcpservice,o=LIBRARY'
    Configuration file errors encountered -- exiting
    If I look in the file (created when LDAP reads DHCP config from eDirectory apparently) dhcp-ldap-startup.log I can see the problem entry at line 26:
    option Shoretel_Boot "FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,L AYER default-lease-time 259200 ;
    This option does NOT show up in the newdhcpservice option when I look at it in ConsoleOne, or DSBROWSE, or DNS/DHCP Management Console.
    This option DOES show up in the DNS/DHCPManagement Console if I look at the DHCP (NetWare) tab and look at Other DHCP Options for some of the configured subnets, but it actually has different text from the above, specifically:
    FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,LAYER2 TAGGING=1,VLANID=9
    Note that it does not have a " character anywhere in the entry. This option is configured as a Global DHCP text option.
    Novell TID 7009464 mentions the issue, though not for Option 156. In that TID there is this:
    "Situation #2
    Migrate a working DHCP server with DHCP options that are of type "Text" to an OES server.
    Load the DHCP server service... it fails to load and gives similar errors to the ones listed above."
    Under resolution the TID says to delete and recreate the dhcp service object without the text option and it will load. That doesn't work for me as I still get an LDAP error pointing to the Shoretel_Boot unknown option. (I dare not try deleting it from the NetWare DHCP config and risk breaking the client's phone system).
    One of the options in the TID to fix this is to re-enter the data using the DNS/DHCP Management Console - but that didn't work.
    Here is the answer:
    First, the log files are misleading. The error message points to not being able to read the newdhcpservice object entry - but the problem was elsewhere. In fact the problem showed up in the logs even when there were no option 156 entries at all in any object inside the newdhcpservice or the newdhcpservice object itself. The problem existed in the NetWare configuration of the object for one of the dhcp subnets.
    Specifically, there was an illegal character in the text entry for option 156 - the # character was in there, like this:
    FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,LAYER# 2TAGGING=1,VLANID=9
    If you look at the error log entry for syntax error you can see that the option 156 text stopped at the # symbol, and then default-lease-time was appended to the end.
    Removing the # symbol got things working.
    Craig Johnson
    (former Novell partner / sysop)

    On 30/08/2014 21:16, phxazcraig wrote:
    > While working through this, I solved the issue, but decided to post this
    > anyway as it may help others to find these sorts of errors.
    >
    > I'm working on migrating from NetWare 6.5sp8 to OES11sp2. Client has
    > Shoretel VOIP phones. Existing NetWare-based DHCP has no problem.
    > Option 156 has been configured to give out the required text information
    > that Shoretel phones require.
    >
    > Problem is that I could not get the OES11 DHCP to run with that option.
    > Nor could I migrate the existing option over - the Migration Tool (in
    > OES11) says it successfully migrates DHCP, but I cannot start the dhcpd
    > daemon. Error is that it failed, and in the rc.dhcpd.log file I see
    > an error:
    >
    > LDAP Line 26: unknown option dhcp.Shoretel_Boot.
    > LDAP Line 26: unexpected end of file
    > LDAP: cannot parse dhcpService entry 'cn=newdhcpservice,o=LIBRARY'
    > Configuration file errors encountered -- exiting
    >
    >
    > If I look in the file (created when LDAP reads DHCP config from
    > eDirectory apparently) dhcp-ldap-startup.log I can see the problem entry
    > at line 26:
    >
    > option Shoretel_Boot
    > "FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,L AYER default-lease-time
    > 259200 ;
    >
    >
    > This option does NOT show up in the newdhcpservice option when I look at
    > it in ConsoleOne, or DSBROWSE, or DNS/DHCP Management Console.
    >
    > This option DOES show up in the DNS/DHCPManagement Console if I look at
    > the DHCP (NetWare) tab and look at Other DHCP Options for some of the
    > configured subnets, but it actually has different text from the above,
    > specifically:
    >
    > FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,LAYER2 TAGGING=1,VLANID=9
    >
    > Note that it does not have a " character anywhere in the entry. This
    > option is configured as a Global DHCP text option.
    >
    > Novell TID 7009464 mentions the issue, though not for Option 156. In
    > that TID there is this:
    > "Situation #2
    > Migrate a working DHCP server with DHCP options that are of type
    > "Text" to an OES server.
    > Load the DHCP server service... it fails to load and gives similar
    > errors to the ones listed above."
    >
    > Under resolution the TID says to delete and recreate the dhcp service
    > object without the text option and it will load. That doesn't work for
    > me as I still get an LDAP error pointing to the Shoretel_Boot unknown
    > option. (I dare not try deleting it from the NetWare DHCP config and
    > risk breaking the client's phone system).
    >
    > One of the options in the TID to fix this is to re-enter the data using
    > the DNS/DHCP Management Console - but that didn't work.
    >
    > Here is the answer:
    > First, the log files are misleading. The error message points to not
    > being able to read the newdhcpservice object entry - but the problem was
    > elsewhere. In fact the problem showed up in the logs even when there
    > were no option 156 entries at all in any object inside the
    > newdhcpservice or the newdhcpservice object itself. The problem
    > existed in the NetWare configuration of the object for one of the dhcp
    > subnets.
    >
    > Specifically, there was an illegal character in the text entry for
    > option 156 - the # character was in there, like this:
    >
    > FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,LAYER# 2TAGGING=1,VLANID=9
    >
    > If you look at the error log entry for syntax error you can see that the
    > option 156 text stopped at the # symbol, and then default-lease-time was
    > appended to the end.
    >
    > Removing the # symbol got things working.
    >
    > Craig Johnson
    > (former Novell partner / sysop)
    Thanks for taking the time to post the above as I'm sure it will help
    someone else in the future.
    Simon
    Novell Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.

  • Publish+Share best option for fast action AVI 1920x1080 29.97?

    I want to play my movie on an HDTV from my laptop or USB drive.  What is the best option for Publish+Share?
    I don't need to preserve layers for future re-edits and smaller file size is better but not if it's at the expense of playback quality. 
    Should I choose Computer or Disk?  Pros and cons?
    Should I choose MPEG or AVCHD?  Pros and cons?
    Which version of 1080?  Pros and cons?
    Is there a detailed listing of the Publish+Share options?

    Seems like there are 4 "best options" - can anyone advise further?
    SubCat
    Option
    File Type
    Frame Size
    Frame Rate
    Audio Setting
    MPEG
    MPEG2 1920 x 1080i 30
    MPEG2 Blu-ray
    1920 x 1080
    29.97
    Dolby Digital, 192 kbps, 48 kHz
    MPEG
    HDTV 1080p 29.97 High Quality
    MPEG2
    1920 x 1080
    29.97
    MPEG, 384 kbps, 48 kHz, 16 bit, Stereo
    AVCHD
    M2T - H.264 1920 x 1080i 30
    H.264 Blu-ray
    1920 x 1080
    29.97
    Dolby Digital, 192 kbps, 48 kHz
    AVCHD
    MP4 - H.264 1920 x 1080p 30
    H.264
    1920 x 1080
    29.97
    AAC, 160 kbps, 48 kHz, Stereo

  • Text hyperlinks for interactive pdf (In Template)

    I have an interactive pdf - created links to individual pages using an index at the top with the list of page numbers...
    I successfully linked the numbers to their respective pages, but when I export, the hyperlinks only work on the first page. All other pages using the template have the same list of page numbers at top, but don't link to the pages (only the first page in the document works)...
    Is there another way - I found that if I don't use the template - I can individually paste the same list of page numbers on each page - but that kind of defeats the purpose of a template...
    FYI, I'm using the hyperlink tool - not the button tool... would that matter?
    Thanks for any assistance - very frustrating as its a 250 page document with several subsections... would be great to be able to use the template...
    Jesse

    Just to be clear (and very brief) about the Interactive Forms Workflow:
    You create the initial form in InDesign CS6/CC, (you can use any text for the form labels), you then add the fields by drawing rectangles, and convert them to a Text field using the Buttons and Forms panel (label each field with a unique name). You then export the InDesign form as an Interactive PDF and after it's created open it in Acrobat Pro. In Acrobat you use Forms > Edit to view the fields. You click on a field and it opens the Text Fields Property panel, here you can change the default (Times) font that appears in the field to say Helvetica (you must use a font that’s on everyone’s computer). In this panel you can also change the size, alignment  and colour of the font plus there's a number of other options. You then close the form editing mode. You can test the form and subsequently distribute it. To ensure users can not only add data but save it, you need to save the form in a special way: Save As Other > Reader Extended PDF > Enable More Tools. Make sure you keep a copy of the original form as after this stage you can’t alter it. I suggest you try it out on a couple of simple practice forms before you work on your actual job.
    There are lots of other things you can add to forms such as drop down lists, combo boxes, radio buttons, print and email buttons.
    Lynda.com have some excellent tutorials. (I have no connection with Lynda!)

  • Password expiry option for sql server logins

    Hi Experts,
    Can we set 'password expiry option' at a time for sqlserver logins as in sybase.
    Thanks
    Shashikala

    Correct. Applies only to SQL Server logins
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • SQL Server 2012 Web synchronization option for SQL Server Merge Replication

    I have 2 servers for this:
    1. WIndows Server 2008 with SQL SERVER 2012
    2. Windows Web SErver 2008 With IIS 7 - and SQL Client Conectivity Tools installed
    https://192.168.100.8/sqlreplication/replisapi.dll?diag  i have the next results:
    Class Initialization test:
    Class Status
    ErrorCode
    replisapi.dll classes SUCCESS 0x0
    CLSID_SQLReplErrors FAILED 0x80040154
    replrec.dll classes FAILED 0x80040154
    msxml6.dll classes SUCCESS 0x0
    Where replrec.dll is supposed to be? On the WebServer or Database Server? And if the answer is on the Webserver, how can i install it?
    Thank you,
    biionut

    Hi biionut,
    Did you install SQL Server 2012 Replication Components on the IIS server?  The steps to install replication components are covered in
    How to: Install SQL Server Replication Components.
    Also, is your IIS server running 64-bit Windows?  If so you will need to allow 32-bit applications to run on the IIS server:
    cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
    Brandon Williams (blog |
    linkedin)

  • Upgrade options for WebLogic server 6.1

    Is it better to upgrade from WebLogic server 6.1 to 7.0 first then go
    to 8.1 or just go straight to 8.1? Has anyone ran into issues with
    8.1 already and would have been better off staying with 7.0 until the
    service pack for 8.0 comes out this July?

    I'm biased since I work on the product, but I'd highly recommend going
    straight to 8.1. We spent most of our time in WLS-land between 7.0 and
    8.1 working on usability and stability of the server. I think you'll
    find it's a very nice and solid upgrade, and it gets you to JDK 1.4.
    I migrated several customer applications during our beta period. The
    migration from 6.x or later to 8.1 is pretty straightforward.
    -- Rob
    mlap wrote:
    Is it better to upgrade from WebLogic server 6.1 to 7.0 first then go
    to 8.1 or just go straight to 8.1? Has anyone ran into issues with
    8.1 already and would have been better off staying with 7.0 until the
    service pack for 8.0 comes out this July?

  • Option for Windows Server 2012 R2 in WSUS with SCCM

    Hi,
    I have an emvironemnt of SCCM 2012 R2. I am trying to configure patching with SCCM. I have installed WSUS and configuring it on SCCM.
    But in the list i do not Windows Server 2012 R2 as an option.
    How to enable that?
    Thanks Chandan

    Hi,
    Do you mean you can’t find windows server 2012 r2 in Software Update Point Component Properties?
    Run a synchronization, check if the catalog will be updated.
    Hope this helps.

  • Is it possible to have multiple lines of text show for an event in monthly view?

    as an example, have a few lines of flight info show up without double clicking on event and it would be nice to have the entire event in a monthly printout too. Thank you.

    Hi Scott,
    Thank you very much for your reply and I apologize for getting back to this so late. I started using your suggestions today and I did have some success! The "shadow" button is very clever. Now, I think my lack of javascript syntax knowledge is keeping me from getting it all correct. I experimented with one field, a date field and I created the shadow button as you suggested and it worked perfectly!. The successful code I used for the click event for the gray button (see image below), was:
    form1.SSA.SF_Approver2RIF.SubmitRIFToFinalHrShadowButton::click - (JavaScript, client)
    if (form1.SSA.SF_Approver2RIF.Approver2RIFDate.rawValue == null) {
    xfa.host.messageBox("Please fill in all required fields");
    else form1.SSA.SF_Approver2RIF.SubmitRIFToFinalHrButton.execEvent("click");
    However, I have not yet had luck getting the other fields in that row to work like the date field has though. I don't think I'm coding the "or' part correctly when I begin to add the fields (the next one I'm trying to add after the "or" is the "Name" dropdown list box, but maybet the dropdown list doesn't count as a "null" value like the Date field does?
    My attempt at adding the name field so that two items are being checked is something like this but it does not work:
    form1.SSA.SF_Approver2RIF.SubmitRIFToFinalHrShadowButton::click - (JavaScript, client)
    if (form1.SSA.SF_Approver2RIF.Approver2RIFDate.rawValue == null){
    or
    (form1.SSA.SF_Approver2RIF.Approver2RIFName.rawValue == null)
    xfa.host.messageBox("Please fill in all required fields");
    else form1.SSA.SF_Approver2RIF.SubmitRIFToFinalHrButton.execEvent("click");
    Thank you so much for any additional insights you or the other members may have. I really appreciate it!
    -Chris

  • More text options in Print Module

    It's frustrating to be able to do just about everything in LR - but not quite.  I'd like more text options for the printing module.  For example, when I'm printing a limited edition print, I put the edition number in the bottom left corner, under the image, within the border of the print.  The title goes in the middle, slighty larger font, and then possibly a watermark.
    I can use the Identity Plate to create a nice looking title, but the Photo Info will only print in the middle with no options for positioning it anywhere else, or no options for other fonts.

    I would second this proposal..... with a serious passion.  I think it is unbelievable that Adobe will not provide us with the option to print the metadata with our images.
    The current metadata print options are in the dark ages, a joke and an insult to anyone trying to put a proper caption on a printed image.  For example, one cannot currently control the postion or font of a basic caption, never mind a considered template which might incorporate copyright, date, author, etc..   I also make folios (ala Lenswork).  Unfortunately, a detour to PS also means that this must be done manually, rather than using a template.  Adobe have all the tools to make this work, many of them are in the Slideshow module, so already the code is inside Lightroom.   It is so sad that a company like Blurb can provide these tools free of charge in free software, but Adobe seem incapable of providing these basic features.  I was disappointed they were not in version 1, frustrated when missing from version 2 and  apoplectic when not in version 3. I might excuse the omission if I could build a template in PS which allowed me to place text from the metadata into a formattted page layout, but this is not possible either. So despite the fact I have purchased both Lightroom and Photoshop, and paid for upgrade after upgrade of both products, this basic facility is still missing.
    I can only deduce that people in Adobe print images in two modes.
    1) a lonely image in approx middle of the page with no text formatting or
    2) an image in draft mode with a caption and a name plate and uncontolled other text in ad hoc placements (totally unsuitable for presenting to a client).
    I would put this requirement ahead of so many other popular requests (even ahead of requests such as networked storage, soft proofing, etc).  I can mention other software products who do a really good job of printing meta data with images, do serious work on sharpening, etc. for a fraction of the cost of the Lightroom / Photoshop combination. Becasue I am on an Adobe site I will not mention the names of these non Adobe products. If these small companies can solve this problem, surely Adobe can do so as well.
    I also find that I cannot trust the page setup templates that I do create. It seems to me that many of the properties (ie page size, orientation, matt / gloss options) disappear without warning.  I suspect this happens when I have problems printing to networked Epson printers (maybe others, but I only use Epson ...with Windows 7.)  This is very frustrating when my template changes from Matt in to Gloss, with subsequent wasted of ink and frustration and lost time in correcting and re-updating the template.
    Adobe, please finish the Print Module.  I do not want any more glitzy updates to publishing to the most recent social media exchange medium. Can we not get basic printing working first.
    (..... thanks for listening.....end of rant).

  • Saving preferred Shadow Text options in powerpoint 2013

    Hello,
    I'm trying to save my powerpoint format shape text options for shadow text, I see there are presets, but I am wondering would I be able to save a custom setting as a reset?
    This is under Format, Text effects, shadow, shadow options.

    maybe you can create a customized template to store shadow text.
    http://office.microsoft.com/en-001/powerpoint-help/create-your-own-template-RZ001136834.aspx
    http://office.microsoft.com/en-001/powerpoint-help/discover-the-power-of-custom-layouts-RZ010229680.aspx?section=10

  • NOt able to get text value for 0calmonth in the query

    hi,
    I am not able to get the test for the calmonth in the selection screen of the Query.
    i.e If the user enter the value 01/2010 as input in the selection screen. I am not able to get its text Janurary 2010 displayed in the selection screen of the query.
    please let me know what could be the reason for this.
    regards,
    Mahesh

    Hi Mahesh,
    I regret to inform you there is no option to display the month text.
    The system works as designed. The "Key and text" option for the      
    infoObject is for display the technical name and the description.                                                                               
    I found a customer on SDN which the same doubt and the answer for your
    question. Please, check the link below:                                                                               
    0calday text variable        
    Best Regards,
    Des

  • Set maximum size in Text Form Field Options for a field in bi publisher RTF

    Hi All,
    How to set maximum size in Text Form Field Options for a field in bi publisher RTF.
    I have a RTF whch is having a field in that i need to add some validation condition but after adding certain condition in Add help text tab ,it is not accepting after certain length, how i can increase the length to unlimited,please help me on this
    Thnaks

    Form fields have some restrictions if your are using version lower than 11g.
    They can accommodate only 393 chars. You can add the text in both status bar and help key, which can in total consume 393 chars.
    If your code logic is more than that, it can be split into multiple form fields as Avinash suggested or you can use sub template logic and handle coding over there. Again in sub template code can be within/outside form fields.
    So there is no option for user to increase the size of form field.

  • Publishing a text box to be multiple lines of text in SharePoint Form Library

    Hello
    I have some text boxes on an InfoPath form which is then published to a SharePoint form library. However, when the form creates columns in the form library, some of the text boxes are being published as Single Line of Text which then cuts off some of the
    text as users can type more the 255 characters in the text box.
    My question is how can I make sure that the form publishes the field as a multiple line of text instead? Some of the boxes did this by default but there are others that did not and I am missing text on them.
    Thanks

    When you add the control to the form, choose the Multi Line of text option instead of the single line of text option, if you are unsure, when you add the control to the form, right click it and select properties, from here you can change the data type
    from single line of text to multi line of text.
    Regards
    Sergio Giusti
    http://sergioblogs.blog.co.uk/
    Whenever you see a reply and if you think is helpful, click " Vote As Helpful". And whenever you see a reply being an answer to the question of the thread, click "
    Mark As Answer".

Maybe you are looking for

  • ERROR:Channel Timed Out

    I have a channel on my desktop, which connects to a different webserver (it's not an url scraper channel, it's a custom channel). As this other webserver has a very heavy load, at times, it can take several minutes before a response is returned. Alth

  • Create program for existing partner

    Hi Please tell me how to create the Partner Program for the Existing Partner in My Partner list in Channel Manager. I Referred the partner document there is no specific setup for the existing partner. But After creating a new partner program can not

  • Suddenly Cannot Access Yahoo Mail on iPhone

    PROBLEM: As of last night I cannot access my Yahoo mail on my iPhone. iPhone 3G, Version 4.0.1 (8A306) Firmware: 05.13.04 Error message when I tried to access email: something about I need to enter my password. I went to settings > mail> accounts and

  • Javax.servlet.UnavailableException: org.apache.struts.tile.TilesRequestProc

    hi I attached the tiles. jar file to tomcat lib folder that jar file is having the source when I run the project the following error is coming SEVERE: Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so markin

  • Use opportunity fields in a custom report

    Hi! I have a problem. I am trying to use an opportunity field (actual close date) in a report but when I insert it all the records become duplicated. I am using ACT 2008 and CR 2008. Could anybody help me?