Video Streamming

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NurAzije

    #1

    Video Streamming

    Hi,
    I am developing a website in PHP, the customer wants to add a video
    streaming live on the net, do PHP have such functions which will enable
    that ??

  • Daniel Tryba

    #2
    Re: Video Streamming

    NurAzije <nurazije@gmail .com> wrote:[color=blue]
    > I am developing a website in PHP, the customer wants to add a video
    > streaming live on the net, do PHP have such functions which will enable
    > that ??[/color]

    Sounds cool, but what does the customer actually mean with "video
    streaming live on the net".

    Is there 1 live source (eg a camera) that needs to be sent synchronous
    to multiple clients? Or is there a non realtime stored "movie" that
    needs to be sent to clients in such way that they can playback during
    download?

    Last should be easy, first can't be done in php exlusively AFAIK (you
    would need some piped reader that can multiplex to additional clients).

    Comment

    • NurAzije

      #3
      Re: Video Streamming

      It is from a camera source, it is educational school website, some
      lessons will be transmitted live to students, is there any idea, maybe
      Java can help with some applet ?

      Comment

      • Daniel Tryba

        #4
        Re: Video Streamming

        NurAzije <nurazije@gmail .com> wrote:[color=blue]
        > It is from a camera source, it is educational school website, some
        > lessons will be transmitted live to students, is there any idea, maybe
        > Java can help with some applet ?[/color]

        Java can certainly do this on the serverside (without the need for an
        applet). But a such a daemon might also be written in PHP:

        (although I would do it in Java myself)

        Comment

        • sharma

          #5
          Re: Video Streamming

          Intresting Topic.. Please contribut this to get good idea about this
          topic for intermediate programmers..

          Comment

          • Daniel Tryba

            #6
            Re: Video Streamming

            sharma <sharma.chellur i@gmail.com> wrote:[color=blue]
            > Intresting Topic.. Please contribut this to get good idea about this
            > topic for intermediate programmers..[/color]

            Like: http://tmp.tryba.nl/streaming/

            Only thing I was missing was the daemon :)

            Comment

            • Chung Leong

              #7
              Re: Video Streamming

              "NurAzije" <nurazije@gmail .com> wrote in message
              news:1109778407 .417271.99770@z 14g2000cwz.goog legroups.com...[color=blue]
              > It is from a camera source, it is educational school website, some
              > lessons will be transmitted live to students, is there any idea, maybe
              > Java can help with some applet ?[/color]

              I wonder if the school knows what they're asking for. Arranging a live web
              event is quite a logistical challenge.

              Live video is technically still beyond the reach of average users. For
              something like need distance-learning you need decent resolution and
              frame-rate. A blocky, postage stamp size video running at 1 fps with not
              sound is obviously not going to be useful. You will probably need something
              like a Real Helix server and a dedicated hardware encoder.


              Comment

              • NurAzije

                #8
                Re: Video Streamming

                They will provide anything I need, they will use their own server also
                ...

                Comment

                Working...