Dears
I have education site [intranet] using j2ee ,one target of this site is to play education vedio using web browser where the vedio side is very big [more than 8 G]
is any one have a sample on how to do that
Looks like Jeanne forgot the moving part. I do that all the time.
I moved it here to Java In General Intermediate because there are more than one way to actually solve this. Personally I would take whatever front end tech you are using and have it add a URL/web page that plays videos like YouTube. Then you just link to the location of your video, rather than trying to have your code download it, or look it up in a Blob in your database.
I'd strongly agree with Mark here, you probably want to avoid hosting large videos like that yourself, it's a massive cost in infrastructure to support that sort of thing (just ask Google).
this site will not be hosted on internet , it's total internal web site , so i think there is no problem for hosting large site
about youtube , is youtube can give me player that playing vedio or i shall use the website it's self to play the vedio in my intranet
Alexey Saenko
Greenhorn
Joined: Aug 18, 2008
Posts: 25
posted
0
As far as I know, youtube use mactomedia flash video player (actually name can be a bit different, but here it doesn't matter). In this case, I think, you need to know how to integrate this player with html pages