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. The Lounge
  3. How many of you stream video from your site?

How many of you stream video from your site?

Scheduled Pinned Locked Moved The Lounge
androidcomadobehostingquestion
35 Posts 13 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.
  • L Lost User

    Creating more than one version of a video can be troublesome, and a pain, yet, with HTML5 you can let the browser, including those for the modern mobile phones, best choose the format it best understands whilst also falling back to flash for older browsers that do not understand many, if any, of those HTML5/CSS3 tags etc. http://html5tutorial.net/tutorials[^] http://net.tutsplus.com/?s=HTML5[^]

    C Offline
    C Offline
    Christopher Duncan
    wrote on last edited by
    #26

    May be the way to go. I wonder if this is the route that youtube takes with their player.

    Christopher Duncan
    www.PracticalUSA.com
    Author of The Career Programmer and Unite the Tribes
    Copywriting Services

    L 1 Reply Last reply
    0
    • C Christopher Duncan

      May be the way to go. I wonder if this is the route that youtube takes with their player.

      Christopher Duncan
      www.PracticalUSA.com
      Author of The Career Programmer and Unite the Tribes
      Copywriting Services

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

      My understanding is that YouTube will be offering HTML5 compatible video format(s). As far as hosting, YouTube is not the only place you could consider for hosting what could be huge quantities of video's in competing versions. You could, for example, consider blip.tv, here are their FAQ's http://blip.tv/faq[^]

      C 1 Reply Last reply
      0
      • P peterchen

        Joe Simes wrote:

        off of a groupie's ass

        There's the glitch. You (a) told her "you are a groupie, i.e. someone who'd swoon at me farting in your general direction", and (b) "I'd prefer another groupie anyway, your ass sucks." Corrected response: "If I were as good as SRV we wouldn't be standing here talking to you - I'd be snorting cocaine off of a groupie's your ass in Austin right now!" Also, you might want to replace the town with one that doesn't sound like "hicks central" - though I'm not entirely sure if there's a positive SRV/Austin connection.

        Agh! Reality! My Archnemesis![^]
        | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

        J Offline
        J Offline
        Joe Simes
        wrote on last edited by
        #28

        I never could play the ladies as well as I could play the guitar! :| SRV is from Austin Tejas hence the reference. "On the road" would have work equally as well ... not well bad? :doh:

        P 1 Reply Last reply
        0
        • C Christopher Duncan

          By this I mean actually hosting and serving video from your web site rather than linking to youtube, et al. While there are times when youtube poses a great advantage as they eat the storage and bandwidth, there are other times when you want complete control to serve things up natively without involving a third party. That said, seems to me that it's yet another prairie on the wild, wild west out there for those who wish to roll their own. You can wrap your video in a Flash player, which is great. Until you want someone on an Apple to view it. And I'm sure there are various other little compatibility adventures as well, particularly if you want to support a good mobile experience on, at minimum, Android, Windows and Apple devices. And of course, I do. Are there cross platform players out there that you can bolt onto your site that handle compatibility issues for you as well as providing other niceties such as full screen mode? Or do you guys just get down and dirty and write something clever, and terribly portable, yourself? Would that it were as easy as serving up mp3 files...

          Christopher Duncan
          www.PracticalUSA.com
          Author of The Career Programmer and Unite the Tribes
          Copywriting Services

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

          Whenever I've streamed video I've encoded it as flash and used a flash player. That avoids the inevitable CODEC hassles. You could detect HTML 5 and support an alternative H.264 stream if the browser supports it instead. That's the approach I would take. That should cover most platforms. Cheers, Drew.

          1 Reply Last reply
          0
          • H Henry Minute

            I have no experience of this area, even less than yourself judging from your input in the thread, but I also think that you need to consider your market. It's all very well for those with new fangled multi-core processors and Apple iThingies but what about Joe Blow, still running XP on an old Athlon. There are still a lot out there. Can they for instance run H264, or whatever it's called?

            Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

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

            Henry Minute wrote:

            Can they for instance run H264, or whatever it's called?

            Yes, easily. Cheers, Drew.

            1 Reply Last reply
            0
            • H Henry Minute

              I have no experience of this area, even less than yourself judging from your input in the thread, but I also think that you need to consider your market. It's all very well for those with new fangled multi-core processors and Apple iThingies but what about Joe Blow, still running XP on an old Athlon. There are still a lot out there. Can they for instance run H264, or whatever it's called?

              Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

              J Offline
              J Offline
              Jim Crafton
              wrote on last edited by
              #31

              If they can run flash, and upgrade it then almost certainly yes. Hell even older version of flash from a number of years ago (say probably 2006?) could handle h264 encoded video.

              ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow

              1 Reply Last reply
              0
              • L Lost User

                My understanding is that YouTube will be offering HTML5 compatible video format(s). As far as hosting, YouTube is not the only place you could consider for hosting what could be huge quantities of video's in competing versions. You could, for example, consider blip.tv, here are their FAQ's http://blip.tv/faq[^]

                C Offline
                C Offline
                Christopher Duncan
                wrote on last edited by
                #32

                Yeah, I just bumped into them last night as Mail Chimp uses them. Looks like a decent site.

                Christopher Duncan
                www.PracticalUSA.com
                Author of The Career Programmer and Unite the Tribes
                Copywriting Services

                1 Reply Last reply
                0
                • J Joe Simes

                  I never could play the ladies as well as I could play the guitar! :| SRV is from Austin Tejas hence the reference. "On the road" would have work equally as well ... not well bad? :doh:

                  P Offline
                  P Offline
                  peterchen
                  wrote on last edited by
                  #33

                  With my track record, I should be legally prohibited from giving dating advice ;)

                  Agh! Reality! My Archnemesis![^]
                  | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

                  1 Reply Last reply
                  0
                  • C Christopher Duncan

                    By this I mean actually hosting and serving video from your web site rather than linking to youtube, et al. While there are times when youtube poses a great advantage as they eat the storage and bandwidth, there are other times when you want complete control to serve things up natively without involving a third party. That said, seems to me that it's yet another prairie on the wild, wild west out there for those who wish to roll their own. You can wrap your video in a Flash player, which is great. Until you want someone on an Apple to view it. And I'm sure there are various other little compatibility adventures as well, particularly if you want to support a good mobile experience on, at minimum, Android, Windows and Apple devices. And of course, I do. Are there cross platform players out there that you can bolt onto your site that handle compatibility issues for you as well as providing other niceties such as full screen mode? Or do you guys just get down and dirty and write something clever, and terribly portable, yourself? Would that it were as easy as serving up mp3 files...

                    Christopher Duncan
                    www.PracticalUSA.com
                    Author of The Career Programmer and Unite the Tribes
                    Copywriting Services

                    R Offline
                    R Offline
                    Roger Wright
                    wrote on last edited by
                    #34

                    I fiddled with that a bit when I was using Windows 2000 Server. It had a built in video streaming service that I never really mastered, but had fun playing with for a short time. I'm sure that the remnants are still present in 2003 and 2008, but it may be hard to find.

                    Will Rogers never met me.

                    1 Reply Last reply
                    0
                    • C Christopher Duncan

                      By this I mean actually hosting and serving video from your web site rather than linking to youtube, et al. While there are times when youtube poses a great advantage as they eat the storage and bandwidth, there are other times when you want complete control to serve things up natively without involving a third party. That said, seems to me that it's yet another prairie on the wild, wild west out there for those who wish to roll their own. You can wrap your video in a Flash player, which is great. Until you want someone on an Apple to view it. And I'm sure there are various other little compatibility adventures as well, particularly if you want to support a good mobile experience on, at minimum, Android, Windows and Apple devices. And of course, I do. Are there cross platform players out there that you can bolt onto your site that handle compatibility issues for you as well as providing other niceties such as full screen mode? Or do you guys just get down and dirty and write something clever, and terribly portable, yourself? Would that it were as easy as serving up mp3 files...

                      Christopher Duncan
                      www.PracticalUSA.com
                      Author of The Career Programmer and Unite the Tribes
                      Copywriting Services

                      M Offline
                      M Offline
                      Mechanical
                      wrote on last edited by
                      #35

                      Hosting video has two meanings: 1- Progressive download (Youtube etc) 2- Streaming. (1) is inexpensive. You just put the video on the http server and let the player download it. No need for any special software. (2) has to be hosted with a provider that lets you stream videos. Special software like Flash Media Server, or Wowza Media Server or Red5 has to be used. It does not usually run well from Virtual servers or shared servers. When you are going for streaming, then better use a dedicated server with good specs and fast connection to give quality user experience. If you do not wish to have your own server for streaming, then host the video files on some CDN. Highwinds seems to work well: http://www.highwinds.com/[^] Compatibility is an issue with Apple devices. There are different formats for iPad and iPhone, and the next iSomething. There are formats for other mobile devices too. So to enable the video for these devices, you have to convert the video into multiple formats. Look into: http://encoding.com[^] and see what formats are needed for what device. Some devices only support progressive download (I'm not sure which ones).

                      NULL

                      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