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. General Programming
  3. C#
  4. Help Streaming Video

Help Streaming Video

Scheduled Pinned Locked Moved C#
sysadminhelp
11 Posts 5 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.
  • A Offline
    A Offline
    amaankhan
    wrote on last edited by
    #1

    I made a Server / Client ( socket Connection) in Server Form i am having a Panel in which a Video will be played selected by the Server Admin, i want to same file should be played on 25 client machine. whatever actions done by the admin like forwarding etc. should be showen on the client . is this possible. can we stream the video files like this. help me thanks in advance

    C S 2 Replies Last reply
    0
    • A amaankhan

      I made a Server / Client ( socket Connection) in Server Form i am having a Panel in which a Video will be played selected by the Server Admin, i want to same file should be played on 25 client machine. whatever actions done by the admin like forwarding etc. should be showen on the client . is this possible. can we stream the video files like this. help me thanks in advance

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Why did I spent hours explaining to you how to do this, if you're going to just ask the same question all over again ? Why should anyone answer you, if you're not going to bother to do anything that I suggested before ?

      amaankhan wrote:

      can we stream the video files like this. help me

      As discussed, you'd be a moron to stream the actual video. You've got next to no chance of keeping things in synch that way.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      A L 2 Replies Last reply
      0
      • C Christian Graus

        Why did I spent hours explaining to you how to do this, if you're going to just ask the same question all over again ? Why should anyone answer you, if you're not going to bother to do anything that I suggested before ?

        amaankhan wrote:

        can we stream the video files like this. help me

        As discussed, you'd be a moron to stream the actual video. You've got next to no chance of keeping things in synch that way.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        A Offline
        A Offline
        amaankhan
        wrote on last edited by
        #3

        Sir last time u told me to store the file on shared location. i used that i am running on 2 client and its working fine. but how come forwarding and pausing that option . As when server will forward the video the video on the client should also be forwards sorry sir,

        C 1 Reply Last reply
        0
        • A amaankhan

          I made a Server / Client ( socket Connection) in Server Form i am having a Panel in which a Video will be played selected by the Server Admin, i want to same file should be played on 25 client machine. whatever actions done by the admin like forwarding etc. should be showen on the client . is this possible. can we stream the video files like this. help me thanks in advance

          S Offline
          S Offline
          Saksida Bojan
          wrote on last edited by
          #4

          You can. First you need to create so that there a frame capture or screen capture with a speed atleast 25 fps(This is for Europian PAL. USA uses almost 30 fps)and then send over network. Also you would need to make sure the client uses buffer for smoother streaming

          A C 2 Replies Last reply
          0
          • S Saksida Bojan

            You can. First you need to create so that there a frame capture or screen capture with a speed atleast 25 fps(This is for Europian PAL. USA uses almost 30 fps)and then send over network. Also you would need to make sure the client uses buffer for smoother streaming

            A Offline
            A Offline
            amaankhan
            wrote on last edited by
            #5

            thanks. can u give any example/sample reference link

            S 1 Reply Last reply
            0
            • A amaankhan

              thanks. can u give any example/sample reference link

              S Offline
              S Offline
              Saksida Bojan
              wrote on last edited by
              #6

              Not exactly your thing but it is close Camera Vision - video surveillance on C#[^] Streaming Audio[^] Maybe this one[^] And if you want more, google it

              A 1 Reply Last reply
              0
              • S Saksida Bojan

                Not exactly your thing but it is close Camera Vision - video surveillance on C#[^] Streaming Audio[^] Maybe this one[^] And if you want more, google it

                A Offline
                A Offline
                amaankhan
                wrote on last edited by
                #7

                thanks i will see it ....... thanks

                1 Reply Last reply
                0
                • A amaankhan

                  Sir last time u told me to store the file on shared location. i used that i am running on 2 client and its working fine. but how come forwarding and pausing that option . As when server will forward the video the video on the client should also be forwards sorry sir,

                  C Offline
                  C Offline
                  Christian Graus
                  wrote on last edited by
                  #8

                  amaankhan wrote:

                  As when server will forward the video the video on the client should also be forwards

                  I don't know what this means, but I told you to put the file on a network share, send the path to the file to each client, who could then copy it locally, and to use the network connection to send commands telling it when to play/pause/etc. There is NO way you're going to stream the file and keep it in sync.

                  Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                  1 Reply Last reply
                  0
                  • S Saksida Bojan

                    You can. First you need to create so that there a frame capture or screen capture with a speed atleast 25 fps(This is for Europian PAL. USA uses almost 30 fps)and then send over network. Also you would need to make sure the client uses buffer for smoother streaming

                    C Offline
                    C Offline
                    Christian Graus
                    wrote on last edited by
                    #9

                    Streaming video, over the network, to multiple users, with sound, at 25 FPS, and keeping it in synch ? You're insane.

                    Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                    OriginalGriffO 1 Reply Last reply
                    0
                    • C Christian Graus

                      Why did I spent hours explaining to you how to do this, if you're going to just ask the same question all over again ? Why should anyone answer you, if you're not going to bother to do anything that I suggested before ?

                      amaankhan wrote:

                      can we stream the video files like this. help me

                      As discussed, you'd be a moron to stream the actual video. You've got next to no chance of keeping things in synch that way.

                      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #10

                      Now *THIS* one, I remember...

                      Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]

                      1 Reply Last reply
                      0
                      • C Christian Graus

                        Streaming video, over the network, to multiple users, with sound, at 25 FPS, and keeping it in synch ? You're insane.

                        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                        OriginalGriffO Offline
                        OriginalGriffO Offline
                        OriginalGriff
                        wrote on last edited by
                        #11

                        Christian Graus wrote:

                        You're insane

                        Yep. But I (and probably you) worked that out last time... :sigh:

                        No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones

                        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                        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