Webplayer-How to put one divx player on my website and link all vids

6 replies [Last post]
grunzy
grunzy's picture
User offline. Last seen 3 years 38 weeks ago. Offline
Joined: 03/01/2008
Posts: 2

With the demise of Stage 6, decided to host my own videos from now on. However, dont want to have to put multiple players on my site to host the different videos. Does anyone know how to just have one player on the page and link all my videos on my server to this, by for example just clicking a link on the page??? Help

Here is a copy of my site that I just got up and running oooh about an hour ago, but notice...I have mulitple players on one page, which doesnt seem to be the right way to do this.

http://98.130.103.171/

mpmeldal
mpmeldal's picture
User offline. Last seen 8 weeks 3 days ago. Offline
Joined: 03/22/2010
Posts: 10
Design you asked for

Hi,

Please look at my recent post, it may be what you are looking for:

http://labs.divx.com/node/15786

Mpm

shawanda1
shawanda1's picture
User offline. Last seen 1 year 38 weeks ago. Offline
Joined: 05/03/2010
Posts: 4
I have a DIVX video. I need it to be viewed via my website

I want visitors to automatically view the video and option to download it. I don't want them to have to download a player to view it. Below is the kind of server that host my website. Do I need to download the webplayer (if so then what?) Do I need to stream it (If so, how?) Do you have step by step instructions? Thank you

Parallels Plesk Panel
Plesk AutoUpdate 9.300.3643.11740
Plesk Backup Utilities 9.3.0
Plesk for Windows 9.3.0

Microsoft SQL Server 9.00.3042.00
MySQL 5.0.45

JDK 1.5
Apache Tomcat 5.5.4

Plesk Agent 1.6.0.2
Web Scripting
ASP 7.0.6002.18005
ASP.NET 2.0.50727.0
FastCGI Support 7.0.6002.18005
Perl v5.8.8 built for MSWin32-x86-multi-thread
PHP 4.4.7
PHP 5.2.6
Python 2.5.0.0
SSI 7.0.6001.18000
MySQL Web Admin
phpMyAdmin 2.11.6
Microsoft SQL Web Admin
ASP.NET Enterprise Manager 0.1.3
myLittleAdmin 2000 2.0 lite r.096, 2000 2.7 r.126, 2005 3.2a SSL Wrapper
stunnel 4.07
Web Publish
Web Server
Microsoft IIS 7.0

DivX Plus Web Player

If your plan is to serve videos in DivX/AVI or DivX Plus MKV format, your visitors will need to install a browser plug-in to view them: the DivX Plus Web Player. Simply upload the AVI or MKV to your server and try out our code generator here:
http://labs.divx.com/WebPlayerCodeGenerator

Paste that code into an HTML page on your server and see how it performs.

We have full documentation here:
http://developer.divx.com/docs/DivX_Web_Player/

And let us know if you need any more help.

shawanda1
shawanda1's picture
User offline. Last seen 1 year 38 weeks ago. Offline
Joined: 05/03/2010
Posts: 4
How to play a DIVX movie on my website automatically

Can I get the movie to play just like it does on this page with little to no download for a viewer?
http://developer.divx.com/docs/DivX_Web_Player/
I am not a developer I love the quality of the divx movie and would like to place on on my web page. The instructions a hard read for me. I am not familiar with WMI configuration. Basically i am using an CMS that does not support my .divx extention so i am looking for a work around. I do have access to my server. Can I host the player so the view doesn't have to download?

jososign
jososign's picture
User offline. Last seen 3 years 27 weeks ago. Offline
Joined: 03/01/2008
Posts: 2
Groups: None
Too easy...

Grunzy-

There's a lot of ways to get that done. The easiest is to use options in a list box. All the details in a well written PDF included in the following.

http://download.divx.com/player/DivXWebPlayer_WebmasterSDK.zip

Many thanks to the creator for the guides.

Here is a how I get items from SQL... sloppy but hey....

If you read the SDK you will find a ton of ways to do it although php/sql may be overkill.

Choose a video to play:

<?php
do {
?>
<?php echo $row_Recordset1['file']?>"<?php if (!(strcmp($row_Recordset1['file'], $row_Recordset1['file'])))?>><?php echo $row_Recordset1['file']?>

....later on there is a while. opennewmovie() is exampled in the sdk. Have fun.

grunzy
grunzy's picture
User offline. Last seen 3 years 38 weeks ago. Offline
Joined: 03/01/2008
Posts: 2
Thank you for getting back

Thank you for getting back to me with this. Dont know enough about HTML, not sure what to do with this information to be honest. Am fairly new to this, the last website I had I used all the sitebuilder tools that came with the host. (lycos/tripod), it appears anyways, that the sitebuilding tools with my new host/server through IXwebhosting is somewhat limited. Thank you, I will see what I can do with this.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.