09.07.2014, 13:16
So only one video can play at a time? Going to test it now, anyhow.
EDIT: Not working for me, I get this error:
EDIT: Not working for me, I get this error:
The lenght of the audio streamed url is too long. Use ************ to make it shorter.
OFF: Sorry for the bump |
No it's definitely not too long. ******* video url's are always the same length and you only add it to "*******inmp3.com/fetch/?api=advanced&video=".
No, you can either loop through and do the function for each player or you can even go in the code and change to to PlayAudioStreamForAll (i.e. loop through all players there and do PlayAudioStreamForPlayer instead of going through the http response crap again.). |
Look at this link:
"http://*******inmp3.com/download/get/?i=qN9nPGOHHKk4jOnqUO4BcZphePsOls5tzSql1FLovDJ%2B8 IYnwTx%2FHg5StDVhEXPbwc1aQqzCDJUgf4MwfAY2qw%3D%3D" . It have 136 characters. (obtained from "http://*******inmp3.com/fetch/?api=advanced&video=https://www.youtube.com/watch?v=cHHLHGNpCSA") |
Yes. I wanted to make a command like: /stream [url] and it didn't work. After i converted this command to dialog (DIALOG_STYLE_INPUT) and as well, it didn't work. I think the problem is the input length:
- 128 for the dialog - 144 for the chat bubble (including the command); The url length is 136 characters as i said in my previous post. Anyway a shorter link is better. I modified this include to resend another HTTP request to tiny.com and it works very well. |