• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Playing video file

 
Ranch Hand
Posts: 1374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can I play video file in web application? I do not want to use applet. I can not upload a video to various websites like youtube or metacafe and embed their plugin in my webapp.

I will have video file and want to play it with basic functionalities play,pause and stop.
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm sure there are basic Flash video players available for free somewhere on the net. Make sure that whatever site ends up hosting the video file doesn't charge you for download costs per MB, because that's going to be expensive.

Why can you not upload the file to YouTube? It would be much easier than anything you would cook up on your own.
 
Sheriff
Posts: 67706
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to the HTML forum.
 
Vikas Kapoor
Ranch Hand
Posts: 1374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Lester Burnham wrote:I'm sure there are basic Flash video players available for free somewhere on the net. Make sure that whatever site ends up hosting the video file doesn't charge you for download costs per MB, because that's going to be expensive.

Why can you not upload the file to YouTube? It would be much easier than anything you would cook up on your own.



Because my client does not want anything out of her premises.

Isn't there anything available in Java? Should I dig into Java Media Player API. Ref. http://www.javaworld.com/javaworld/jw-04-1997/jw-04-jmf.html?page=1

 
Bear Bibeault
Sheriff
Posts: 67706
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Vikas Kapoor wrote:Isn't there anything available in Java?


As Java runs on the server (except for applets -- which you've already dismissed), how is that going to help you?
 
Talk sense to a fool and he calls you foolish. -Euripides A foolish tiny ad:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic