TINNY Posted December 6, 2004 Report Posted December 6, 2004 Can anyone help me on how to do online video streaming?All I know is that you use Windows Media Encoder to compress and optimize it, then put in the "<embed></embed>" tag to link it with the file. 1. Is it that simple?2. What about using RealMedia and Quicktime? Suggest some encoders and how to embed in HTML3. Give some tips on compression and optimization4. How can I put a button to intialize when the video starts playing? What's the code? Quote
alexander Posted December 6, 2004 Report Posted December 6, 2004 You could do what you described, embedding though isn't streaming...There are many real streamers available from hotscripts that you can get, various languages too. Your solution works well too, if you need to have a movie, a flash or a music file playing on your website. Quote
TINNY Posted December 7, 2004 Author Report Posted December 7, 2004 How do I encode files into quicktime? Quote
Tormod Posted December 7, 2004 Report Posted December 7, 2004 If you buy the pro version of Quicktime you can use it to encode files. Quote
Tormod Posted December 7, 2004 Report Posted December 7, 2004 Well that's helpful Tormod Eh...wasn't that what you were asking for? Quote
alexander Posted December 7, 2004 Report Posted December 7, 2004 there are many converters out there, dont need to buy quicktime pro to do this you know...http://www.tomdownload.com/multimedia_design/video/mpeg_converter_mov_converter_mpg_converter.htmhttp://www.mp3towav.org/video-converter.asphttp://www.hotscripts.com/search/1518780.htmlhttp://www.eo-video.com/ Quote
TINNY Posted December 7, 2004 Author Report Posted December 7, 2004 Ahh... that's what I'm looking for. I'll check it out. Thanks alex.Anyway, can anyone tell how to embed RealMedia videos? Somehow, it is different from just using the "<embed>" tag that I use for windows media player. What happens is that it'll request you to download the realmedia plug-in. I downloaded it, but still the same thing. There's nothing wrong with running winME right? I also tried to just simply link the page to the .ram file and choose "open from source" so that it'll stream on the realmedia player -then nothing happens.Please2 give suggestions. And you know where I can download videos on terrorism and GW Bush? Quote
alexander Posted December 7, 2004 Report Posted December 7, 2004 It is the same, what browser are you using, it sounds to me like that codac isnt supported by your computer... as to the videos, http://www.google.com/search?q=terrorism+videos&start=0&start=0&ie=utf-8&oe=utf-8&client=firefox&rls=org.mozilla:en-US:unofficial Quote
TINNY Posted December 8, 2004 Author Report Posted December 8, 2004 How do I make my computer support that codec? i already installed the latest realmedia playerhey, why don't you try open this link and report to me whether the movie loads or not ok?www34.brinkster.com/saser/realmedia.htm thanks. Quote
Tormod Posted December 8, 2004 Report Posted December 8, 2004 I get a "Cannot connect to server" error (so I don't even see the page in question). Quote
TINNY Posted December 8, 2004 Author Report Posted December 8, 2004 you should try again. cause it happened to me the first time, then it was okaythe second time.anyway, try this other one www34.brinkster.com/saser/index.htm -it's the windows media player one - see if it works.thanks for helping out. Quote
alexander Posted December 8, 2004 Report Posted December 8, 2004 it is there on the page, but firefox does not have a plugin for it, i would change the format of that video to .mpeg so 90 percent of users can view it or at least downoad it and then play it, i understand that it might be a little bigger than the .rm, but at least you sould be able to see the thing playing. IE blocked it, and i can't find any program to play that .rm file, but there's nothing wrong with that embed statement... Quote
TINNY Posted December 8, 2004 Author Report Posted December 8, 2004 Are you sure there's nothing wrong with the embed statement? I'm trying to do both: .wmv and .rm]How come firefox does not have the plug-in? It should be the RealPlayer right? The problem is the same with IE. Quote
alexander Posted December 8, 2004 Report Posted December 8, 2004 ok, firstly you need to have quicktime installed to view the movie (because embed is a quicktime invoking command), secondly, you need to make sure you follow the right format with embed. <embed src="movie.mov" height="actual height + 16px if you want controller controls" width="actual width" cache="true"(for caching) controller="true"(for controls if you want to, default is false) kioskmode="false" (unless you dont want people be able to download the movie)>. And the other thing is try using .mov format for your movie. Or another way out is just to provide a link so people can download the movie and view it at their convenience. Best way is to do both... Quote
TINNY Posted December 9, 2004 Author Report Posted December 9, 2004 Oh Alex, you're so helpful and resourceful you know. :wink: Quote
TINNY Posted December 9, 2004 Author Report Posted December 9, 2004 there are many converters out there, dont need to buy quicktime pro to do this you know...http://www.tomdownload.com/multimedia_design/video/mpeg_converter_mov_converter_mpg_converter.htmhttp://www.mp3towav.org/video-converter.asphttp://www.hotscripts.com/search/1518780.htmlhttp://www.eo-video.com/None of the converters were what I needed because they all convert to mpeg and avi. Only qucktime pro worked (I didn't buy though - got from warez). So Tormod, your suggestion of getting quicktime pro really helped. :wink: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.