Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7848015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:03:53+00:00 2026-06-02T18:03:53+00:00

To be able to record and play back audio instantly on my website, I’ve

  • 0

To be able to record and play back audio instantly on my website, I’ve set up Red5 and FLV Audio Recorder. Now, I’m going to implement a video solution as well.

The problem with streaming (HD) video is that it doesn’t work if your internet connection is too slow. I want to let the majority of users be able to watch my videos. Can I use the Red5-server, or do I have to use HTTP to ensure that everyone can watch it flawlessly?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T18:03:54+00:00Added an answer on June 2, 2026 at 6:03 pm

    Well, if you use for example jwPlayer, you could set up a RTMP stream, as you probably already know since you asked this question.

    If you use this code:

    <div id='mediaplayer'></div>
    
    <script type="text/javascript">
      jwplayer('mediaplayer').setup({
        'flashplayer': 'player.swf',
        'width': '720',
        'height': '306',
        'playlist': [
            {
               'title': 'Just add a title here...',
               'provder': 'rtmp',
               'image': 'Add a image to show before the video is started.',
               'duration': 'X seconds'
               'streamer': 'rtmp://server.com/dir',
               'plugins': {
                 'qualitymonitor-2': {}
                } // This will give different charts so that you can see what's going on behind the scenes!
    
               'levels': [
                  { bitrate:"2920", width:"1920", file:"videos/sintel-1920.mp4" },
                  { bitrate:"2080", width:"1280", file:"videos/sintel-1280.mp4" },
                  { bitrate:"2080", width:"720", file:"videos/sintel-720.mp4" },
                  { bitrate:"650", width:"480", file:"videos/sintel-480.mp4" },
                  { bitrate:"420", width:"320", file:"videos/sintel-320.mp4" }
               ]
            }
        ]
      });
    </script>
    

    you can provide the end-user with many different versions of the same video, with different bit rates, thus you can use a higher quality one if you have enough internet speed. (If you have 20mbit/s as a client, and a screen width of 400 px, you will get the last file in the example code, even though you have the internet to get the topmost. This is because you as a client will not see any difference anyway.)

    You can also use less of your hosting bandwidth, because if you use a small screen, you don’t stream a high quality, since the end-user doesn’t see any difference anyway.

    This is a good way to do it, because it will give your users the best experience, while you stay better protected against “robbery” of your videos!

    Please add a comment if you wonder about something!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

looking for a free audio recorder so user will be able to record him
I want the user to be able to record audio in an app, and
I'd like to be able to record audio in app I'm specing out. I'm
my project requires me to be able to record audio on an android device.
In my Application I am able to record audio. It is stored inside Documents
I am able to record a .caf file in my app and play it
I am working on audio recording. I am able to record my audio in
I wish to be able to record, in real time, the activity of a
I want to be able to record a word/words that I can then later
In WPF and SubSonic 2 using Active Record, I was able to bind to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.