Raised This Month: $51 Target: $400
 12% 

[ANY] Radio v2.0.0.8 FINAL (21/08/2017)


Post New Thread Reply   
 
Thread Tools Display Modes
dubbeh
Senior Member
Join Date: Jul 2007
Old 11-23-2016 , 03:42   Re: [ANY] Radio v2.0.0.3 (20/11/2016)
Reply With Quote #491

Hey, Will try and find out what's causing this over PM.

Edit:
Going to test out your setup and mod type today and see what could be creating the leaks. Then update if I find anything.

Me and Neuro Toxin checked over the code and their shouldn't be any leaks, so I'm a little bit stumped to say the least xD. Even with multiple fail-safes.
__________________
SM Plugins - dubbeh.net - Plugin requests are welcome

Last edited by dubbeh; 11-23-2016 at 03:55.
dubbeh is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 11-23-2016 , 04:13   Re: [ANY] Radio v2.0.0.3 (20/11/2016)
Reply With Quote #492

Looks like the newest version fixed the lag problems once again. Good job, although I noticed some stations don't play music anymore.
cravenge is offline
dubbeh
Senior Member
Join Date: Jul 2007
Old 11-23-2016 , 16:56   Re: [ANY] Radio v2.0.0.3 (20/11/2016)
Reply With Quote #493

Thanks, some of the stations might be geo-blocked, especially in places like the phillippines.
__________________
SM Plugins - dubbeh.net - Plugin requests are welcome

Last edited by dubbeh; 11-23-2016 at 16:56.
dubbeh is offline
dubbeh
Senior Member
Join Date: Jul 2007
Old 12-19-2016 , 13:24   Re: [ANY] Radio v2.0.0.4 (19/12/2016)
Reply With Quote #494

Managed to change the internal Radio storage from Dynamic to a mirrored ArrayList which fixes the memory leaking. It’s nothing fancy but does the job perfectly fine, will love some beta testing of this version and report back if you have any issues.


Huge thanks also to Miha And Tema for Russian and German translations.


Grab the latest version from the base post, no need to update if utilising Updater, it will auto-download eventually.
__________________
SM Plugins - dubbeh.net - Plugin requests are welcome
dubbeh is offline
dubbeh
Senior Member
Join Date: Jul 2007
Old 12-20-2016 , 08:24   Re: [ANY] Radio v2.0.0.5 (20/12/2016)
Reply With Quote #495

Got another small update to Radio that fixes a couple of bugs with the menu handles.
The ShoutCast custom mode without stations, was applying entries to an incorrect menu (Not even sure how this happened to begin with xD), which is now fixed.
Fixed another long standing issue with ShoutCast mode and not utilising the top 500 correctly inside the base menu.


Make sure to update to this version for a stable gaming experience.
__________________
SM Plugins - dubbeh.net - Plugin requests are welcome
dubbeh is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 12-20-2016 , 09:14   Re: [ANY] Radio v2.0.0.5 (20/12/2016)
Reply With Quote #496

Quote:
Originally Posted by dubbeh View Post
...update...
Yay, 1st beta tester. d(^_^)b. Took long enough but who cares anyways?

So, the memory leaking and incorrect menu handling bugs are now fixed. Other than that, it works perfectly and finer than the last one.
cravenge is offline
dubbeh
Senior Member
Join Date: Jul 2007
Old 12-20-2016 , 11:56   Re: [ANY] Radio v2.0.0.5 (20/12/2016)
Reply With Quote #497

Thanks, Spent quite a bit of time trying to debug Dynamic and really busy in the run up to Christmas xD.

Might reintroduce Dynamic later down the line, but feel like It's unecessary right now and would have to revert a huge amount of code changes.
__________________
SM Plugins - dubbeh.net - Plugin requests are welcome

Last edited by dubbeh; 12-20-2016 at 11:56.
dubbeh is offline
mustafaneta
Junior Member
Join Date: Dec 2016
Old 12-21-2016 , 20:51   Re: [ANY] Radio v2.0.0.5 (20/12/2016)
Reply With Quote #498

hi guys I'm Turkey
I Add radio channel http://tunein.com/radio/Top-Turkce-Pop-p400095/
how configirations ?
mustafaneta is offline
dubbeh
Senior Member
Join Date: Jul 2007
Old 12-22-2016 , 09:02   Re: [ANY] Radio v2.0.0.5 (20/12/2016)
Reply With Quote #499

Hey,

Easiest way on TuneIn.com - Install Firefox with FireBug.

Make sure to activate Firebug, by clicking on the bug icon in the top right of the browser. Once it's activate, you'll see an extra window pop-up in the bottom showing lots of information.

You have at the bottom of the browser an extra window containing [ Console - HTML - CSS - Script - DOM - Net - Cookies ]

Select Net from the first tab and look in the list for "GET icecast.audio?" or "GET tunein" - These are the Stream URLs that look something like - http://195.142.3.82/power/PowerTurk_.../icecast.audio or http://195.142.3.50/power/PowerTurk_.../icecast.audio.

Once you have that data you might need to do a bit of testing inside the rvw.html page to see which one loads the audio correctly. But from the links we can tell they're using IceCast which tends to not need the "/;" on the end of the stream link - run a small test on the wrapper page with:

rvw.html?url=http://195.142.3.82/power/PowerTurk_mpeg_128_home/icecast.audio

After a bit of trial and error working which out link loads the station stream correctly, we can start making a config file for radio. This is an example using a very basic setup with 2 stations. One using AAC and another for the MP3 stream:

Code:
"Radio Stations"
{
    "Off Page"        "about:blank"
    "Volume Wrapper"    "https://radio.dubbeh.net/rvw.html"
    "Volume Track Query"     "https://radio.dubbeh.net/trackquery.php"
    "Use Genres"        "0"
    
    "POWERTÜRK 128k AAC"
    {
        "Stream URL"    "http://195.142.3.50/power/PowerTurk_aac_128_tunein/icecast.audio"
    }
    "POWERTÜRK 128k MP3"
    {
        "Stream URL"    "http://195.142.3.82/power/PowerTurk_mpeg_128_home/icecast.audio"
    }
}
Now you need to save the file as either radiovolume.txt or shoucastcustom.txt depending on play type inside addons\sourcemod\configs\.

If you need anymore help, give me a shout.
__________________
SM Plugins - dubbeh.net - Plugin requests are welcome
dubbeh is offline
durinn
Junior Member
Join Date: Dec 2016
Old 12-26-2016 , 02:54   Re: [ANY] Radio v2.0.0.5 (20/12/2016)
Reply With Quote #500

"Radio Stations"
{
"Off Page" "about:blank"
"Volume Wrapper" "https://radio.dubbeh.net/rvw.html"
"Shoutcast Player" "https://radio.dubbeh.net/index.php"
"ShoutCast Version" "1482166187"
"Use Genres" "0"

"Dance Wave! (128K)"
{
"Station ID" "1576"
}
"Sleep Radio Stream (128K)"
{
"Station ID" "1487"
}
}

in radioshoutcast.txt I quote only those stations, but after a server restart or after some time, they are updated again, as they were again, becoming a complete list
how to fix it to have always been the only two stations?
and how fixed a music playback, when you come into the lobby?, she still plays and during alt+tab

Last edited by durinn; 12-26-2016 at 03:12. Reason: edit
durinn is offline
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 -4. The time now is 09:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode