natural_orange Posted December 16, 2007 Share Posted December 16, 2007 Hey Guys! I made an app in VB.NET that uses the VLC activeX component to play the Hak5radio stream as well as tell you the current song and how many people are listening! Requirements: - .NET Framework 2.0 Download Here - VLC Installed Download Here I don't have a place to host it right now so all I can do is tease you with a screenshot. If you know of a place to host this or you can host it please leave a post here or pm me. SomeoneE1se is hosting it! Thank You! http://arch.kimag.es/share/11453715.jpg[/img] Next I will add notification on either new song or when someone starts streaming, or both. Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted December 16, 2007 Share Posted December 16, 2007 Hosted at http://propwned.org/temp/hak5/Hak5radioPlayer.zip Quote Link to comment Share on other sites More sharing options...
Swanny14 Posted December 17, 2007 Share Posted December 17, 2007 Any chance for this to be mac compatible? Quote Link to comment Share on other sites More sharing options...
deleted Posted December 17, 2007 Share Posted December 17, 2007 Any chance for this to be mac compatible? Yeah, or should I just make one? Quote Link to comment Share on other sites More sharing options...
natural_orange Posted December 18, 2007 Author Share Posted December 18, 2007 I don't plan on making a Mac Compatible one. Quote Link to comment Share on other sites More sharing options...
The_PHP_Jedi Posted December 18, 2007 Share Posted December 18, 2007 I CAN HAZ LINUX PORT? :D Quote Link to comment Share on other sites More sharing options...
K1u Posted December 18, 2007 Share Posted December 18, 2007 I CAN HAZ LINUX PORT? :D There is none since they decided to code it in VB. :'( Quote Link to comment Share on other sites More sharing options...
natural_orange Posted December 18, 2007 Author Share Posted December 18, 2007 http://img207.imageshack.us/img207/1767/hak5radio2eb5.jpg[/img] The next version is on the way.... I just need to work out some of the bugs. Quote Link to comment Share on other sites More sharing options...
jollyrancher82 Posted December 18, 2007 Share Posted December 18, 2007 I CAN HAZ LINUX PORT? :D There is none since they decided to code it in VB. :'( http://www.mono-project.com/Main_Page Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted December 18, 2007 Share Posted December 18, 2007 http://img207.imageshack.us/img207/1767/hak5radio2eb5.jpg[/img] The next version is on the way.... I just need to work out some of the bugs. once you get that version working hit me up on IRC and I'll host it Quote Link to comment Share on other sites More sharing options...
DLSS Posted December 18, 2007 Share Posted December 18, 2007 it emediately gives me this :( (on win xp pro x64) Quote Link to comment Share on other sites More sharing options...
natural_orange Posted December 19, 2007 Author Share Posted December 19, 2007 Since TomB closed his web page I have no efficient way of getting the stream information. I either need access to the /admin/stats.xml file on the hak5radio server or way to get the stream information from VLC, which is gonna be hard because the documentation is a bit sparse. Quote Link to comment Share on other sites More sharing options...
mubix Posted December 19, 2007 Share Posted December 19, 2007 http://www.hak5radio.com/stats.php provided for your coding pleasure. Also, if you wish to fix the code, since it is borked a little on polling certain fields, I wouldn't mind the help. http://www.hotscripts.com/Detailed/62606.html Quote Link to comment Share on other sites More sharing options...
jollyrancher82 Posted December 19, 2007 Share Posted December 19, 2007 mubix, the_php_jedi has the code I wrote to get the stats correctly. Quote Link to comment Share on other sites More sharing options...
natural_orange Posted December 20, 2007 Author Share Posted December 20, 2007 theres something wrong with that it repeats the same block of info like 6 times <server_name>Hak5Radio -<br> //MISSING </server_name> $title = <audio_info>ice-samplerate=44100;ice-bitrate=128;ice-channels=2</audio_info> <bitrate>128</bitrate> <genre>Various</genre> <ice-bitrate>128</ice-bitrate> <ice-channels>2</ice-channels>< ice-samplerate>44100</ice-samplerate> <listener_peak>3</listener_peak> <listeners>3</listeners> <listenurl>http://hak5radio.com:8000/listen.mp3</listenurl> <max_listeners>unlimited</max_listeners> <public>1</public> <server_description>total bullshit songs you hate.</server_description> anyway you could just make seperate pages for server_description, server_name, listeners. With the only thing on the whole page is just that. For some reason that broken tag seems to break vb.net's html parsing Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.