• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

OnLine Streaming

 
Ranch Hand
Posts: 115
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello frds , i want to developed a web based application for live audio and video broadcasting ,a ann during the time of broadcasting the audio and video are alos saved simultaneously in my database? i study about HTML5 that provide the audio and video tags , but the prolblem is that these are not provide online streaming. so , no i study about javafx technology. now kindly suggest me that the javafx support the online audio and video streaming ? and i also want to run that player on iphones. so please suggest me about javafx or any other technology. but i m a still java programmer.
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaFX 2.0 currently not supported on platforms other than Windows. JavaFX team is working on getting it to all the platforms. Not sure about the mobile devices though.

HTML5 video and audio tags do allow online streaming. Youtube has an HTML 5 powered trial site: http://www.youtube.com/html5

JavaFX does support building application which can stream the content Live. Do check out http://www.javafx.com for more samples and tutorials.

If you have any HTML 5 related queries, please use HTML and Javascript forums.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic