Native Radio V2 - Flash player

Steamcast is a stand alone server that combines the features of SHOUTcast and Icecast2 and more to make one mega awesome server.
Post Reply
arielf
Posts: 5
Joined: Fri May 08, 2009 12:37 pm

Native Radio V2 - Flash player

Post by arielf »

Hi, I am trying to configure the flash player, and the truth is that buffering is on, not connected, streaming, someone can tell me if it works against steamcast?

http://blog.codingexpert.de/?p=66 Native Radio
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Re: Native Radio V2 - Flash player

Post by Jay »

In order to get steamcast to work with flash you will need to use the SourceRawKey feature

Code: Select all

; SourceRawKey: Set this variable to the key you would like passed in a parameter string to access
; the raw data stream in HTTP form.  This is great for things such as Flash.  If you use the example
; below then access to the raw data stream (unprotected by user-agent filters) can be obtained by passing
; http://localhost:8000/mountname.mp3?rawdata to the player, as always substitute the address with your
; specific implementation.  Leaving this option blank or commented disables this capability.
; SourceRawKey=rawdata
- Jay
board
Posts: 11
Joined: Thu Jan 18, 2007 12:05 pm

Re: Native Radio V2 - Flash player

Post by board »

Look into this thread:

http://forums.radiotoolbox.com/viewtopi ... =14&t=1852

Some I wrote... and yes Jay, when I'm at home I'll link the source :D lol (when do you come up with the next version of steamcast? Need help?)

Cheers!
DJByte
Posts: 1
Joined: Fri Aug 21, 2009 1:25 pm

Re: Native Radio V2 - Flash player

Post by DJByte »

Could someone help me ??? I've NATIVE player and works fine but i need to personalize..Size, colors..ecc..ecc
Please help me !!!

var so = new SWFObject("nativeradio2.swf", "nativeradio", "400", "200", "10", "#cccccc");
so.addParam("scale", "noscale");
so.addVariable("swfcolor", "2c85c7");
so.addVariable("swfstreamurl", "server4.myshoutcast.de:9016");
so.addVariable("swfpause", "0");
so.write("flashcontent");

I wanna know if i can use others variables.. What scale No sclae means ...

Thanks, Stefano Malaisi.
Post Reply