Marijnvb
%Europe/Berlin %528 %2010, 12:41
Hallo,
Met behulp van AS3 heb ik een FLV component in mijn stage geplaatst met als bron een RTMP stream. Het is de bedoeling dat ik een kleine swf maak die ik lokaal zal draaien met daarin een stukje tekst en daarnaast een live stream.
Als ik de flash publiceer en de SWF start krijg ik een beveiliging waarschuwing.
Adobe Flash Player has stopped a potentially unsafe operation.
The following loval application on your computer or network:
c:\......\video.swf
is trying to communicate with this internet-enabled location:
<ip adres van media server>
To let this application communicate with the Internet, click Settings.
You must restart te application after changing your settings.
Ik heb geprobeerd om via de Adobe Flash Player Settings Manager > tabblad: Global Security Settings het ip adres toe te voegen. Dit werkte helaas niet, ook niet als ik de volledige URL van de RTMP stream toevoeg.
Als ik in flash kies voor publish preview (ctrl + enter) speelt de stream gewoon af.
var video:FLVPlayback = new FLVPlayback();
video.volume = 0.7;
video.load("rtmp://<ipserver>/live/livestream");
video.isLive = true;
video.play();
addChild(video);
Weet iemand hoe ik een rtmp stream kan toevoegen aan de Global Security Settings? Of een andere oplossing?
Alvast hartelijk dank!
Met behulp van AS3 heb ik een FLV component in mijn stage geplaatst met als bron een RTMP stream. Het is de bedoeling dat ik een kleine swf maak die ik lokaal zal draaien met daarin een stukje tekst en daarnaast een live stream.
Als ik de flash publiceer en de SWF start krijg ik een beveiliging waarschuwing.
Adobe Flash Player has stopped a potentially unsafe operation.
The following loval application on your computer or network:
c:\......\video.swf
is trying to communicate with this internet-enabled location:
<ip adres van media server>
To let this application communicate with the Internet, click Settings.
You must restart te application after changing your settings.
Ik heb geprobeerd om via de Adobe Flash Player Settings Manager > tabblad: Global Security Settings het ip adres toe te voegen. Dit werkte helaas niet, ook niet als ik de volledige URL van de RTMP stream toevoeg.
Als ik in flash kies voor publish preview (ctrl + enter) speelt de stream gewoon af.
var video:FLVPlayback = new FLVPlayback();
video.volume = 0.7;
video.load("rtmp://<ipserver>/live/livestream");
video.isLive = true;
video.play();
addChild(video);
Weet iemand hoe ik een rtmp stream kan toevoegen aan de Global Security Settings? Of een andere oplossing?
Alvast hartelijk dank!