Radio and TV Player

MobileHacks

New Member
This will add a fully featured Radio and TV Streaming Player with stations library to your forum.

Features:
- Users can add / delete / edit own stations (controlled by usergroup permissions)
- Users can have a favorite stations list
- Report broken / duplicate stations links
- Totally coded in AJAX (no page reloads)
- Plays Windows Media Player, Real Player and Quicktime streams
- Shows user's favorites and last played station in profile page
- and much more...

This mod is "Re-usable Code", meaning you can modify and release your modified version.
 
User, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
That is always what i see, when i try to go Radio and TV. Please help. . . TY
 
for others who may also be experiencing this problem, the solution is simple

AdminCP - Usergroups

Edit; Radio and TV Player; Modify permission.
 
High Definition said:
Want to know the same thing..Can it play shoutcast radio also??
Yes it can, you should be able to set the opening stream in the admincp to the shoutcast stream.
 
got it now like this here in the attachment...
how do i change the colour cuz its blue and hover light blue?
and left to RADIO and TV there is a separator now, where can i remove that?
and the auto play i cant disable?

thx in advance!

generally it works good, thx!!
 
anybody pls help i just installed this mod radio and tv
wen i tried to change the station its not changing no reaction pls help me ?
 
stripe said:
got it now like this here in the attachment...
how do i change the colour cuz its blue and hover light blue?
and left to RADIO and TV there is a separator now, where can i remove that?
and the auto play i cant disable?

thx in advance!

generally it works good, thx!!


plz help, thx :)
 
stripe said:
got it now like this here in the attachment...
how do i change the colour cuz its blue and hover light blue?
and left to RADIO and TV there is a separator now, where can i remove that?
and the auto play i cant disable?

thx in advance!

generally it works good, thx!!


I had the same problem. This is what I did.

<td class="tcatfont"><a href="javascript:openRadioAndTV()">$vbphrase[rs_radiostations]</a></td>

My Link above. the part that shows <td class="tcatfont"> is were I changed it. the tcatfont is the font and color for my skin. so look at yours, compare the links that surrounds this link, and make the changes.

How to stop auto play.... Im still looking.

Later
FZ
 
Thanks for the script, I have installed and working fine,Added channels tv and Radio But
Only thing is i cant change channel from list ,Any Idea whats wrong
Thank you
 
getting error when i am adding product

Code:
Database error in vBulletin 3.8.0:

Invalid SQL:
CREATE TABLE `radiostation` (
`stationid` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`name` VARCHAR( 150 ) NOT NULL ,
`url` VARCHAR( 150 ) NOT NULL ,
`addedby` INT( 10 ) NOT NULL ,
`dateadded` INT( 10 ) NOT NULL ,
`played` INT( 10 ) NOT NULL DEFAULT '0',
`description` TEXT NULL ,
`categoryid` INT( 10 ) NOT NULL DEFAULT '0'
) ENGINE = MYISAM ;;

MySQL Error   : Table 'radiostation' already exists
Error Number  : 1050
Request Date  : Sunday, May 17th 2009 @ 09:04:20 AM
Error Date    : Sunday, May 17th 2009 @ 09:04:20 AM
Script        : http://www.**********.com/admincp/plugin.php?do=productimport
Referrer      : http://www.***********.com/admincp/plugin.php?do=productadd
IP Address    : 116.71.75.128
Username      : ******
Classname     : vB_Database
MySQL Version : 5.0.41-community-log
 
Back
Top