Skip to main content
Participant
July 23, 2013
Question

Can't watch stream from different ip in the same network

  • July 23, 2013
  • 1 reply
  • 766 views

Hello,

I've installed FME and FMS. On the same system I can watch the stream via samplePlayer, but when I try view the stream from a different IP I get the right page with the player, but it displays this message: "All NetConnection attempts failed null"

    This topic has been closed for replies.

    1 reply

    Petro_O__Bochan
    Inspiring
    July 23, 2013

    Any chances you do rtmp://localhost/yourapp?

    r_warnkeAuthor
    Participant
    July 23, 2013

    Nope.

    FME URL: rtmp://192.168.0.12/live

    stream: livestream

    player code:

    <object width='640' height='377' id='SampleMediaPlayback' name='SampleMediaPlayback' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' >

    <param name='movie' value='swfs/SampleMediaPlayback.swf' />

    <param name='quality' value='high' />

    <param name='bgcolor' value='#000000' />

    <param name='allowfullscreen' value='true' />

    <param name='flashvars' value= '&src=rtmp://192.168.0.12/live/livestream&autoHideControlBar=true&streamType=live&autoPlay=true&verbose=true'/>

    <embed src='swfs/SampleMediaPlayback.swf' width='640' height='377' id='SampleMediaPlayback' quality='high' bgcolor='#000000' name='SampleMediaPlayback' allowfullscreen='true' pluginspage='http://www.adobe.com/go/getflashplayer' flashvars='&src=rtmp://192.168.0.12/live/livestream&autoHideControlBar=true&streamType=live&autoPlay=true&verbose=true' type='application/x-shockwave-flash'> </embed></object>

    Edit: Progress, my apache installation was corrupted because of an old and forgotten installation of xampp. Fixed that and the error message is gone, I can still watch the stream on the server machine, on another one its stuck buffering. Any Ideas?

    Edit2: Thanks for the help. It was a combination of the corrupted apache and FME screwing me with not saving the settings in UI mode.