rejetto forum

HFS-Clean-EN video share and video encoding

0 Members and 1 Guest are viewing this topic.

Offline mysoogal

  • Tireless poster
  • ****
    • Posts: 127
    • View Profile
 ;D hi all, I'm trying to add a divx web player into this theme called HFS-Clean-EN

i've changed few things to suit my needs, i'm using dr divx 2.0 to auto encode uploaded videos in upload folder when encode completes, video gets moved into encoded

now inside this encoded folder is the video.divx is there a way to popup maybe a highslide window with divx player inside linking the location of the video ?

this is my only problem right now. i can't figure how to use external themes i only the html.  :)

if i knew how to use external themes i will probably figure it out and extend this theme to be a video sharing website :D

right now this theme is able to let users upload video, video gets encoded automatically and gets moved to encoded folder. thats about it :d

shame about no progress bar for encoding with HFS. dr divx does provide CLI funtions but im not sure how to add this type of thing together with HFS.


anyway. if anybody wants to help me out, please do i really like to add divx web player with highslide script or lightview or lightbox script  ;D


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
To be honest, if you are re-encoding anyway, re-encode to .MP4 H264, and use a flash player. The divx web player doesn't have much support now, after the fall of stage6.com. I will be releasing my own player as soon as our new website goes live.

Our templates also have built in video and preview box, which will be updated the same time as the new player.


Offline mysoogal

  • Tireless poster
  • ****
    • Posts: 127
    • View Profile
To be honest, if you are re-encoding anyway, re-encode to .MP4 H264, and use a flash player. The divx web player doesn't have much support now, after the fall of stage6.com. I will be releasing my own player as soon as our new website goes live.

Our templates also have built in video and preview box, which will be updated the same time as the new player.

sounds good, the divx web player does support h264 now, inside mkv container. there is also divx web player SDK but since i hate that divx logo on the player im going to forget about this divx player.

i'm trying to add the vlc activeX player :D open source and works on linux and windows  ;D

if you are changing players. could you please try the vlc activeX plugin :D here is a sample im also working with http://code.revolunet.com/VLCobject/EN


the only problem i've been having is, when the video url are shown ! i need to wrap this thing around the video so it lunchs to vlc player

Code: [Select]
[b]<a href="#" onClick="vlc_controls.play('http://127.0.0.1/videos/example.ogm')"> title example </a>[/b]