Publish camera stream to rootInstall/applications/multicast of FMS4.5 with no data?

I try to publish my camera stream to FMS4.5 (applications/multicast) as a P2P stream on the client-side,and I get reponse:“NetStream.Publish.Start ” and “NetStream.Connect.Success” ,
but the NetStream info is "currentBytesPerSecond=0 byteCount=0 maxBytesPerSecond=0 audioBytesPerSecond=0 audioByteCount=0 ....metaData=null xmpData=null uri=rtmfp://218.199.102.119/multicast resourceName=null isLive=true" .
By the way, when I run another client  to join the same group to play the video stream ,it ends with "
NetStream.Connect.Success
NetStream.Play.Reset
NetStream.Play.Start
NetStream.Connect.Success
NetStream.Play.Reset
NetStream.Play.Start
NetStream.MulticastStream.Reset "
and it can't play any video,I don't know why,can someone help me? I will very appreciate for it.
Here is  my pubish side key code:
server = "rtmfp://218.199.102.119/multicast";
case "NetConnection.Connect.Success":
                                                   groupSpecifier = new GroupSpecifier(videoName);//不透明的 groupspec 字符串。groupspec 指定 RTMFP 对等组
                                                   groupSpecifier.serverChannelEnabled = true; //设置允许创建到服务端的通道,方便服务器通告其他peers新增一个peer
                                                   groupSpecifier.ipMulticastMemberUpdatesEnabled = true;
                                                   groupSpecifier.multicastEnabled = true;//启用多播
                                                   groupSpecifier.postingEnabled = true;//为NetGroup启用发布
                                                   netGroup = new NetGroup(netConnection,groupSpecifier.groupspecWithAuthorizations());
                                                   netGroup.addEventListener(NetStatusEvent.NET_STATUS,NetStatus_Handler);                                                                                                      
                                                   break;
                                        case "NetGroup.Connect.Success":
                                                  trace(e.info.code);
                                                  netStream = new NetStream(netConnection,groupSpecifier.groupspecWithAuthorizations());
                                                  netStream.addEventListener(NetStatusEvent.NET_STATUS,NetStatus_H andler);
                                                  //发布视频
                                                  trace("to publish stream: "+videoName);
                                                  netStream.attachCamera(camera);
                                                  netStream.publish(videoName);
                                                  break;
                                        case "NetStream.Publish.Start":
                                                  trace(e.info.code+" "+" 成功发布");
                                                  trace("NetStream info: "+netStream.info.toString()); 
                                                  break;
                                        case "NetStream.Connect.Success":
                                                  trace(e.info.code+ " P2P连接成功");
                                                  break;
when running the console print:
Connecting sever rtmfp://218.199.102.119/multicast
NetConnection.Connect.Success
NetGroup.Connect.Success
to publish stream: Video 1 (T306E Card 1)
NetStream.Publish.Start  成功发布
NetStream info: currentBytesPerSecond=0 byteCount=0 maxBytesPerSecond=0 audioBytesPerSecond=0 audioByteCount=0 videoBytesPerSecond=0 videoByteCount=0 dataBytesPerSecond=0 dataByteCount=0 playbackBytesPerSecond=0 droppedFrames=0 audioBufferLength=0 videoBufferLength=0 dataBufferLength=0 audioBufferByteLength=0 videoBufferByteLength=0 dataBufferByteLength=0 srtt=0 audioLossRate=0 videoLossRate=0 metaData=null xmpData=null uri=rtmfp://218.199.102.119/multicast resourceName=null isLive=true
NetStream.Connect.Success P2P连接成功
NetGroup.Neighbor.Connect

I traced the NetStream info under case "NetGroup.Neighbor.Connect":
this time it has data "NetStream info: currentBytesPerSecond=102558.79345603273 byteCount=2456888 maxBytesPerSecond=116816.66032712058 audioBytesPerSecond=0 audioByteCount=0 videoBytesPerSecond=102558.79345603273 videoByteCount=2456888 dataBytesPerSecond=0 dataByteCount=0 playbackBytesPerSecond=0 droppedFrames=0 audioBufferLength=0 videoBufferLength=0 dataBufferLength=0 audioBufferByteLength=0 videoBufferByteLength=0 dataBufferByteLength=0 srtt=0 audioLossRate=0 videoLossRate=0 metaData=null xmpData=null uri=rtmfp://218.199.102.119/multicast resourceName=null isLive=true".
but 2nd client still results with:
NetStream.Connect.Success P2P连接成功,启动播放...
NetStream.Play.Reset
NetStream.Play.Start
NetStream.Connect.Success P2P连接成功,启动播放...
NetStream.Play.Reset
NetStream.Play.Start
NetStream.MulticastStream.Rese
Twice "NetStream.Connect.Success" and "NetStream.Play.Reset" ,and the video still can't play .....Help......

Similar Messages

  • How do i transfer an application on an iphone with the Data to an iPad

    I have got an application this application can be used both on iPhone and iPad,  i would like to transfer the data on this application from my iPhone to my iPad.
    Thanks.
    adetoye50.

    The data are stored within the app. It is not stored in a separate file. If the data are transferrable then the app should appear in iTunes under the Apps tab when your iPhone is connected to the computer. At the bottom is an area called File Sharing. If the app shares its data, then it will appear in the list allowing you to transfer the data to iTunes so you can in turn copy it to the iPad.

  • Copy a publishing page from one Web Application to another

    can we copy a publishing page from one web application to another. 
    If we download a copy from pages library of one web application and upload it to another library of other Web application.
    Once uploaded it came up with an error "This page is not using a valid page layout.  To correct the problem, edit page settings and select a valid page layout.".

    It seems like the page layout is missing in target location. Check similar thread below to solve the issue
    http://social.msdn.microsoft.com/Forums/en-US/99c24657-0297-4a5c-8600-467bb6ea57d6/this-page-is-not-using-a-valid-page-layout-to-correct-the-problem-edit?forum=sharepointdevelopmentprevious
    shipoint.com/2014/03/28/fixing-this-page-is-not-using-a-valid-page-layout-to-correct-the-problem-edit-page-settings-and-select-a-valid-page-layout-error-in-sharepoint-2010/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Publish video to flex ios application from flex app in flash builder 4.6

    Hi, i am publishing my live video stream from flex application like this
    ns_out.publish("livestream", "live");
    and receiving it from flex mobile (IOS) application
    ns_in.receiveVideo(true);
    ns_in.play("liveStream");
    but i am not receiving yet anything on my simulator, but in mean while when i publish my video from flash media live encoder, my flex ios application runs it smoothy..:)
    I  am using Adobe Flash Builder for this development..
    Any help is appreciated!
    Thanks

    yes!!!!!!!!!
    I got the answer, i need to encode video into H.264 format and then publish.
    cheers!!!!!!!!!!!!

  • Publish Live Stream with VP6 or H264

    Hi all,
            I am publishing live stream using web camera but the quality with respect to bandwidth is not good.
            I want to publish the live image using VP6 or H264 codec, how it can be done, please help.
           It is good with FMLE but trying to do in as3.
    Thanx in advance.

    FMLE can only publish via rtmp or rtmpt.

  • Peut-on utiliser une caméra pour deux applications sur une seule machine?

    Bonjour à tous,
    Mon problème est le suivant:
    Je possède une caméra GIGE  que je souhaiterai utiliser sous VBAI et Labview sur un seul poste, et en même temps.
    J'ai regardé les fonctionalités de "Broadcast" et "Multicast" dans la documentation Imaqdx mais le fait d'avoir une caméra
    pour deux applications n'est pas évoqué. 
    L'erreur basique: "Caméra already in use" s'affiche alors.
    Auriez vous une solution pour contourner ce problème s'il vous plaît ?
    Cordialement,
    Yoann B
    Résolu !
    Accéder à la solution.

    Bonjour,
    Je confirme que le mode multicast ne fonctionne qu'avec plusieurs machines.
    La solution la plus elegante qui existe a ce probleme est de creer une System Variable de type image dans VBAI que vous choisirez de partager sur le reseau(Tools>>Variable Manager), d'utiliser la step Set Variable dans le dernier onglet (Use Additional Tools) pour assigner sa valeur par example a l'image courante traitee dans VBAI. Les variables systemes qui sont "Network Shared" dans VBAI sont en fait des Shared Variables dans LabVIEW.
    Dans LabVIEW, vous pouvez creer un shared variable de type image, que vous pouvez lier a cette variable partagee de VBAI et en faire ce que vous voulez dans votre application LabVIEW.
    En esperant que ca vous depanne. Je reitere le conseil de Titou de poster sur ce forum en Anglais.
    Salutations,
    Christophe

  • RTMP & Flash Media Streaming Server Live application

    I'm running Flash Media Streaming Server and have only been serving VOD up until now.  I had my network administrator open up port 1935 to the outside world during the setup process and now I can't remember if that was actually required for streaming VOD to clients.  Most documentation I've read says that this port should be open, but I seem to recall reading something at one point that suggested it wasn't necessary.
    I've just started messing around with publishing live streams using Flash Media Live Encoder to the Flash Media Streaming Server.  I have that working without issue but was surprised to find that no authentication is required before a client running the live encoder can publish a stream to the Flash Media Streaming Server.  An authentication module is available however it only works with Flash Media Interactive Server and Flash Media Development Server.
    If I leave port 1935 open to the outside world, there would be nothing to stop anybody anywhere from streaming video via my server.  Anyone else running a default install of Flash Media Streaming Server and with port 1935 open to the outside should see that this is true of their setup as well.  I'm wondering if I can safely close port 1935 without limiting the functionality of the server or if there's some way I can require authentication prior to publishing a live stream even though I'm not on the four-and-a-half-times-more-expensive edition of the product.

    Now with so many publishers being present its not that trivial to
    design single module which would suffice for whole set of
    publishers.And according to me blocking all publishers right away and
    just allowing FMLE using this plug-in might not be best solution. So it
    is best left to the onus of one who is building solution to customise
    things according to his own needs.
    Bear in mind that not everybody is using FMIS.  Users of FMSS didn't buy this product with the expectation of having to build applications and develop plug-ins (in fact, in the case of the former they explicitly cannot do so) - they bought it so that they could have a streaming server.  As far as users of FMSS are concerned, I would think, the solution has already been built - by Adobe - and it's been found to be lacking a very basic element.
    As it stands, even the authentication add-in that was developed for use with FMLE clients provides no security whatsoever.  It would need to be modified in such a way as to permit access only to FMLE and block other client software before it served any useful purpose.
    So yes, what I think would be useful would be a change at the protocol level / on the server side.  An option to prompt all clients for credentials and allow or deny them access based on their response would be useful.  Otherwise server admins will have to know about each and every piece of client software that may wish to publish a stream to their server and then . . . what - make modifications to their authentication module every time a new client pops up?  Yes, a central, standard authentication system (like what is employed in pretty much every other client-server system that makes provisions for the requirement of authentication) makes a lot of sense.

  • Capture an image using the web camera from a web application

    Hi All,
    Could anyone please share the steps what have to be followed for capture an image using the web camera from a web application.
    I have a similar requirement like this,
    1) Detect the Webcam on the users machine from the web application.(To be more clear when the user clicks on 'Add Photo' tool from the web application)
    2) When the user confirms to save, save the Image in users machine at some temporary location with some unique file name.
    3) Upload the Image to the server from the temporary location.
    Please share the details like, what can be used and how it can be used etc...
    Thanks,
    Suman

    1) Detect the Webcam on the users machine from the web application.(To be more clear when the user clicks on 'Add Photo' tool from the web application)There's not really any good way to do this with JMF. You'd have to somehow create a JMF web-start application that will install the native JMF binaries, and then kick off the capture device scanning code from the application, and then scan through the list of devices found to get the MediaLocator of the web cam.
    2) When the user confirms to save, save the Image in users machine at some temporary location with some unique file name.You'd probably be displaying a "preview" window and then you'd just want to capture the image. There are a handful of ways you could capture the image, but it really depends on your situation.
    3) Upload the Image to the server from the temporary location.You can find out how to do this on google.
    All things told, this application is probably more suited to be a FMJ (Freedom for Media in Java) application than a JMF application. JMF relies on native code to capture from the web cams, whereas FMJ does not.
    Alternately, you might want to look into Adobe Flex for this particular application.

  • Publish Sharepoint 2013 via Web Application Proxy and Kerberos Authentication

    This is similar to
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/66c23aae-8774-4257-b9f9-b796e69b0318/action?threadDisplayName=publishing-sharepoint-2010-using-web-application-proxy
    However I have tried his resolution to no avail.
    I am trying to publish a SharePoint 2013 website via web application proxy. SharePoint 2013 is using negotiate (Kerberos) as its authentication provider. When trying to browse to the site externally via the WAP I get an http error 500 internal server error.
    In the web application proxy's event viewer I find the following two entries every time I try to browse the site.
    event ID 13019
    level: warning
    Web Application Proxy cannot retrieve a Kerberos ticket on behalf of the user because of the following general API error: No credentials are available in the security package
    (0x8009030e).
    Details:
    Transaction ID: {5672be45-a4b8-0005-58ff-7256b8a4cf01}
    Session ID: {5672be45-a4b8-0000-3909-7356b8a4cf01}
    Published Application Name: sharepoint
    Published Application ID: ****
    Published Application External URL: https://sharepoint.domain.com
    Published Backend URL: https://sharepoint.domain.com
    User: [email protected]
    User-Agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; NOKIA; Lumia 920) like Gecko
    Device ID: <Not Applicable>
    Token State: OK
    Cookie State: NotFound
    Client Request URL:
    https://sharepoint.domain.com/home?authToken=****client-request-id=****
    Backend Request URL: <Not Applicable>
    Preauthentication Flow: PreAuthBrowser
    Backend Server Authentication Mode: WIA
    State Machine State: BackendRequestProcessing_Pending
    Response Code to Client: <Not Applicable>
    Response Message to Client: <Not Applicable>
    Client Certificate Issuer: <Not Found>"
    And
    event ID 12027
    level: error
    Web Application Proxy encountered an unexpected error while processing the request.
    Error: No credentials are available in the security package
    (0x8009030e).
    Details:
    Transaction ID: ****
    Session ID: ****
    Published Application Name: Sharepoint
    Published Application ID: ****
    Published Application External URL: https://sharepoint.domain.com/
    Published Backend URL: https://sharepoint.domain.com/
    User: [email protected]
    User-Agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; NOKIA; Lumia 920) like Gecko
    Device ID: <Not Applicable>
    Token State: OK
    Cookie State: NotFound
    Client Request URL:
    https://gateway.dcsch.co.uk/home?authToken=****client-request-id=****
    Backend Request URL: <Not Applicable>
    Preauthentication Flow: PreAuthBrowser
    Backend Server Authentication Mode: WIA
    State Machine State: OuOfOrderFEHeadersWriting
    Response Code to Client: 500
    Response Message to Client: <Not Applicable>
    Client Certificate Issuer: <Not Found>"
    I have tried everything I have seen in many posts and the one linked above but cannot get this working. It does work fine internally.

    And within the next 10 minutes I found this
    http://technet.microsoft.com/en-us/library/dn308246.aspx#Kerberos
    Needed to set up delegation to ANY service in the Web application proxy

  • How to emabed BI Publisher report  to a different application using GO URL

    Hi all,
    How to emabed BI Publisher report to a different application using GO URL.
    I put the BI Publisher report in dashboard and create a go url but the problem is it is showing top header and all dashboard names present in my dashboard.
    I want to show only report.
    If we do a GO url of answers requst it shows only report . Same way can we do for BI publisher request.
    Thanks

    10g or 11g?
    for any you can get the link from BIP report properties. and use that link

  • How to determine the source to where my saved photo (not taken by my iPhone camera) on whether what application or website did i got that photo? need to go to the source again, please help

    how to determine the source to where my saved photo (not taken by my iPhone camera) on whether what application or website did i got that photo? need to go to the source again, please help

    There is no way to trace the source of a saved photo.
    You might have some luck if you search through the Safari web site history available via the Bookmark icon.

  • How Do I Get Cam Stream To Appear in FMLE Using iGlasses Software?

    How Do I Get Cam Stream To Appear in FMLE Using iGlasses Software?
    Sair

    Hi Roger,
    Thanks for your reply and my apologies for taking longer than hoped to respond.  The problem I'm having is that the cover art shows on my iPad (e.g. for "Meet the Press", a weekly American news programme), but it doesn't in either iTunes on my Mac or (consequently) my iPod Nano.
    I'm not sure I understand why the image, if it's embedded, would appear on one device but not on another for iTunes?
    I tried going to the iTunes store and dragging the cover art across to iTunes on my Mac, but it only brings the link across (rather than the image).
    Any help you could provide would be most appreciated!
    Thanks and best regards,
    Tony

  • Online camera streams not working

    Hey
    When I go to a website to watch a live camera stream it doesn't work. It only keeps loading for ages and nothing happens. I've tried several websites. I tried Chatroulette and even that didn't work. Apparently it doesn't work to load my own cam either. It's not my firewall as I've already checked that. Does anyone know what the problem might be?
    Thanks

    I didn't even know what Chatroulette was but I went to the site and I could activate my camera and mic, at least. Had no idea, and didn't hang around long enough, to see if anyone popped in.
    Do your camera and mic work in Facetime, Skype, etc.? Can you see others images using those servers? Could your ISP be blocking access?
    Clinton

  • Camera used by another application ??

    I'm with 10.2.8 and I get "camera used by another application" when I launch ichatAV 2.0. The green light on top of camera comes on for 2-3 sec, and goes off.
    Then I click the iChat pref>video tab and microphone is= isight bulit in; sound output = digital out ( funny... here is missing my external speakers) bandwidth =100kpbs.
    and the camera does not turn on. It used to a few months ago. (I did not use it for a while)
    Also,
    do the 2 parties have to be on say a .aim account or .mac account to be able to video chat together? Can a .aim account chat with a .mac account?
    any help would be appreciated!
    michel

    Hello, Michel,
    camera used by another application ??
    If the camera you mean is an iSight and not your great Sony TRV-17, try these possible solutions:
    ]-See iSight "Your camera is in use by another application" message
    ]-Check for Possible hardware or software conflicts with iSight.
     (Firewire external Maxtor?)
    ]-Do your regular Mac OS X maintenance
    If one of these gets you going, please let us know which.
    <hr>
    Can a .aim account chat with a .mac account?
    Yes. No problem whatsoever.
    Other than which "Account Type" you select when adding a new buddy to your Buddy List, there is NO difference between the use of AIM or dot mac accounts.

  • Publish Live stream to FMS on RTMPE protocol

    Hi,
    I am trying to publish Live Stream to FMS using FMLE or third party encoders.
    Is it possible to have RTMPE or RTMPTE protocol used between encoder and FMS?
    Very urgent.
    thanks,
    Pooja Jain

    FMLE can only publish via rtmp or rtmpt.

Maybe you are looking for

  • No startup after suspend

    After suspending my laptop it often freezes when I turn it on again. Oct 16 10:58:15 badmin systemd-logind[222]: Suspend key pressed. Oct 16 10:58:15 badmin systemd-logind[222]: Suspending... Oct 16 10:58:15 badmin NetworkManager[219]: <info> sleep r

  • Lumia local search results does not sort by distan...

    Since the Amber update, if I try to search for anything the results are no longer sorted by distance.  For example - while trying to find my nearest hardware store the first result was not even in the same country! I had to scroll down several screen

  • I dragged my tabs into the "Tab Group" button and now cant find those tabs but they are there in Firefox Home.

    I probably did this wrong since i just started using Firefox, but i dragged a tab into the Tab Groups button on my tool bar and lost all of the tabs when viewing on my laptop. When viewing on my smartphone can still view them in Firefox Home, please

  • Snow Leopard 10.6.7 upgrade problems

    I updated to snow leopard however found a number of problems that meant i had to revert to 10.6.6 The problems i found were Software update would unexpectedly quit before even opening The app store would unexpectedly quit before even opening Quicktim

  • Intermittent Internet Issues

    My internet (Uverse) has been really hit and miss in the last few weeks.  When I went to Troubleshoot & Resolve, it said "service issue detected", then the message  "We were not able to verify the connection to your U-verse Wi-Fi Gateway."  I have a