sowmithrii Posted December 1, 2007 Share Posted December 1, 2007 can anyone help me how i can allow my site users to stream the videos in my database. and i want to provide download facility. how can i achievve that. and is it possible to allow the users to upload their own videos to my database... Link to comment https://forums.phpfreaks.com/topic/79655-online-streaming-help/ Share on other sites More sharing options...
The Little Guy Posted December 1, 2007 Share Posted December 1, 2007 flash videos or other video formats? Link to comment https://forums.phpfreaks.com/topic/79655-online-streaming-help/#findComment-403416 Share on other sites More sharing options...
sowmithrii Posted December 1, 2007 Author Share Posted December 1, 2007 not flash videos.... mostly .divx, .avi, .... and so ? pls dont give me some links ...... that makes me read a lot... if u have some solution pls give me that. Link to comment https://forums.phpfreaks.com/topic/79655-online-streaming-help/#findComment-403480 Share on other sites More sharing options...
Wes1890 Posted December 1, 2007 Share Posted December 1, 2007 pls dont give me some links ...... that makes me read a lot... if u have some solution pls give me that. ...you're never getting nowhere with that attitude just so you know.. reading is how you learn Link to comment https://forums.phpfreaks.com/topic/79655-online-streaming-help/#findComment-403581 Share on other sites More sharing options...
The Little Guy Posted December 1, 2007 Share Posted December 1, 2007 <OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject"> <PARAM NAME="FileName" VALUE="videofilename.wmv"> <PARAM name="ShowControls" VALUE="true"> <param name="ShowStatusBar" value="false"> <PARAM name="ShowDisplay" VALUE="false"> <PARAM name="autostart" VALUE="false"> <EMBED TYPE="application/x-mplayer2" SRC="videofilename.wmv" NAME="MediaPlayer" WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED> </OBJECT> http://www.mediacollege.com/video/format/windows-media/streaming/ Link to comment https://forums.phpfreaks.com/topic/79655-online-streaming-help/#findComment-403615 Share on other sites More sharing options...
sowmithrii Posted December 2, 2007 Author Share Posted December 2, 2007 hei.. what is this code related to.. i dint find any explanation or any message in your reply.. dint u add some. pls give me some description of that code Link to comment https://forums.phpfreaks.com/topic/79655-online-streaming-help/#findComment-404004 Share on other sites More sharing options...
HaLo2FrEeEk Posted December 2, 2007 Share Posted December 2, 2007 You have to have a streaming server set up, some hosts will allow you to set up a streaming server, some won't, it all depends on your host. Link to comment https://forums.phpfreaks.com/topic/79655-online-streaming-help/#findComment-404047 Share on other sites More sharing options...
Trium918 Posted December 2, 2007 Share Posted December 2, 2007 bump Link to comment https://forums.phpfreaks.com/topic/79655-online-streaming-help/#findComment-404060 Share on other sites More sharing options...
HaLo2FrEeEk Posted December 2, 2007 Share Posted December 2, 2007 I already answered your question, unless you have a streaming server, php won't help you. Link to comment https://forums.phpfreaks.com/topic/79655-online-streaming-help/#findComment-404084 Share on other sites More sharing options...
sowmithrii Posted December 2, 2007 Author Share Posted December 2, 2007 thanks man your code helped me a bit.. let me try it first.. i will let u know my status.. Link to comment https://forums.phpfreaks.com/topic/79655-online-streaming-help/#findComment-404332 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.