Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Live video

Live video

Scheduled Pinned Locked Moved Web Development
question
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nida baber
    wrote on last edited by
    #1

    How we can show live video on a website,while the video cameras are located on different location and we will provide IP address of that camera?

    Nida

    Z 1 Reply Last reply
    0
    • N nida baber

      How we can show live video on a website,while the video cameras are located on different location and we will provide IP address of that camera?

      Nida

      Z Offline
      Z Offline
      zhengdong jin
      wrote on last edited by
      #2

      <OBJECT id="MediaPlay1_WMP" style="WIDTH: 100%; HEIGHT: 100%" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" VIEWASTEXT> <PARAM NAME="URL" VALUE="mms://200.20.30.19/broadcast"> <PARAM NAME="rate" VALUE="1"> <PARAM NAME="balance" VALUE="0"> <PARAM NAME="currentPosition" VALUE="0"> <PARAM NAME="defaultFrame" VALUE=""> <PARAM NAME="playCount" VALUE="1"> <PARAM NAME="autoStart" VALUE="-1"> <PARAM NAME="currentMarker" VALUE="0"> <PARAM NAME="invokeURLs" VALUE="-1"> <PARAM NAME="baseURL" VALUE=""> <PARAM NAME="volume" VALUE="50"> <PARAM NAME="mute" VALUE="0"> <PARAM NAME="uiMode" VALUE="full"> <PARAM NAME="stretchToFit" VALUE="0"> <PARAM NAME="windowlessVideo" VALUE="0"> <PARAM NAME="enabled" VALUE="-1"> <PARAM NAME="enableContextMenu" VALUE="-1"> <PARAM NAME="fullScreen" VALUE="0"> <PARAM NAME="SAMIStyle" VALUE=""> <PARAM NAME="SAMILang" VALUE=""> <PARAM NAME="SAMIFilename" VALUE=""> <PARAM NAME="captioningID" VALUE=""> <PARAM NAME="enableErrorDialogs" VALUE="0"> </OBJECT>

      N 1 Reply Last reply
      0
      • Z zhengdong jin

        <OBJECT id="MediaPlay1_WMP" style="WIDTH: 100%; HEIGHT: 100%" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" VIEWASTEXT> <PARAM NAME="URL" VALUE="mms://200.20.30.19/broadcast"> <PARAM NAME="rate" VALUE="1"> <PARAM NAME="balance" VALUE="0"> <PARAM NAME="currentPosition" VALUE="0"> <PARAM NAME="defaultFrame" VALUE=""> <PARAM NAME="playCount" VALUE="1"> <PARAM NAME="autoStart" VALUE="-1"> <PARAM NAME="currentMarker" VALUE="0"> <PARAM NAME="invokeURLs" VALUE="-1"> <PARAM NAME="baseURL" VALUE=""> <PARAM NAME="volume" VALUE="50"> <PARAM NAME="mute" VALUE="0"> <PARAM NAME="uiMode" VALUE="full"> <PARAM NAME="stretchToFit" VALUE="0"> <PARAM NAME="windowlessVideo" VALUE="0"> <PARAM NAME="enabled" VALUE="-1"> <PARAM NAME="enableContextMenu" VALUE="-1"> <PARAM NAME="fullScreen" VALUE="0"> <PARAM NAME="SAMIStyle" VALUE=""> <PARAM NAME="SAMILang" VALUE=""> <PARAM NAME="SAMIFilename" VALUE=""> <PARAM NAME="captioningID" VALUE=""> <PARAM NAME="enableErrorDialogs" VALUE="0"> </OBJECT>

        N Offline
        N Offline
        nida baber
        wrote on last edited by
        #3

        Can you give any example using this code. I will thankful to you.

        Nida

        Z 1 Reply Last reply
        0
        • N nida baber

          Can you give any example using this code. I will thankful to you.

          Nida

          Z Offline
          Z Offline
          zhengdong jin
          wrote on last edited by
          #4

          if you are using ASP.NET with C# protected override void CreateChildControls() { base.CreateChildControls(); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("")); this.Controls.Add(new LiteralControl("

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups