Can i build custom p2p stream server-side app

Can i build custom p2p stream server-side app

Hi,
Here are some links that might help you :
http://help.adobe.com/en_US/flashmediaserver/devguide/WSa4cb07693d123884520b86f312a354ba36 d-8000.html
Thanks,
Apurva

Similar Messages

  • NetStream.Play.InsufficientBW when streaming server side playlist

    Hi
    I am streaming pre recorded audio files (mp4) to an AIR client. I have tried two different solutions,
    streaming the file directly with the NetStream.play("mp4:xxxxx.m4a") and creating a server side playlist, adding the
    same sound clip and then streaming the playlist. The problem is, when streaming the playlist i get a few NetStream.Play.InsufficientBW, this does not happen when streaming the file direct. Both solutions uses bufferTime=1.0
    I would like to use a server side playlist to implement a simple key solution so that the client dont know the full path to
    the file, but instead sends a key to a custom server side function that looks up the file path and creates a stream for the client.
    TIA
    Ruben Chadien
    FMS 4.0(linux)

    Subscribing via playlist and playing file directly are two different things , as first one is live mode of play while other is playing recorded file - so the way streams are delivered are also quite different. Can you try setting higher buffer and see if that helps or if you don't want to set higher buffer, see if disabling AggregateMessages (you will find the tag in Application.xml under Live/Queue) helps

  • Can I throttle frame rate on server side?

    I am building many to many webcam based chat application . The application page on client side will show streams anywhere from 1 up to 10 webcams. Most of the streams or chat will inactive so I am thinking that I can broadcast those inactive streams at a very very low frame rate untill they get activated. { I know I can not throttle in flash but can I throttle on server side with FMS or Wowza server?}
    Any hints regarding how would I achieve this?

    What do you mean by inactive streams - if you mean there is no data to be transfered why do you want them to broadcast at first place? Probably i did not get your question properly if that's the case can you elaborate more?

  • Stoping a client live published stream, server side

    Hello buddies,
    I have a very very important and urgent question.
    Suppose in some client a stream is being published live with
    the name 'A'. now, if some other client should and tries to publish
    with the same name ('A'), it will encounter a 'NetStream.BadName'
    status error code, to avoid that I think there should be some way
    to stop the stream('A') server side, and then let the 2nd client
    starts publishing with name 'A'. if so, how can I stop 'A' stream
    on server?
    Thank you so much for any help

    Let your server call a function (on the first client that
    publishes the stream A) that stops the publishing and shows show
    local message to that client e.g. "another client has started to
    publish a stream with the same name".
    It's unclear why you want such a system because you don't fix
    the problem ; you fix the symptoms. If you let clients publish a
    stream related to their loginname for example you will always have
    unique streams on your server.
    If you let them connect to an unique instance of your
    application you don't even have the problem of non-unique
    stream-names because inside every instance you can publish stream A
    again.
    Viewing clients would connect to each instance if they want
    to see that particular stream, like
    rtmp://yourserver.com/appnameXYZ/instancenameABC/A
    where A is the name of your published stream in instance
    "instancenameABC" , which is a child of application called
    "appnameXYZ".

  • Can I use SQLite as a server-side Database?

    In a web based iphone application can we use SQLite as the database which will handle tens of millions of records without failing at the server side?
    Or else what will be better for that purpose?
    Thanks in advance,
    Satya.

    Nice to see u again my friend.
    I have one doubt. I feel like SQLite is an embedded database for iPhone/iPad/iPod devices. And my requirement is something that I want to use the database to be stored and maintained at the server-side as like a day-to-day web-server.
    For example database used for IRCTC or gmail server's database etc. I have certain things to maintain at server-side as like login details(Name, password, location of launching application, Date, time) or something like offers of the month, and to retrieve the details either mails or any other details of the loggedin person with the iPhone from any location as we do with our system to access the mail accounts from server.
    The server's database should bear loads for more than millions of users logging in.
    Will SQLite handle such a thing. or I have to use something like MySql or Oracle?
    Which will be best for that reason(ofcourse with a minimal of cost)?

  • Need FMS Guru! to Read substitution.xml from Server Side Apps

    I know how to read XML file from HTTP using XML.load(url),
    but there are some config node i need to read from substitution.xml
    from conf folder. Seems like XML.load doesn't allow accessing
    Physical path from "D:\Program Files\Adobe\Flash Media Server
    3\conf" - I am new in FMS Development, I dont know how to access
    them from Server side. Help pls.

    Thanks by your help Shanu.
    Nevertheless, finally I tryed the easiest way (pass the parameter with 'GET'). Moreover I found why my code wasn't working. It was a fool thing. I though PDA connect throught a proxy, but it wasn't true. Whatever.
    Regards.
    FSG.
    The final script on the xml-report is:
    <report type="Validacion Online" required="false" multiple="false" attachments="false" scriptref="store://this/reportdef/script[@name='ValidacionOnlineValidation1']">
         <field sortid="0" id="Poliza" inputtype="textbox" label="Poliza" rows="1" wide="false" required="false"/>
    </report>
    <script name="ValidacionOnlineValidation1" script="if (0 == 0)
    var szURL="http://URL/vonline/vonline?parameter1=";+Poliza.value;                         
    var m_HttpReq = new ActiveXObject("Pocket.HTTP");                                             m_HttpReq.timeout = 15000;
    var m_HttpResponse = m_HttpReq.GetResponse(szURL,"");
    window.alert(m_HttpResponse.string);
    if (m_HttpResponse.statusCode==200)  {....}
    else {....}

  • Can I write custom databse Trigger over a apps table.

    Hi All,
    Kindly explain if I can write custom database triggers over any apps defined table (for example per_jobs). Also let me know if any recommendations or best coding standards.
    Thanks & Regards
    Purushotham.M

    Hi Purushotham,
    Oracle says "We strongly advise against the use of database triggers." - Oracle Applications Developer’s Guide 11i.
    Also, setting :new values of columns (apart from maybe Descriptive Flexfield Columns) is going to be "behind Oracle Applications back" meaning you'll potentially be breaking the business rules built into Apps.
    However, that doesn't mean you can't use them - just be it on your head!
    I'm not aware of any table you can't use them on, but have seen cautions about putting them on a couple of FND tables, unfortunately I can't find a reference to that, but one to watch out for was fnd_concurrent_requests.
    If you are able to, use Personalization or Extension to achieve your requirements. If that isn't possible, then the usual coding standards apply with respect to naming standards, etc (see the developers guides).
    If your logic is not critical to the business process (or concurrency can be handled by mechanisms other than row locking), e.g. you just want to kick off some other process based on a trigger point, consider using an autonomous transaction in your trigger logic.
    Gareth

  • Can we build custom code in xsl-xml

    Hi, We are using one of the .xml dump which is stored as a row in the table iby_trxn_documents
    We are mapping .xsl (a custom template with the above .xml tags)
    We are getting the below tags in .xml (which is stored in table iby_trxn_documents) but the value is not populated in the tags,
    We have build one one sequence in the database, where we need to map the incremented value of the sequence in that place.
    My (xml looks like any of the below two options)
    - <PaymentSequence>
    <SequenceName />
    <LastValue />
    </PaymentSequence>
    In this case i am getting output as W
    - <PaymentSequence>
    <SequenceName>XX_SEQ</SequenceName>
    <LastValue>1</LastValue>
    </PaymentSequence>
    in this case i am getting output as W1, but for next run i want it as W2 etc... or is there any option we can get incremented values in <Creation_Module>
    as my above value is coming null, in my output also i am getting null.
    Is there a way i can get the value of sequence in my xsl template.
    I am writing some thing like this in my (.xsl)
    - <Creation_Module>
    <xsl:value-of select="concat('W',/PaymentSequence/LastValue)" />
    </Creation_Module>
    For every run i want this last value to be incremented by 1
    Appreciate if some one has any knowledge in this.
    Thanks...
    Edited by: 902157 on Aug 27, 2012 9:18 AM

    Hi, We are using one of the .xml dump which is stored as a row in the table iby_trxn_documents
    We are mapping .xsl (a custom template with the above .xml tags)
    We are getting the below tags in .xml (which is stored in table iby_trxn_documents) but the value is not populated in the tags,
    We have build one one sequence in the database, where we need to map the incremented value of the sequence in that place.
    My (xml looks like any of the below two options)
    - <PaymentSequence>
    <SequenceName />
    <LastValue />
    </PaymentSequence>
    In this case i am getting output as W
    - <PaymentSequence>
    <SequenceName>XX_SEQ</SequenceName>
    <LastValue>1</LastValue>
    </PaymentSequence>
    in this case i am getting output as W1, but for next run i want it as W2 etc... or is there any option we can get incremented values in <Creation_Module>
    as my above value is coming null, in my output also i am getting null.
    Is there a way i can get the value of sequence in my xsl template.
    I am writing some thing like this in my (.xsl)
    - <Creation_Module>
    <xsl:value-of select="concat('W',/PaymentSequence/LastValue)" />
    </Creation_Module>
    For every run i want this last value to be incremented by 1
    Appreciate if some one has any knowledge in this.
    Thanks...
    Edited by: 902157 on Aug 27, 2012 9:18 AM

  • Can I build custom hot keys?

    I am grateful that Pages '09 has tiered lists. I see where I can assign Fkey's (F1-F9) to different styles. My question is can I go one step farther, into contentment, and assign key combinations that are designed by me and work for me? For instance, if I want to assign commandoption1 to format heading 1 can I do it? (and so on and so on down to commandoption7 for heading 7)
    thanks in advance for any time and attention to this matter,
    kadso

    Hi,
    Here are some links that might help you :
    http://help.adobe.com/en_US/flashmediaserver/devguide/WSa4cb07693d123884520b86f312a354ba36 d-8000.html
    Thanks,
    Apurva

  • How can I tell if QT Streaming Server is running on my Mac?

    I installed this and was testing it a few years ago.  I was playing around with a DLNA server app and trying to connect from my Wii.  I got an error message on the Wii regarding qtss and I thought that maybe this is still running in the background.  I did a search and I couldn't find any apps that looked like they were a part of the original QTSS package.  Is there a simple way to see if this is actually running on my mac?
    Thanks,
    Chris

    You probably need to download a Pages update. Only the most recent Pages would support Versions.
    In the meantime, use TextEdit to figure out Versions as the TextEdit in Lion uses Versions.

  • Can I build the LCCS Server in my own server?

    I want to use LCCS to build a programm. But I must use my own server to create room and valid users,Can I build my own LCCS Server? Is it feasible? Thank you for your help.

    No, LCCS is a hosted service only.
    If your application uses a limited (and fixed) number of rooms and you don't need an application server for other purposes, you can create your rooms in advance in DevPortal or using DevConsole.
    But if you need to be able to dynamically create new rooms (i.e. because you are creating accounts for new users) you do need a server-side component, but I am assuming that in this case you would need one anyway to manage your users in a database or such.

  • Using Server Side Cookies between pages of a BSP application

    Hi,
    I have Page1 which will retrieve some data into a internal table. Once user performs an action I want to set a server side cookie in Page1 and then retrieve that cookie with data in Page2 of the same BSP and display it?
    Is this possible using set/get server cookies?
    Thanks
    Kiran

    Hi Kiran,
    Yes, you can.
    Basically, you set a server-side cookie in the event OnInputProcessing of Page 1 (or the MVC equivalent) :
    cl_bsp_server_side_cookie=>set_server_cookie(
      exporting
        name = 'TEST'
        application_namespace = 'NONE'
        username = 'NONE'
        session_id = 'NONE'
        data_value = <your_data_here>
        data_name = 'NONE'
        expiry_time_rek = 3600 ).
    And, you retrieve this information in the OnInitialization event of Page 2 :
    cl_bsp_server_side_cookie=>get_server_cookie(
      exporting
        name = 'TEST'
        application_namespace = 'NONE'
        username = 'NONE'
        session_id = 'NONE'
        data_name = 'NONE'
      IMPORTING
        expiry_date = w_date
        expiry_time = w_time
      CHANGING
        data_value = <your_data_here> ).
    Best regards,
    Guillaume

  • Spry accordion widget - SSI (server side include) as content in the panel

    After having inserted the following command <!--# include file = "content2.asp" -> in the accordion Panel Content I get an error in Dreamweaver - every time I open the file. See the error in the attached picture.
    Once all files are uploaded to the server it works apparently without problems or script errors.
    Is there anyone who can help me to use SSI "server side include" as content in accordion panels?

    Thanks for your reply.
    The fault lay in the SSI file. This file contained these tag:
    </ html>
    And of course the tag </ html> generate an error if the tag is inserted in the content of the accordion panel via ssi file.

  • QuickTime Streaming Server

    I've been looking to stream my webcam online and I understand how to do so.. The only thing that is puzzling me is that I can't find the QuickTime Streaming Server program or what not. All I need to do is set up my server and I'll understand the rest.. How do I get to the server setup?

    Well I'm planning on putting the webcam on my webpage.. It's just that I'm using www.freewebs.com which is a free webspace and doesn't provide me w/ a server. I was planning on using QuickTime Broadcaster but it seems to require that I have a server enitialised.

  • Save editable pdf on server side

    Hiii Friends ,
    I have create editable pdf . Can I save this pdf on server side.
    Thanks

    Hiii Paul ,
    I have an another question. As I told ,I have PDF form created in Adobe LiveCycle Designer.
    I put on Submit button connect to my server URL .
    Now when I access this form , on web-server , It give warning each time
    Acrobat is attempting to connect my server url.
    If you trust the side , choose allow
    Can I block this warning message.
    Thanks

Maybe you are looking for

  • Tips to fix battery issue on iphone 4s after upgrading to iOS 6.0

    ladies and gentlemen.....i think i found a simple solution but its the only way to fix the problem until apple decides to gives us a patch. i have an iphone 4s and yesterday i did the upgrade to 6.0 this morning i noticed my battery was draining fast

  • Streaming video from macbook pro to apple tv

    Hello, I understand that you can use airdisplay to stream the whole desktop view to the apple tv. However, I've found that its extremely laggy when I play videos that way. When I do, the video and sound is always off by a second. When I stream using

  • Help,pls!! Multiple choices in Form4.5 and more questions

    Hi, All. I have some difficult questions. Any reply will be greatly appreciated! 1. Is it possible to make multiple choice in a Form? It is known that there is only one choice in LOV or List Item. ( That is like : select ... from ...where :block1.Id=

  • Cannot delete gap in sequece

    HI I'm hoping someone can help. Whenever I make a cut and try to close the gap, I'm unable. I've done this numerous times before with no issues. Usually, I select the clip, delete it and then select the gap and delete the space in between. I've also

  • Is Integer an object????

    Hi i am new to java According to what i have read in books Integer is an object the wraps the primitive int values.Also it is true that an object is passed by reference.Now if i pass the Integer object to some method and change that object in that me