What are the best ways to stream videos from your own website?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CamRabbit
    Confirmed User
    • Mar 2002
    • 577

    #1

    What are the best ways to stream videos from your own website?

    How can I add some free videos to my website without using too much hardware resources? What are the best video players or alternatives for that?
  • nakeddutch
    Too lazy to set a custom title
    • Oct 2009
    • 11517

    #2
    Originally posted by CamRabbit
    How can I add some free videos to my website without using too much hardware resources? What are the best video players or alternatives for that?
    embed them.

    Code:
    <embed src="your free vid" height="480" width="640"></embed>
    the web browser should play it.
    Freja18 dfans.co/aivideos
    YOUTUBE Get a Kilt.
    Sell A.I.Porn Here.

    Comment

    • kuprum
      Affiliate-Programs.Biz
      • Oct 2016
      • 17925

      #3
      VIDOZA REVIEW


      may be this one?

      Comment

      • ZTT
        Confirmed User
        • Apr 2019
        • 659

        #4
        Originally posted by nakeddutch
        embed them.

        Code:
        <embed src="your free vid" height="480" width="640"></embed>
        the web browser should play it.
        Total bloatware. (Joking aside, you can even shave off some bytes by removing the closing tag, which isn't needed.)

        I wrote a video player, below, which I'm selling for just $1299.

        <video src="your free vid" controls></video>
        __________________

        Comment

        • CaptainHowdy
          Too lazy to set a custom title
          • Dec 2004
          • 94735

          #5
          Originally posted by ZTT
          Total bloatware. (Joking aside, you can even shave off some bytes by removing the closing tag, which isn't needed.)

          I wrote a video player, below, which I'm selling for just $1299.

          <video src="your free vid" controls></video>
          . . .

          Comment

          • CamRabbit
            Confirmed User
            • Mar 2002
            • 577

            #6
            Originally posted by kuprum
            VIDOZA REVIEW


            may be this one?
            At least it is a better option to just embed the video, I am mostly looking for an encremental player.

            Comment

            • CaptainHowdy
              Too lazy to set a custom title
              • Dec 2004
              • 94735

              #7
              Originally posted by CamRabbit
              encremental
              I've read excremental, man did CS did some work on us . . .

              Comment

              • CurrentlySober
                Too lazy to wipe my ass
                • Aug 2002
                • 38946

                #8
                Originally posted by CaptainHowdy
                I've read excremental, man did CS did some work on us . . .


                Well, if he did, then that would certainly be a site that I would be visiting...


                👁️ 👍️ 💩

                Comment

                • CamRabbit
                  Confirmed User
                  • Mar 2002
                  • 577

                  #9
                  It looks like i just need to encode single mp4 to hls ��

                  Comment

                  • 2MuchMark
                    Mark of 2Much.net
                    • Aug 2004
                    • 50981

                    #10
                    Originally posted by CamRabbit
                    How can I add some free videos to my website without using too much hardware resources? What are the best video players or alternatives for that?
                    If you just have a few users, then adding the mp4 files to your web server and playing them via a link or embedding them is fine. But if you expect to have alot of users, a streaming server is better.

                    When you place MP4 files on a web server, users download the files or stream them through progressive download. This means the video is downloaded in sequence, and playback can start while the download is still in progress.

                    Streaming servers use technologies like RTMP (Real-Time Messaging Protocol) or HLS (HTTP Live Streaming). These protocols break the video into small, downloadable chunks or segments, allowing for more efficient delivery and playback.

                    If users have slow Internet connections, viewing your videos directly from your web server could be a bad experience for them since the video is downloaded in sequence, users might experience buffering if they seek to a part of the video that hasn't been downloaded yet.

                    Streaming Servers provides a better user experience with adaptive bitrate streaming. This means the server automatically adjusts the video quality based on the user's internet speed, reducing buffering and improving playback.

                    There are a bunch of other reasons but you get the idea.

                    If you have several free videos and many users, your web server may choke - consider adding a streaming server to your domain. You can ask your hosting provider to help you with this. If they can't, feel free to contact me.

                    Comment

                    • Brad Mitchell
                      Confirmed User
                      • Nov 2001
                      • 9813

                      #11
                      You could do this easily from just about any sized hosting plan, even small vps plans. If you have hosting with support, you could simply ask for guidance to make this possible.

                      Brad
                      President at MojoHost | brad at mojohost dot com | Skype MojoHostBrad
                      71 industry awards for hosting and professional excellence since 1999

                      Comment

                      • plsureking
                        bored
                        • Aug 2003
                        • 4904

                        #12
                        porncms + HTML embeds or WP embeds. cheap, includes a frontend, includes video conversions, includes fast streaming hosting. upload and embed, or run a membership paysite. pretty fucking easy...

                        #porncms
                        PornCMS / low cost paysite management with hosting

                        Comment

                        Working...