SA-MP Forums Archive
******* Streamer Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: ******* Streamer Help (/showthread.php?tid=355134)



******* Streamer Help - sciman001 - 29.06.2012

Hey, sorry to bother, but I can't bear to have this not work... look at this:

Код:
*******Stream(playerid, "http://www.youtube.com/watch?v=vJt9PTlgbDM");
It says that its streaming but I got 0 audio.... please help! My audio settings are at max and my game isn't muted. Thanks!


Re: ******* Streamer Help - [A]ndrei - 29.06.2012

Add this
Код:
*******StopStream(playerid);
below this
Код:
*******Stream(playerid, "http://www.youtube.com/watch?v=vJt9PTlgbDM");



Re: ******* Streamer Help - sciman001 - 29.06.2012

wont that stop the stream?

edit: didnt work...


Re: ******* Streamer Help - [A]ndrei - 29.06.2012

it will also give audio

EDIT:JUst check it.
EDIT2:if you have not downloaded the include here include for *******.inc here


Re: ******* Streamer Help - sciman001 - 29.06.2012

it didnt work


Re: ******* Streamer Help - [A]ndrei - 29.06.2012

download the *******.inc i put the site up there ^^

then add in the top of the script
Код:
#include <*******>



Re: ******* Streamer Help - sciman001 - 29.06.2012

i already did all that

edit: nothing seems to work... the command says that its stopping the stream before it starts ... even tho the code says that it stops after it starts like u said/.


Re: ******* Streamer Help - [A]ndrei - 29.06.2012

this is my last idead do this
Код:
*******Stream(playerid, http://www.youtube.com/watch?v=vJt9PTlgbDM);
check if that works...


Re: ******* Streamer Help - sciman001 - 29.06.2012

nada.

this:
Код:
*******StopStream(playerid);
*******Stream(playerid, "http://www.youtube.com/watch?v=vJt9PTlgbDM");
or this:
Код:
*******Stream(playerid, "http://www.youtube.com/watch?v=vJt9PTlgbDM");
*******StopStream(playerid);
?


Re: ******* Streamer Help - [A]ndrei - 29.06.2012

like this.
Код:
*******Stream(playerid, http://www.youtube.com/watch?v=vJt9PTlgbDM);
*******StopStream(playerid);
IFFFF YOU GET A ERROR do this
Код:
*******Stream(playerid, "http://www.youtube.com/watch?v=vJt9PTlgbDM");
*******StopStream(playerid);