885
Official channel for the PWRTelegram bot API. Installation instructions: https://pwrtelegram.xyz Creator: @danogentili Official support group: @pwrtelegramgroup Italian channel: @pwrtelegramita Source code: https://github.com/pwrtelegram
Pushed fixes to MagicalSerializer, run
composer update
ASAP, especially if you're using calls.
Also, added a setBitrate method to the \danog\MadelineProto\VoIP class that allows you to set the maximum outgoing bitrate, and, if
$voip->getOutputState() >= AUDIO_STATE_CREATED
, increase the bitrate of the call to the maximum outgoing bitrate (higher values increase the quality of the song).
Update php-libtgvoip (don't forget to update the libtgvoip submodule, too!) to make use of this new method.
Also, changed the OPUS signal type to music, to improve audio encoding of songs.
@magnaluna now uses a bitrate of 100kbps, for crystal-clear songs!
The bitrate will be automatically lowered, based on your network conditions.
OK, thanks! I found and fixed a small bug! Let's do that one more time, all together now!
Читать полностью…
Try making a call, closing it, and the recalling, multiple times. I'm just doing some load testing :D
Читать полностью…
https://news.ycombinator.com/item?id=14892992
Читать полностью…
Fixed emoji key verification, use $controller->getVisualization() to fetch it (see https://daniil.it/MadelineProto/API_docs/constructors/updatePhoneCall.html -> phone_call) for more info.
Also, made some important fixes to php-libtgvoip, please update both MadelineProto and libtgvoip.
@magnaluna now sends you the verification emojis when the call gets accepted!
MadelineProto can now make phone calls!
It does that thanks to the \danog\MadelineProto\VoIP class, which is a wrapper for grishka's awesome library.
See https://daniil.it/MadelineProto/#calls for installation instructions.
The VoIP class has methods for:
* playing audio files in calls
* playing files on hold (when there are no files left to play)
* setting the audio output file
accepting incoming calls
* discarding calls
* setting a rating for completed calls
* getting the emoji visualization of the encryption key
* fetching the configuration needed to encode/decose audio files (usually it's always 16 bit signed linear PCM with a sample rate of 48 kHz and one channel)
* and much more! See https://daniil.it/MadelineProto/API_docs/types/PhoneCall.html
Input/output audio can be converted from/to any audio/video file using ffmpeg (just don’t forget to provide the correct number of channels, sample rate and bit depth,
ffmpeg -i anyaudioorvideo -f s"$bitnumber"le -ac $channelNumber -ar $bitRate -acodec pcm_s"$bitnumber"le output.raw
).
You can also stream the audio track of video streams (even from youtube), or audio streams. Just stream the data to a FIFO, and use ffmpeg to output the converted audio to another FIFO that will be used as input file.
To make a call, use the request_call method: it accepts one parameter with the ID of the person to call, and returns a VoIP object.
Accepting calls is just as easy: you will receive an updatePhoneCall (https://daniil.it/MadelineProto/API_docs/constructors/updatePhoneCall.html) object from your update source (see update handling), and you will simply have to call accept() to accept the call.
See https://daniil.it/MadelineProto/#calls for more info.
Protip: when calling such userbot webradios, mute your mic to reduce data usage.
Читать полностью…
can we already change our Bio with pwrTelegram? 🤔
Читать полностью…
And now the debugging is over! You can now call @magnaluna!
Читать полностью…
Telegram, please fix your RPC proxy, I'm getting INTERDC4_CALL_RICH_ERRORs while accepting calls
Читать полностью…
Also, the MadelineProto API documentation now has examples for pwrtelegram!
Here's the full mtproto method list for pwrtelegram: https://daniil.it/MadelineProto/API_docs/methods
Pushed final fixes to libtgvoip and MadelineProto, please update!
Читать полностью…
https://www.reddit.com/r/Telegram/comments/6qq05h/telegram_voip_library/ +++++
Читать полностью…
https://twitter.com/DaniilGentili/status/892049600818929665 +++++++
Читать полностью…
@magnaluna now has lotsa more groovy swing songs! :D
P.S. The order is chosen randomly, so if you don't want to wait for the current song to end, you can simply recall the webradio to listen to another song!
MadelineProto now has nice TL stack traces, less memory usage, and better dialog list fetching!
Run git pull && composer update in the MadelineProto repo ASAP, old instances of MadelineProto will throw "Please update MadelineProto" exceptions.
php-libtgvoip also has nice stack traces now, run git pull && git submodule init && git submodule update && git submodule sync && make && sudo make install in the php-libtgvoip repo (run git clone --recursive https://github.com/danog/php-libtgvoip && cd php-libtgvoip && make && sudo make install) note that you must now install binutils-dev in order to compile the backward-cpp module that provides stack traces.
If you have any problems, do write @pwrtelegramgroup
Write "pizza" to @pizzaBio and the counter in his Bio goes up 😂
Читать полностью…
= please, please read the manual before asking anything (pwrtelegram.xyz, daniil.it/MadelineProto/API_docs/methods).
PWRTelegram has hundreds of different methods, and can do everything official clients can do, you just gotta read the manual.
The answer to the very common question "Can MadelineProto/PWRTelegram do X", where X is something official clients do, is always "yes, please read the manual ❤️"
COME ON I'M WAITING FOR DEM CALL FLOODS ;) ❤️
Читать полностью…
Bear with me while I debug this userbot, this is its first load test
Читать полностью…
Here's the username of the first telegram webradio: call it to listen to some top quality swing!
@magnaluna
Now you can create telegram webradios! :D
Читать полностью…