Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Locked
0

Html5 player connect to FMS via rtmp (H.264). Is it possible in the future?

New Here ,
Jan 10, 2011 Jan 10, 2011

Hi,

I have a streaming service with FMS4, and I need in the future a html5 player, what play the H.264 videos from the FMS, BUT on the rtmp protocol, because the authetication and control of service is in a main.asc script on the FMS.

Other question is the live streaming from FMS to html5 videoplayer.

Thank's in advance!

2.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 10, 2011 Jan 10, 2011

I would not expect any browser to support RTMP on the <video> object in the future, and in order to make the transport reliable for html5, all browsers would need to support it. Adobe has no control over this... it is entirely up to the browser vendors to decide what streaming transports to implement in their browsers.

Consider that there is no streaming protocol defined in the HTML5 specification. This means that it is up to each browser vendor to decide what (if any) streaming protocol they want to support. I imagine it will be a good number of years before we can count on any single protocol for streaming working across all browsers.

For now, the only reliable means of delivering video to the browser using an HTML5 <video> tag is progressive download from an HTTP server.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 03, 2011 Aug 03, 2011
LATEST

i think you're going to need a good programmer to port the current service to use protocol other than rtmp, then try to use a widely used protocol that will continue being used in the future.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines