Video streaming

Hi all,

Im using rails 3, How can I generate video streaming on ruby on

rails?. if i have use any gems in video streaming.

Please anyone explain…

Mohammed N. wrote in post #1006401:

Hi all,

Im using rails 3, How can I generate video streaming on ruby on

rails?. if i have use any gems in video streaming.

Please anyone explain…

There are several options for streaming video on a web page. None of
them directly rely on anything specific to Rails.

The two options currently most popular are HTML5 (via the

HTML5:
http://www.w3.org/TR/html5/video.html#video

For easy support of Flash video see:

It’s also possible to setup HTML5 as a primary option, with Flash video
as a fallback for browsers that do not yet have HTML5 video support.

Robert W. wrote in post #1006435:

Mohammed N. wrote in post #1006401:

Hi all,

Im using rails 3, How can I generate video streaming on ruby on

rails?. if i have use any gems in video streaming.

Please anyone explain…

There are several options for streaming video on a web page. None of
them directly rely on anything specific to Rails.

The two options currently most popular are HTML5 (via the

HTML5:
HTML Standard

For easy support of Flash video see:
http://flowplayer.org/

It’s also possible to setup HTML5 as a primary option, with Flash video
as a fallback for browsers that do not yet have HTML5 video support.

hi Robert W.,

Thank you so much…Is working fine.

But i need some doubts, Maybe you can help me with following questions:

  1. How can i live video streaming on a website?
  2. Do i need a special server or technologies?

I don’t know, how to start…Please explain

Mohammed N. wrote in post #1006556:

  1. How can i live video streaming on a website?
  2. Do i need a special server or technologies?

This is a significantly more complicated issue. There may be several
technologies that can do this.

“HTTP Live Streaming” is how Apple is currently delivering live content:

http://developer.apple.com/resources/http-streaming/