Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
XEON Series - vbFLV Streaming Video Player Details »»
XEON Series - vbFLV Streaming Video Player
Version: 1.1.0, by syrus.xl syrus.xl is offline
Developer Last Online: Apr 2016 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.10 Rating:
Released: 11-12-2006 Last Update: 11-19-2006 Installs: 81
Template Edits
Additional Files  
No support by the author.

XEON series ? The vbFLV Video Player


[ Click Here to see the DEMO ]

If you use this modification please click INSTALL - it shows your appreciation and I can notify you of updates, when they become available!

Release Date: 2006-11-13
Revision: 1.1 (see change log in this post). If UPGRADING from Revision 1.0 DO NOT overwrite any files, apart from the main player.swf
vBulletin versions compatible: Works on ANY - uses no MySQL

Features:
  • XML Based FLV Player
  • Single playlist population
  • Fade in/out over thumbnails
  • Auto-detect Normal or Widescreen video formats
  • Auto-detect Scroll-bar on if more than 5 videos in XML file
  • Optimized for vBulletin using a single ?conditional?
  • Optimized picture clarity/quality
  • Slide Scroll bar to view other movies
  • Uses javascript object embed for all known browser compatibility issues

Watermarked version details: *See second post below*

As many members requested, here at vbulletin.org, I designed this video player. It is XML driven, and the full vBulletin integrated version will be a commercial product, with many added features.
To compliment the XEON vbMp3 Player I brought you, the XEON series vbFLV Video Player, is another feature packed add-on. This is currently designed as a popup.

The vbFLV Video Player allows you to add unlimited video footage from various sources. There are no limits on FLV streaming, but you may wish to think about bandwidth consumption, if you intend to have very long movie clips. Note: most FLV clips are between 1-2Mb?s each, due to compression used. I would suggest you read these instructions carefully for no problems to occur, installation is fairly straight forward but setup will take longer.

Broadcast streaming video directly from your vBulletin forum.
You can encode your own movie files into the FLV format.
Use websites like www.keepvid.com to download any video from Google, YouTube, iFilm, and numerous other video websites. Visit www.keepvid.com for a full list.

Bandwith Consumption:
Due to design of this player and you will rarely find flv files around websites, the player is restricted to local flv files only. This was done by request, since most people that requested this modification wanted to play videos on their own websites, not on a global basis. If you have a large forum and huge video files, and only a small bandwidth limit I would not recommend you install this version.

Why FLV?
FLV is a widely used format for video/audio - and uses can be even interactive. No other video format comes close to these specifications - and the compression ratio will surpass anything around. In this tutorial you will be able to find the best compression ratio to use (the demo uses a 512k stream, which these days is quite adaquate for most users). Most video formats can be converted to the FLV format, I have listed a few places below where you can get free converters from.

What is FLV?
FLV is video format used by Flash, it is possible to take a 50Mb mpeg file and convert it to a 512k FLV stream, reducing the file size to around 10Mb. Giving you a high compression ratio of 5:1 in most cases. Is it more common on Google, YouTube, myspace, and many other video hosting websites.


Editing the XML file:
You can change all titles, descriptions, thumbnails and flv titles in the XML file. To edit it just right-click and select open with either Notepad, Wordpad or TextEdit (if you?re using a Apple).

Adding more videos:
Each video in the XML file is setup like this:
HTML Code:
<item>
<date>13 November 2006</date>
<descr><b>Example 3</b></descr>
<video>example3.flv</video>
<image>example3.jpg</image>
</item>
So, we have Date, Description, video_name.flv and video_name.jpg ? each videos detail is enclosed between < item > tags.


Thumbnails & Descriptions


Thumbnails:
These small images must be created in any graphics program (The player will work without these thumbnails). If you do wish to create these images then they should be of a maximum size (width=70 and height=50), making them all the same size does look better, if they don't show up make sure you have named them the same as the details in the XML file. Note they must be non-progressive jpg images.

Creating the Thumbnail Images:
You can easily create the images by playing the video you want the image for, pause it at the point where you would like the screenshot. Now Hold down the ALT key and Press PRT SCR ? this will take a screenshot of just the player, open any image program and select Paste. Crop the image and resize until it is no larger than 70x50 pixels, save as a jpg.

Description:
You can add short titles and dates to your videos (as shown in the screenshot and demo, this data is entered in the XML file.


Transcoding your movies to FLV format
[high]Free FLV Encoders:[/high]
http://rivavx.com/index.php?encoder&L=3 - Riva FLV Encoder
Transcodes AVI, MPEG, Quicktime, WMV and more codecs.

[high]Commercial FLV Encoders:[/high]
http://www.yaodownload.com/video-des...dersconverter/

[high]More FLV Encoders can be found here:[/high]
http://www.brothersoft.com/downloads/flv-encoder.html


Installation:
Upload the entire contents of the Upload folder into your forum ?root?. There are index.html files within the video and images folders, these are just directory protection files, so people cannot just browse your folders and download.

Note: If you have installed any previous releases by me, then you may receive an alert about overwriting the flashobject.js file ? this file hasn?t been changed at all, so you can skip or overwrite. DO NOT rename any files or folders; the player does have dedicated paths compiled which cannot be altered.

XML Setup:
Make sure you enter no paths, just the file names. The player has defaults set for images and video directories.

Template edit:
AdminCP -> Styles & Templates -> Navigation / Breadcrumb Templates -> navbar

Find:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

Add after:
Code:
<!-- vbFLV Player Start -->
<if condition="$show['member']">
<script type="text/javascript">
<!--

function Openvbflv(){
vbflv = window.open('vbflv.html','vbflv','directories=no,height=400,width=580,location=no,menubar=no,resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return Openvbflv()">FLV Player</a></td>
</if>
<!-- vbFLV Player End -->

KNOWN ISSUES: none

Change Log:
15/11/2006 - Player screen resize fixed
13/11/2006 - Initial Release

Future Improvements:
Limited, due to being a XML version. All major features will be incorporated in the commercial fully integrated vBulletin version, available soon, with plugins.


This modification is fully supported, and keep your eyes open for other flash-based modifications I release. More ?XEON series? based projects are planned, but probably will not be released until early next year!

Screenshots below show current version.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 11-14-2006, 02:19 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

now with that one do you offer branding fee? and whats the diff between the commercial and this version?
Reply With Quote
  #23  
Old 11-14-2006, 02:30 PM
patsalko patsalko is offline
 
Join Date: Nov 2002
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It will be cool to stream outside urls just like your MP3 player.

Right now, most people host their videos on external sites like youtube, or metacafe etc...
I think your hack should handle both local and external urls.

As it is, most people here dont have the bandwidth to host their own videos, so what's the point of having a hack they cant really afford to use because of bandwidth limitations?
Reply With Quote
  #24  
Old 11-14-2006, 03:18 PM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MissKalunji View Post
now with that one do you offer branding fee? and whats the diff between the commercial and this version?
There are many features on the commercial version, really no comparison to this release.

Just some of the included features:
  • Usergroup Permissions
  • Usergroup FLV upload (Host dependent)
  • Moderation on/off on uploads
  • PM Notification on Approved FLV's
  • Player uses multiple playlist (Named Lists)
  • 'On-the-fly' animated thumbnail creation of FLV
  • FLV's can be set to auto-add on upload (no need to enter titles)
  • Mass population by directory upload
Plus a host of other features...

At the moment its still in development, pending coding changes.

The actual player used on here is also changed, and the current player will be updated shortly.

Branding free will be offered, but as with all my products - branding fee also comes 'domain-locked' and incorporates other security features.
Reply With Quote
  #25  
Old 11-14-2006, 03:27 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
'On-the-fly' animated thumbnail creation of FLV
do you get to set how many frames?
Reply With Quote
  #26  
Old 11-14-2006, 03:42 PM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by patsalko View Post
It will be cool to stream outside urls just like your MP3 player.

Right now, most people host their videos on external sites like youtube, or metacafe etc...
I think your hack should handle both local and external urls.

As it is, most people here dont have the bandwidth to host their own videos, so what's the point of having a hack they cant really afford to use because of bandwidth limitations?
Sorry, but it was designed this way by members requests. There are many hacks for YouTube and Google, I don't think there are any, that use specialized players though, apart from the inline AnyMedia hack by Crist (not updated yet). I am looking at updating this hack to work with all browser configurations, and run under vBulletin 3.6.x and above.
Reply With Quote
  #27  
Old 11-14-2006, 03:44 PM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lionel View Post
do you get to set how many frames?
Hi Lionel,

No.. it works by showing a small version of the real video upon rollover - when clicked it then plays the full FLV.

Reply With Quote
  #28  
Old 11-14-2006, 05:15 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by syrus.xl View Post
There are many features on the commercial version, really no comparison to this release.

Just some of the included features:
  • Usergroup Permissions
  • Usergroup FLV upload (Host dependent)
  • Moderation on/off on uploads
  • PM Notification on Approved FLV's
  • Player uses multiple playlist (Named Lists)
  • 'On-the-fly' animated thumbnail creation of FLV
  • FLV's can be set to auto-add on upload (no need to enter titles)
  • Mass population by directory upload
Plus a host of other features...

At the moment its still in development, pending coding changes.

The actual player used on here is also changed, and the current player will be updated shortly.

Branding free will be offered, but as with all my products - branding fee also comes 'domain-locked' and incorporates other security features.

woohooo i cant wait! i'll install this in the mean time
Reply With Quote
  #29  
Old 11-14-2006, 06:11 PM
firstrebel's Avatar
firstrebel firstrebel is offline
 
Join Date: Dec 2005
Location: West London
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is one certainly to watch closely. Big potential here.

Bob
Reply With Quote
  #30  
Old 11-14-2006, 10:23 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what is the recommended flv dimensions so it fit perfectt in the window?
Reply With Quote
  #31  
Old 11-14-2006, 11:26 PM
4number8 4number8 is offline
 
Join Date: Nov 2004
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I have installed this and it seems to work great when viewing the video for the first time, than after you view it other times after that, it jumps up to the top left and can't be seen, you can only hear it. Has anyone else experienced this, or is it something in my browser that is causing this, because other users are not having any issues, but it does it in both firefox and IE. Thanks, nice hack.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:49 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05652 seconds
  • Memory Usage 2,333KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_html
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete