Need a hand to configure FMS 4.5 to output HTTP stream...

Hi folks!
I'm trying to setup Flash Media Server (Streaming server) and I'm having issues with outputting HTTP stream.
The system works very well with the Flash ooutput, but for some reason the livepkgr won't work. Tried several things over the past two weeks, I've went thru docs and I don't know anymopre what else I can try... The source of the video feed is upstreamed from my own home computer, via Flash Live Encoder.
I operate a dedicated server, running Windows 2008 Server. The default web site is IIS. I configured the ports so that port 80 is the default IIS inetpub/webroot, and the FMS 4.5 install is accessed via port 8134. So the IP http://184.107.48.113 opens the default Windows IIS, and http://184.107.48.113:8134 takes the request to the FMS install.
The video stream is live on the Flash server, I can see it in the console, the livepkgr appears to be working, and I do see the .STREAM file being generated in the _definst_/livebroadcast/livestream folder. So the server works, and process the HTTP output.
I believe the URL I should use to access the output HLS stream is: http://184.107.48.113:8134/livepkgr/_definst_/livebroadcast/livestream.f4m.m3u8
but it returns a file not found message. Is there something wrong with the URL syntax? Or there is something else in the .conf files I must tweak? Or is it an issue with Apache 2.2 configuration?
You can see the live Flash stream from my web site http://www.blackflag.tv I want to change this Flash stream to HTTP stream.
Thanks for your help folks!!!
-sv bell

Hey,
I tried playing HDS now and its working fine. It wasn't playing earlier.
You can try it out by playing the content through the player here: http://www.osmf.org/configurator/fmp/#
Input: http://184.107.48.113:8134/hds-live/livepkgr/_definst_/livebroadcast/l ivestream.f4m
(Don't forget to select the radio button for HTTP streaming)
This means everything is working on the server side.
Now, I don't have an iDevice on me to check out HLS playback.
You are using an older version of QuickTime, which could be an issue. Please let me know what publish settings you are using (as in the codecs).
Also can you try playing it back through HTML5. To do that, just create an HTML page with the below content.
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<video width="320" height="240" controls="controls" src="http://184.107.48.113:8134/hls-live/livepkgr/_definst_/livebroadcast/livestream.m3u8"  />
</body>
</html>

Similar Messages

  • Configure FMS behind a proxy

    Hello,
    I've a problem to configure FMS Streaming 4.5 on an Ubuntu 10.04 Server.
    I've got a website and a FMS on the same server who is behind a proxy (not on the same server)
    Server IP : 192.168.0.2
    Proxy IP : 192.168.0.254
    FMS is configure to listen to port 1935 in fms.ini
    # This section contains configurable parameters in Adaptor.xml #
    # IP address and port(s) Flash Media Server should listen on
    # For example:
    #    ADAPTOR.HOSTPORT = :1935,80
    ADAPTOR.HOSTPORT = :1935
    Apache  listens on port 80
    Apache wasn't installed with FMS, it's pre-installed
    This is my Virtual conf
    NameVirtualHost 192.168.0.2:80
    <VirtualHost 192.168.0.2:80>
    ServerName mydomain.com
    DocumentRoot /var/www/html/
    </VirtualHost>
    Ports 80 1111 and 1935 are opened on my server
    # RTMP Streaming
    iptables -t filter -A INPUT -p tcp --dport 1935 -j ACCEPT
    iptables -t filter -A INPUT -p udp --dport 1935 -j ACCEPT
    iptables -t filter -A INPUT -p tcp --dport 1111 -j ACCEPT
    iptables -t filter -A OUTPUT -p tcp --dport 1935 -j ACCEPT
    iptables -t filter -A OUTPUT -p udp --dport 1935 -j ACCEPT
    iptables -t filter -A OUTPUT -p tcp --dport 1111 -j ACCEPT
    On the proxy server (use Apache), ports 80, 11, 1935 are opened in the firewall (output, input and forward) and the proxy makes a NAT translation to my website.
    But I can't see the videos on my website
    If i test on a machine behind the proxy, the streaming is OK, i see my videos.
    I don't know how to solve this problem. I've got only one IP on my server.
    What is the best solution,
    Thanks for your help

    Here is the flash tutorial:http://kb2.adobe.com/cps/408/kb408205.html
    Without a proxy, it connect locally using the 1935 port.
    I'm also able to connect from the external network to my local network using the same port.  The firewall is configured to accept incoming rtmp connection
    But as soon i use a proxy, the connection fail.

  • Need to call a configuration dynamically in SAP CRM 2007

    Hi,
    I need to call one configuration dynamically. In the runtime one configuration should be called upon fulfilling some conditions.
    I need your help regarding this.
    Points, Guaranteed.
    Thanks,
    Santosh

    Hi Santosh,
    We have made a solution where we call different configurations based on the UI object type. In the IMG entry called "Define UI Object Types" you can create a new custom object type. This you can use when you configure your view in transaction BSP_WD_CMPWB. Here you then copy your standard configuration to a new one. In the new one you set Object type = the object you have created in customizing. And config key you set to the same as you normally use. Then you have two different configurations that can be called depending on your requirements. We call it based on the business role of the users. But you can of course yourself determine on what criteria the method should call one or the other configuration.
    In the method you will need to set the variable cv_object_type to the name of your own object type. Then the system will use this key to determine the configuration. After implementation you will see that it uses this object type by clicking F2 button in the UI.
    /Anders

  • Need to do any configuration settings in BES while implementing BO Mob ?

    Hi All
    We are implementing BO Mobile 3.1 SP3 for BlackBerry devices.We have implemented it and also setup OTA client application delivery and downloaded client application into our mobile and lauched the application by configuring with needed settings.But while trying to login from mobile ,its throwing the error as " Invalid credentials".I am using the same credentials which i used for accessing Enterprise server and CMS also.Basis team has no idea of where to create new credentials for mobile access.
    They have done every required settings with reference from deployment guide provided in the BO site, except on the BES server for which they dont have authorization.
    Do we need to do any configuration settings in BES server??
    Thank you.
    ~Ravi
    Edited by: ravindhar on Oct 3, 2011 10:40 AM

    Hi,
    I am exactly at a similar position. I followed a detailed steps from this tutorial
    http://wiki.sdn.sap.com/wiki/display/BOBJ/SetUpSAPBI4.0MobilewithBlackBerrySimulator
    But I am not able to log in. Were you able to resolve your issue. Can you help me to see if I need to perform any other configuration.
    Please let me know,
    Thank you

  • I need to Add the configuration file '.airinstall.cfg' to the air bundled runtime installer directory. where do i get the airinstall.cfg from

    i need to Add the configuration file '.airinstall.cfg' to the air bundled runtime installer directory. where do i get the airinstall.cfg from what are the contents of the .airinstall.cfg file please help.

    http://helpx.adobe.com/acrobat/kb/acrobat-downloads.html

  • Configure fms like p2p server ?

    Configure fms like p2p server ?

    Iccsi,
    Yes. Hostname under 'Testing Server' is the testing server's hostname - in your case, since you're using CF, it has to be the path at which CF runs at. It will be localhost:8888 or something similar - depending on what port you configured for the webroot while installing CF. You could check it in CF Dashboard. Or, you could start CF server, open your browser, enter localhost. If the default CF webpage loads, it is just localhost. If not, add the port number.
    The remote server is your actual webserver. It may be http://www.somesite.com or if you're running it in a separate folder within your main site, it will be http://www.somesite.com/test - depends on where you want to upload the working files remotely.
    The full directory under local configuration is the place where your files reside on your local system. Again, if you're using CF, you might as well use CF webroot to create/ store files - this way, you don't have to make duplicate copies of the files in 2 places since you're configuring the same folder as your Testing Server too.
    -ST

  • I need to upload into configurator an app I got when it was free, however I can't PURCHASE the app as it thinks I already have it in my VPP account.

    I need to upload into configurator an app I got when it was free, however I can't PURCHASE the app as it thinks I already have it in my VPP account. I am using TWO MacBooks and TWO configurator profiles - one on each MacBook, BUT one school VPP apple ID in iTunes. I downloaded this app when it was free and put it into ONE configurator account, but I now want to put it into the other account on the other MacBook. I understand I need to pay for the app and get codes, however as it is already downloaded into my VPP iTunes, it comes up as downloaded and I don't know how to redeem codes or pay for it? Please advise. Thank you.

    Change App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3. Tap on your Apple ID
    4.Tap "View Apple ID"
    5. Enter your user name and password.
    6. Tap "Country/Region."
    7. Tap "Change Country/Region"
    8. Select the region where you are located.
    9. Tap "Done".

  • Need help on struts configuration with ColdFusion 10 using IIS

    We need help on struts configuration with ColdFusion 10 using IIS.
    Earlier we were using ColdFusion 8 with IIS 6 for one of our application.  This application internally calls struts. After upgrading to ColdFusion 10 struts calls are not loading. We get 404 error.
    In ColdFusion 8 struts were configured using  actions extension .do in IIS from this file-
    C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll.
    But in ColdFusion 10 this file is not present as ColdFusion 10 uses Tomcat in place of Jrun.
    Also there is no information in ColdFusion log file.

    Duane wrote:
    doctormirabilis, Welcome to the discussion area!
    1) how can i configure the time capsule in order to operate as a remote base station synchronizing with the relay using the ethernet port?
    Configure the Time Capsule to act as a bridge (not distributing IP addresses). Also configure the Time Capsule to create an 802.11n wireless network with a unique network name (SSID). That's it.
    2) how can i avoid that my powerbook while accessing my wireless network does connect through the relay station instead of using the time capsule?
    Configure the Time Capsule to use a different network name than the WDS link between the 2 AirPort Express (AX). Configure the PowerBook to use the Time Capsule network.
    There are 2 pieces of information that you should be aware of...
    (1) None of the PowerBooks are capable of 802.11n.
    (2) The WDS link cuts your available bandwidth in half. So the wireless link to your neighbor's has a maximum potential of 27 Mbps.
    Let's for a minute assume that you have a Mac compatible with 802.11n. In your configuration the time you could take advantage of the 802.11n speed is when the Mac is sending/recieving data directly from/to the Time Capsule.
    There would be NO speed increase in Internet access. The speed of Internet access is going to be controlled by the slowest link in the path to the Internet. That is probably the connection to the ISP. The next slowest path is the WDS link to your neighbor's.
    Duane,
    I am in a similar situation, sharing internet with my neighbor. Do you think it would be plausible to hook up a vonage phone adapter to time capsule's ethernet port if time capsule is bridging from my neighbor's router in the configuration you have described? A check of my upload speed shows 1.67Mbps (powerbookG4 w/ airport extreme). Vonage reccommends 90kbps minimum upload speed. Am I going to lose some speed putting the Vonag adapter behind time capsule?
    Thank you

  • Need help on variant configuration

    Hi Guru,
    Here we need to use variant configuration.But i am new in variant configuration.Can somebody tell me the different steps of variant configuration from PP side.I have gone through standard document. But still i need this information. The Industry in which I am going to implement this,is  producing Colored, profiled sheet to provide roofing solution.The metal roofing sheet can have different profile, different colour, different thickness, different width and so on.They have nearly three thousand  of different combination.
    Please respond.
    Regards
    Rajib

    Hi,
    Pls. find herewith Variant Configuration Procedure steps as below
    VARIANT CONFIGURATION:
    1.Create a Material - KMAT type with Item category (002)
    2.Create Charateristics in CT04 - Zbike, where in values mention the Color of the bile like Red, Blue etc
    Create another characteristics in CT04 - ZPrice, where directly go the additional data tab and maintain the table SDCOM and field VKOND (ABAP Dictionary it will ask for).
    3.Assign these two characteristics to a Class in CL01 - ZBikeclass ( Type 300) in characteristics tab page.
    4Then go to CU41 Configuration profile select the material and enter the description click on the class assignment ie assign Zbikclass.
    5Now go back to CT04 - enter Zbike -go to values- select Red- go to extras - Other Dependencies - Select Procedure enter in front 10 write - $self.ZPrice='Red' and save.
    6.Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save).
    7.Now select Blue- go to extras - Other Dependencies - Editor - Select Procedure enter in front of 10 write - $self.ZPrice='Blue' and save.
    8.Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save).
    9.Now go to VK11 - Enter VA00 (Condition)(For Std RVA001 Pricing Procedure) - enter variant Red and Blue give the rates accordingly and create the sales order.
    Variant Configuration: Complete Maintenance:
    Technical name: SAP_LO_VC_MAINTAIN
    Tasks
    The variant configuration processor sets up the rules for multi-variant products and maintains them in the database. He or she simulates and executes the configuration. This role is required wherever variant configuration is used.
    The complete model also contains sales order processing (VA01/VA02), and the connection to SCE/Internet Sales and Mobile Sales.
    Activities in Variant Configuration;
    Transaction
    Activity
    CC04
    Display product structure
    CWBPP
    Engineering Workbench
    Variant Configuration
    VA01
    Create sales order
    VA02
    Change sales order
    VA03
    Display sales order
    CU51
    Maintain configurable order BOM (multilevel)
    CU52
    Maintain configurable order BOM (single level)
    CU50
    Configuration simulation
    CU80
    Reporting functions for characteristics and values
    Configured Objects
    CU44
    Material
    CU45
    Standard network
    Assignment of Configured Materials
    CS40
    Create assignment for configured material
    CS41
    Change assignment for configured material
    CS42
    Display assignment for configured material
    Configuration Profile
    CU41
    Create configuration profile
    CU42
    Change configuration profile
    CU43
    Display configuration profile
    Dependencies: Single Dependency
    CU01
    Create single dependency
    CU02
    Change single dependency
    CU03
    Display single dependency
    Dependencies: Dependency Net
    CU21
    Create dependency net
    CU22
    Change dependency net
    CU23
    Display dependency net
    Dependencies: General
    CU05
    Dependency where-used list
    CU04
    Dependency list
    Tools: Variant Function
    CU65
    Create function
    CU66
    Change function
    CU67
    Display function
    CU68
    List functions
    Variant Table Structure
    CU61
    Create variant table
    CU62
    Change variant table
    CU63
    Display variant table
    CU64
    List variant tables
    Variant Table Contents
    CU60
    Maintain variant table contents
    CU59
    Transfer variant table contents to database table
    Knowledge Base for SCE: Knowledge-Base Object
    CU31
    Create knowledge-base object
    CU32
    Change knowledge-base object
    CU33
    Display knowledge-base object
    Runtime Version
    CU34
    Create runtime version
    CU35
    Change runtime version
    CU36
    Display/export runtime version
    CU37
    Create SCE database schema on PC
    For complete details of Variant Configuration go to the following link :
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/96/468f38721f9977e10000009b38f842/frameset.htm
    Hope this helps.
    Regards,
    Prakash

  • Need Document/steps for configuring Samba,apache,tomcat

    Hi all,
    I need steps/document for configuring samba,tomcat,apache in solaris 10 x86.please guide.please send to [email protected]

    docs.sun.com should have a lot od the Solaris specific documentation- I don't know how much it would have have specifically on Samba, Apache and Tomcat etc.
    Documentation on configuring Samba and Apache (and probably Tomcat) are available on the respective websites. You may want to Read The existing technical Manuals then post questions on specific issues that are not covered by the exisitng documentaion.

  • OBIEE 11g: Error - Exceeded configured maximum number of allowed output

    Hi Guys,
    We are implementing OOTB Repository, After data load some of the reports are showing the following error msg. Can anyone point me out where to change the limits?
    "Showing error while loading ""View Display Error
    Exceeded configured maximum number of allowed output prompts, sections, rows, or columns"". It must be because of the restriction on the number of records in a report"
    Thanks in advance

    Sudipta Gupta wrote:
    Hi Guys,
    We are implementing OOTB Repository, After data load some of the reports are showing the following error msg. Can anyone point me out where to change the limits?
    "Showing error while loading ""View Display Error
    Exceeded configured maximum number of allowed output prompts, sections, rows, or columns"". It must be because of the restriction on the number of records in a report"
    Thanks in advanceWhat version of OBIEE are you using? Assuming you are on 11g, below is the link that tells you what tag's needs to be changed in the configuration file in order to increase/decrease the limit on number of rows retrieved in a report across the board:
    http://r12bifmw.com/2012/03/23/obiee-errors-with-exceeded-configured-maximum-number-of-allowed-output-prompts-sections-rows-or-column/
    Hope this helps.

  • Need to add information/data to the Quote Print output for a quote

    I am trying to modify the print quote output generated after selecting a quote on the quote form. I need to know how to add information to this output.
    I am not sure where the output is selected from. How do I modify the select to include information from other tables in oracle. I am using the ASOPRINT.xsl routine. Any help would be greatly appreciated.
    Charles Harding

    Hi,
    From the xsl file I could figure out that the data for the quote lines is generated from the line <xsl:call-template name="line.table">. I would like to have some conditions added to it so that I can have particular type of items displayed on the PDF output. I am unable to figure out where I can add these conditions. Could someone help me in this? Any help would be appreciated.
    Thank You,
    Sowjanya

  • *configure the Picking list(PL) output type,a smart form for PL.

    Hello SIR,
    I want to configure the Picking list(PL) output type,a smart form for PL but there should be an output type to print*.
    i have assign the out type to shipping point in t.code ovlt .i have created picking list in t.code nact. i created sales order and delivery. i have check my picking list in ovl2n change mode picking out put is available in extra-picking output. i have checked my picking out put for smart form in systems-service-output control if i execute it show like no data to list. no spool request number has generated there.
    so were i have to check picking list preview for smart form . is spool request number is necessary.plz help me to view preview of picking list.or plz say the steps to configure this to preview.
    thanks,
    agilarasan

    Hi,
    Go to Nace .The application for Goods Issues is
    ME - Inventory Management -> select and click on output types ->select wa03 output type and click on processing routines here you can find the form name and the driver program name.So while printing select wa03 as the output type.
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    Regards,
    Harini.S
    Edited by: Alvaro Tejada Galindo on Dec 23, 2008 3:46 PM

  • Need help connecting my iPhone 6 to my MacBook Pro to stream the internet

    Need help connecting my iPhone 6 to my MacBook Pro to stream the internet

    Turn on Personal Hotspot on your iPhone, select WiFi, set a password. Then select your hotspot on your MacBook Pro and sign in.

  • Exceeded configured maximum number of allowed output prompts, sections,

    Hello Gurus,
    when i am adding two graphs prompts(Year, State) on my report here is the error is am getting, Exceeded configured maximum number of allowed output prompts, sections, rows, or columns. Please advise
    Thanks,
    RC

    Hi,
    Try to update below
    <Prompts><MaxDropDownValues>6000</MaxDropDownValues></Prompts> in instanceconfig.xml.
    <MaxCells>1920000</MaxCells>
    <MaxVisibleSections>1000</MaxVisibleSections>
    <MaxVisiblePages>10000</MaxVisiblePages>
    For more refer
    http://r12bifmw.com/2012/03/23/obiee-errors-with-exceeded-configured-maximum-number-of-allowed-output-prompts-sections-rows-or-column/
    Thanks
    Deva

Maybe you are looking for

  • Word Viewer will not open documents from Sharepoint 2013 in IE11

    I've run into an issue while trying to open documents from SharePoint 2013 after upgrading to IE11. My organization uses Word Viewer with the compatibility pack and all other Word documents (local files, intranet hosted) will open with no problems. W

  • Rounding up a variable

    Hi All, Is there any function module or any way to round up a variable. For ex: 0.8 should become 1      and 0.3 should become 0. Thanks.

  • Enhancement on 0FIAP_C02

    Hi BI Experts, Our requirement is to add a new field i.e umskz (Special G/L indicator) in existing query 0FIAP_C02_Q001 Vendors: Overview. The query is standard and data is fetching from standard cube 0FIAP_C02 Transaction Data. We used standard data

  • Dimension build in ASO system 9.3

    Hi, I've 10 dimensions with 1000 members in an ASO cube in system 9.3. Now I need to update the outline on daily basis without clearing the data out. I've 10 millions of data in that cube. I got 2 options here and Option 1: I can load only the insert

  • Flash Album generator not in DW

    Novice in building site, purchased DMXZone Flash Album Generator 2, installed trial version of Fireworks, Adobe extension manager says it's been installed. When I open DW the option that I should click under "commands" doesn't appear, and the icon on