Jump to content

peterlloyd

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by peterlloyd

  1. dedlykme:

     

    Hi I tried you embedded Flash code by saving the following as html in notepad:

     

    _______________________________________________________________________

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macr...ersion=9,0,0,0" width="640" height="480">

    <param name="movie" value="nchplayer.swf?host=Your_IP_Or_Hostname(FQDN):1935&scope=BroadCam&streamName=live&bandwidth=1&src=1&autostart=true">

    <param name="allowfullscreen" value="true">

    <param name="quality" value="high">

     

    <embed src="nchplayer.swf?host=Your_IP_Or_Hostname(FQDN):1935&scope=BroadCam&streamName=live&bandwidth=1&src=1&autostart=true" width="640" height="480" allowfullscreen="true" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com...tflashplayer"/>

    </object>

    ____________________________________________________________________

    While I had been using :

    _________________________________________________________________________

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="480" height="360">

    <param name="movie" value=Your_IP_Or_Hostname(FQDN)/nchplayer.swf?host=Your_IP_Or_Hostname(FQDN):1935&scope=BroadCam&streamName=live&bandwidth=1&src=1&autostart=true">

    <param name="allowfullscreen" value="true">

    <param name="quality" value="high">

    <embed src=Your_IP_Or_Hostname(FQDN):86/nchplayer.swf?host=216.195.174.123:1935&scope=BroadCam&streamName=live&bandwidth=1&src=1&autostart=true" width="480" height="360" allowfullscreen="true" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"/>

    </object>

    _____________________________________________________________________________

    My old code worked fine but yours did not for me. I was working through your examples hoping to find if you have a method to serve a static jpg image from the stream like an ancient webcam. Perhaps you could help me find out what I did wrong with your code so I can move on. Help with the static image issue would also be greatly appreciated.

×
×
  • Create New...