|
Kroax (Media player)
|
| Domi |
Posted on 12/12/11 07:41
|

Venue Admin

Posts: 147
Joined: 24/08/05
|

-- View this Addon --
You can upload own movies or add external urls, search, get a random movie per click and we have a random movie panel with thumb view & scroller to show latest movies.
You can use it to stream external media to your site with the .stm
code.
Add google & youtube (any video that allow embeding) with the builtin embed function.
flv,swf & mp3 is supported by playlist´s, if you plan to use more formats we recommend playlist options off while favourites still will work.
Kroax will automaticly play any mp3´s added and show a default picture for it in the lists, ,if you add mp3´s to your favourites you can also launch a playlist from there.
Users can switch between thumbview or detailed listview while browsing.
Users can send selected movie link to friend´s.
Users can comment on every movie.
Users can search the movie database.
Users can vote on every movie with stars showing average votes.
Users can report broken links on selected movies.
Users can upload their own links.
Users can upload their own movies.
Unlimited Subcategory´s support.
You can choose to have it embeded on your site or have popups.
You can choose width & height for images, the resize will follow your settings, default is 150/85.
You can either list a nice gallery showing all your movie albums or show the latest,default images for albums is provided thanks to utadexter.
Uploaded thumbs will autoresize, (png,gif,jpg)
It have a hit counter on every movie with date & uploader.
Access to categories / individual items can be set based on fusion group access system (user groups).
Admin gets PM on reports & uploads and a nice admin interface for checking and testing the incomming movies or reported bad urls.
Native mp3 playback support.
Auto dump unlimited amount of movies / music / images to your database instantly with the autoloader.
Just about everything is optional via a nice settings page.
If you have a stream link you can add it like http://adress:port.stm
Changelog 7.6 :
Updated to work with latest Youtube encodeings, added a check and a fallback if the video is deleted on Youtube.
Added a check for existing videos and all fall if they dont exist.
Added complete category listing in the main droppbox.
kroax.php is now W3C valid
kroax center panel is now W3C valid
kroax latest panel is now W3C valid
And some more ... i deleted the changelog so iam not sure /doh!
Changelog 7.5 :
Updated to work with latest youtube urlencodeings
Fixed some playlist issues and updated to support youtube videos aswell.
Youtube now always load in highres mode when useing the encode feature.
Fixed a comment bug in old system. (not sure if we gonna keep it as optional)
Added a completely new Ajaxed comment system where users also is allowed to delete their own posts.
Changed the stripos function to strpos in kroax administration so people on php4 wont haveto.
Added a css menu, it have two Admin selectable options, silver or black for light and dark themes.
Added so you can dump whole directories rather than selected files from one dir in autoloader. the editing of a default image remains if you do not have a default image name the same as the video in the thumbs directory.
Fixed so long names wont break the layout in thumbview, (trimmed down to 9 chars)
Added missing title entries to category browsing and latest panel.
Added so the visualization plugin gets loaded and displayed when a mp3 is played.
Added so we grabb Id3 info from a mp3 and put it in the related section.
The playing now swf will now show number of active viewers on a movie rather than 1337.
Reduced musicstream image to 150*150 default size.
Updated flv player to 4.3.132 (The 4.4 had a kinda anoying flashing watermark iam sure most is happy to not have), added a default skin
Download the skin you want from http://www.longtailvideo.com/addons/skins , unpack and place it in infusions/the_kroax/flash_flv_player/skins.
Open infusions/the_kroax/embed.php and search for bluemetal.swf and change to your downloaded skin name,it is listed several times.
To use original skin -just remove the complete skin line , search for skin in embed and you will find it , ill make some fancy setting for this later on but this version was urgent for Youtube functions.
If you want Google ads like we have here , open embed.php and find "Put google code" you can find it at 3 places.
KROAX MINI-FAQ
Q: Where do I begin?
A:
1. Upload files following directory structure in zip file
2. Infuse or upgrade
3. Admin > Infusions > The Kroax > Settings (here is an upgrade button too)
4. Create a category or multiple categories/subcategories etc.
5. Start adding your movies/music ...
Add any media with full paths/URLs.
If you add YouTube videos, paste the whole "http://www." address and end it with .999
(i.e. http://www.youtube.com/watch?v=jkjhNBBJHFGHVG24G.999)
And you will get JW flv customized player, which is included with Kroax. (Only avaialbe from 7.5>)
If you use the embed code that YouTube provides instead, you will get the YouTube player.
Add streams with the extension .stm
Q: I upload a video but only the directory path is shown in the administration, there is no video here.
A:
You need to chmod your upload/movies & thumbs directories so they are writable.
If you run a local server your temp dir also need's to be set in php.ini & be writeable.
Q: Kroax keep saying the Video dosent exist but they are there.
A:
Q: When I upload files from uploader it says my file exceed max allowed file size, but it is set to 2 GB in the files, how is that?
A:
The file upload is also controlled by max upload size in php.ini, if this size is lower than the file you try to upload you wont be able to upload.
Also in php.ini, you must set the values of post_max_size and max_execution_time correctly for what you are downloading. Consult http://www.php.net for more information.
Q: The description gets all compressed on my theme and detailed view.
A:
Unfortunately there are far too many available themes for us to prepare for them all. Some themes that have less overall width can cause problems with many infusions, including Kroax. You will need custom design/code work done to make Kroax fit in better with your desired theme.
You can sometimes make some improvement by opening kroax.php and removing the line that reads "require_once BASEDIR."side_right.php"; ". If you choose to have the videos embedded in your pages instead of playing in popup windows, you should make the same edit in embed.php.
In PHP-Fusion 7 you can simply go to Administration > System Admin > Main settings Find :Exclude Right Panels and set it to
infusions/the_kroax/kroax.php
infusions/the_kroax/embed.php
Q: I try to use .flv files but the flv player will not play them, the server also reports there is no file in that location, but the file is there. What is wrong?
A:
The MIME type is not set for your server.
The MIME type needs to be set to extension: .flv video/x-flv.
Q: YouTube will not play in flv player, why?
A1: The url encode scripts is only available from 7.5 >
A2:
You have to add the complete YouTube url with our custom extension since kroax bases its playback on what extension a file has. The extension for YouTube is .999 and it is added to the end of the URL.
(i.e. http://www.youtube.com/watch?v=2eCh2G8mWcM.999)
Q: Videos from Google and some other video sites will not play in flv player even though they are .flv files, why?
A:
We do not have a proper decode script for them. Use the embedded code feature for other sites, or the .998 extension for Google and other sites.
If you link from other sites and they don't encode their files to provide a full link with a file extension, you can just add the video with that full url and kroax will pick a suitable player for that format automatically.
Q: What if I can't change upload size & script timeout settings?
A:
Godaddy came up with a nice way to fix this.
Create a .htaccess file and set it like this:
Code#RewriteEngine On
php_value post_max_size 500M
php_value upload_max_filesize 500M
php_value max_execution_time 6000000
Put the .htaccess file in the_kroax/ directory.
Known problems :
If you run your site in a directory like
www.mydomain.com/php-files/
the .js scripts have issues, you need to hardcode all path´s in them to
www.mydomain.com/php-files/infusions/the_kroax/js.js etc
-- View this Addon --
Edited by Domi on 12/24/11 03:46
|
| |
|
|
| HighVoltage |
Posted on 12/14/11 16:36
|

Newbie

Posts: 2
Joined: 29/10/08
|
When I try to download the Kroax Media Player I get OnAir Panel instead. It sais the file size is 21kb on the addon page. It seems that wrong file has been attached. |
| |
|
|
| helmuth |
Posted on 12/14/11 19:46
|

Newbie

Posts: 3
Joined: 03/04/06
|
same happens for me ... |
| |
|
|
| Domi |
Posted on 12/14/11 21:46
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
You are correct i added onair there, alteast i got the screenshot right 
Its been updated, thank you! |
| |
|
|
| Ads |
Posted on 05/21/13 19:42
|
Bot Agent
Posts: n^x
Joined: Always
|
|
| IP: localhost |
|
|
| 0siris |
Posted on 12/18/11 20:21
|

Newbie

Posts: 3
Joined: 10/09/07
|
Great Job on the Kroax just infused it onto our site but the random video panel doesn't show the video preview image but works fine when you click the video?
Any ideas
All Thanks In Advanced |
| |
|
|
| Domi |
Posted on 12/19/11 16:42
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
Heya, give full url address to the images. |
| |
|
|
| 0siris |
Posted on 12/21/11 17:43
|

Newbie

Posts: 3
Joined: 10/09/07
|
Heya Domi,
Sorry for the late response I think what your looking for is www.rollingstoner.tv/images ???
Thanks & Regards |
| |
|
|
| Sony |
Posted on 12/23/11 13:23
|

Newbie

Posts: 1
Joined: 23/12/11
|
I get this in Error log:
edit :
Removed error log.
Edited by Domi on 12/23/11 15:01
|
| |
|
|
| Domi |
Posted on 12/23/11 15:02
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
You will have to live with them until v8, unless some other nice coder fixes every minor notices. |
| |
|
|
| graphick |
Posted on 01/22/12 22:23
|

Newbie

Posts: 1
Joined: 01/11/08
|
I have the folowing error:
Table 'kroax.fusionv47j7_kroax' doesn't existTable 'kroax.fusionv47j7_kroax' doesn't exist
Table 'kroax.fusionv47j7_kroax_kategori' doesn't exist |
| |
|
|
| 0siris |
Posted on 01/26/12 23:32
|

Newbie

Posts: 3
Joined: 10/09/07
|
Heya Domi,
Sorry for the late response I think what your looking for is www.rollingstoner.tv/images ???
Thanks & Regards
You will have to live with them until v8, unless some other nice coder fixes every minor notices.
So the blank picture on the movie panel can't be fixed? Iv'e noticed as well that the player doesn't work either 
Kind Regards |
| |
|
|
| Domi |
Posted on 01/27/12 12:44
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
Iam not sure what you mean there, give me an example.
They player do work just not the conversion from youtube to costume, that feature have been removed since it wasent legal. |
| |
|
|
| xrk10 |
Posted on 03/05/12 16:52
|

Newbie

Posts: 1
Joined: 23/09/08
|
I have the folowing error:
Table 'kroax.fusionv47j7_kroax' doesn't existTable 'kroax.fusionv47j7_kroax' doesn't exist |
| |
|
|
| vrider |
Posted on 03/15/12 15:36
|

Newbie

Posts: 1
Joined: 15/03/12
|
Is it possible to view o create a list of files uploaded by individual user?
If yes , then how :>? btw sorry for my bad english  |
| |
|
|
| Domi |
Posted on 04/22/12 08:07
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
Its been made for the next version of Member Pages along with a video gallery for that. |
| |
|
|
| Miroku |
Posted on 06/09/12 12:01
|

Newbie

Posts: 1
Joined: 09/06/12
|
Hi. I have a question. I use kroax 7.4, and i want create a movie database. How i do that videos included more category but URL-s does not change? |
| |
|
|
| Domi |
Posted on 08/09/12 19:01
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
I dont understand the question, please provide an example where you are trying this. |
| |
|
|
| jjwichter |
Posted on 08/12/12 00:20
|

Junior Member

Posts: 11
Joined: 28/03/06
|
I got the latest of this infusion 7.6 but it is not letting me add any media in admin or member mode. What is going on. I have the latest php fusion v7.02.05. When I try to upload a youtube in member mode it gives me this error.
"Incorrect integer value: '' for column 'message_id' at row 1Incorrect integer value: '' for column 'kroax_id' at row 1"
This happens in the popup window after I put the info in and hit next and it does not show in the request area. |
| |
|
|
| Domi |
Posted on 09/02/12 15:35
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
You seems to be getting alot of issues ive never seen before, it can be so that Kroax need a bigger rehaul with laters php and mysql versions.
I hope i can do it at some point. |
| |
|
|
| GhostDeath |
Posted on 09/07/12 11:41
|

Newbie

Posts: 1
Joined: 07/09/12
|
Hello.I have problems which I can not to deal, i want to add descriptions for movies .

How to add a description? |
| |
|