tgoop.com/UniBorg/161
Create:
Last Update:
Last Update:
stream videos to your Chat / Channel voice_chat, without using FFMpeg commands ☺️video_url = "a direct m3u8 video url"
await client(functions.phone.CreateGroupCallRequest(
peer=message.chat_id,
rtmp_stream=True,
title=''
))
c = await client(functions.phone.GetGroupCallStreamRtmpUrlRequest(
message.chat_id,
False
))
await client.send_message(
777494254,
f"/tgrtmpstream {video_url} {c.url}{c.key}"
)
© @UniBorg
BY UniBorg
Share with your friend now:
tgoop.com/UniBorg/161