๐บ RTMP Live Stream in Telegram
RTMP is a video streaming protocol and is now commonly used for streaming uplink by YouTube, Twitch, etc.
This will let streamers broadcast not just using the Telegram app, but also using third-party software, e.g. OBS Studio.
Currently, this only works in Test Server with clients:
โข Telegram Beta macOS 8.5.1+
โข Unigram Beta 8.6+ for Windows 10+
How to use:
1. Install OBS Studio
2. Run Telegram macOS or Unigram
3. Log in to Test Server
4. Open a channel/group as owner > Start Live Stream
5. Select as Personal Account
6. Click Start With > copy the Stream URL & Key > Start
7. Open OBS Studio > Profile menu > New > Service: Custom > enter the Stream URL & Key
8. In OBS Studio, click [+] button on Sources panel > select Display/Window Capture > click Start Streaming on Control panel
9. Done, your desktop or window screen should be streamed to Telegram/Unigram Live Stream
10. Participants from any client can join the Live Stream as viewers.
RTMP is a video streaming protocol and is now commonly used for streaming uplink by YouTube, Twitch, etc.
This will let streamers broadcast not just using the Telegram app, but also using third-party software, e.g. OBS Studio.
Currently, this only works in Test Server with clients:
โข Telegram Beta macOS 8.5.1+
โข Unigram Beta 8.6+ for Windows 10+
How to use:
1. Install OBS Studio
2. Run Telegram macOS or Unigram
3. Log in to Test Server
4. Open a channel/group as owner > Start Live Stream
5. Select as Personal Account
6. Click Start With > copy the Stream URL & Key > Start
7. Open OBS Studio > Profile menu > New > Service: Custom > enter the Stream URL & Key
8. In OBS Studio, click [+] button on Sources panel > select Display/Window Capture > click Start Streaming on Control panel
9. Done, your desktop or window screen should be streamed to Telegram/Unigram Live Stream
10. Participants from any client can join the Live Stream as viewers.
@Telegram #beta #macOS #unigram
๐ฅ355๐69๐ฑ33โค17๐11๐ค5๐5๐ฉ5๐คฏ3๐คฉ3๐คฎ3
๐ Phone Number Links
โข Share a direct t.me link to your phone number that instantly opens a chat with you.
โข Use the full number in international format, like t.me/+123456789
This only works for:
โข Phone Number in your Contacts (even if your friends don't save your number in their Contacts)
โORโ
โข Numbers that are set โWho can see my Phone Number: Everybodyโ in Settings > Privacy and Security > Phone Number
For example, public phone numbers of Telegram Support:
t.me/+42400 All other countries; English
t.me/+42410 North America
t.me/+42434 Spain
t.me/+42439 Italy
t.me/+42450 Latin America
t.me/+42452 Mexico
t.me/+42455 Brazil
t.me/+42460 South-East Asia
t.me/+42470 Russia, Ukraine, Kazakhstan, Uzbekistan
t.me/+42482 Korea
t.me/+42490 India
t.me/+42496 Saudi Arabia
t.me/+42497 Other Arabic Countries
t.me/+42498 Iran
t.me/+42454 @dmcatelegram
t.me/+4240004 VoIP Support
t.me/+4240005 @AbuseNotifications
t.me/+4240007 @NoToScam
t.me/+42454321 @TelegramAuditions
t.me/+424314159 @BotSupport
@Telegram #beta #iOS #macOS #Unigram v8.6
โข Share a direct t.me link to your phone number that instantly opens a chat with you.
โข Use the full number in international format, like t.me/+123456789
This only works for:
โข Phone Number in your Contacts (even if your friends don't save your number in their Contacts)
โORโ
โข Numbers that are set โWho can see my Phone Number: Everybodyโ in Settings > Privacy and Security > Phone Number
For example, public phone numbers of Telegram Support:
t.me/+42400 All other countries; English
t.me/+42410 North America
t.me/+42434 Spain
t.me/+42439 Italy
t.me/+42450 Latin America
t.me/+42452 Mexico
t.me/+42455 Brazil
t.me/+42460 South-East Asia
t.me/+42470 Russia, Ukraine, Kazakhstan, Uzbekistan
t.me/+42482 Korea
t.me/+42490 India
t.me/+42496 Saudi Arabia
t.me/+42497 Other Arabic Countries
t.me/+42498 Iran
t.me/+42454 @dmcatelegram
t.me/+4240004 VoIP Support
t.me/+4240005 @AbuseNotifications
t.me/+4240007 @NoToScam
t.me/+42454321 @TelegramAuditions
t.me/+424314159 @BotSupport
@Telegram #beta #iOS #macOS #Unigram v8.6
Telegram Geeks
Contacting Telegram Support
How to contact telegram support if you have problems: The complete numbers list from all countries available.
๐ค269๐75๐28๐ฅ13๐12๐ฑ8๐ฉ7๐ฅฐ6๐คฏ5๐5๐คฎ5
๐ฅ RTMP Live Stream
Manage Live Streams in your groups and channels using external software like OBS Studio, XSplit Broadcaster, or FFmpeg.
Notes:
โข With external software, you can stream from many sources: desktop or window screen, video file, etc.
โข FFmpeg: Documentation, Encoding for streaming sites
โข You can now Start RTMP Live Stream in production server: open a group/channel as owner > click Live Stream button > Stream With.
โข Check @avformat for sample video files (AVC, HEVC, AV1, etc)
Try these parameters to stream video files with FFmpeg
โข RTMP for any video codec:
Manage Live Streams in your groups and channels using external software like OBS Studio, XSplit Broadcaster, or FFmpeg.
Notes:
โข With external software, you can stream from many sources: desktop or window screen, video file, etc.
โข FFmpeg: Documentation, Encoding for streaming sites
โข You can now Start RTMP Live Stream in production server: open a group/channel as owner > click Live Stream button > Stream With.
โข Check @avformat for sample video files (AVC, HEVC, AV1, etc)
Try these parameters to stream video files with FFmpeg
โข RTMP for any video codec:
ffmpeg -stream_loop -1 -re -i "movie.mkv" -c:v libx264 -preset veryfast -b:v 2500k -maxrate 2500k -bufsize 5000k -pix_fmt yuv420p -g 50 -c:a aac -b:a 128k -ac 2 -ar 44100 -f flv rtmps://dc1-1.rtmp.t.me/s/10909994:xxxxx
โข RTMP for AVC/H.264 video:
ffmpeg -stream_loop -1 -re -i "video.mp4" -c:v copy -c:a aac -ar 44100 -ac 1 -f flv rtmps://dc1-1.rtmp.t.me/s/10909994:xxxxx
@Telegram #beta #tdesktop v3.5.3+โค227๐67๐ฅ28๐ค17๐12๐ฉ10๐คฉ8๐คฏ6๐คฎ3๐2๐1
Forwarded from Telegram Public Testing
Hello friends! In 40 minutes (at 19:00 UTC) we will be testing new improvements to the Live Stream system.
The stream will be in the Discussion Group of this channel. Click here to join โ if you encounter any bugs or issues while watching the stream, please let us know in the chat.
You will need to update to the latest beta version for Android, iOS, macOS or Telegram Desktop to properly view the stream.
The stream will be in the Discussion Group of this channel. Click here to join โ if you encounter any bugs or issues while watching the stream, please let us know in the chat.
You will need to update to the latest beta version for Android, iOS, macOS or Telegram Desktop to properly view the stream.
๐176๐ฅ35โค15๐ฉ12๐คฉ11๐9๐5๐4๐คฎ4๐ค3
Download Manager
โข Check the status and view recently downloaded files from the new โDownloadsโ tab in Global Search.
โข [iOS] Check the status of media and file downloads by tapping the new icon in the Search bar.
โข Pause and resume unfinished downloads.
Download Manager on Telegram Desktop
โข Active and recently finished downloads pop up in the bar in the bottom left corner, like they do in browsers.
โข View recently downloaded files in Settings > Advanced > Downloads.
โข Get an alert before closing the app if you have unfinished downloads.
@Telegram #Android #iOS #macOS v8.6 #TDesktop v3.6
โข Check the status and view recently downloaded files from the new โDownloadsโ tab in Global Search.
โข [iOS] Check the status of media and file downloads by tapping the new icon in the Search bar.
โข Pause and resume unfinished downloads.
Download Manager on Telegram Desktop
โข Active and recently finished downloads pop up in the bar in the bottom left corner, like they do in browsers.
โข View recently downloaded files in Settings > Advanced > Downloads.
โข Get an alert before closing the app if you have unfinished downloads.
@Telegram #Android #iOS #macOS v8.6 #TDesktop v3.6
๐ฅ34๐10โค6๐3๐ฉ2
New Attachment Menu on iOS
โข Quickly select and send media, files and more from the redesigned attachment menu.
โข Use the bottom bar to switch between attachment types.
โข When you select multiple media, tap โSelectedโ at the top of the panel to preview or rearrange them.
โข When sending files, tap the search icon to find recently sent files.
Album Preview on Android:
โข Preview and rearrange media albums before sending.
@Telegram #Android #iOS v8.6
โข Quickly select and send media, files and more from the redesigned attachment menu.
โข Use the bottom bar to switch between attachment types.
โข When you select multiple media, tap โSelectedโ at the top of the panel to preview or rearrange them.
โข When sending files, tap the search icon to find recently sent files.
Album Preview on Android:
โข Preview and rearrange media albums before sending.
@Telegram #Android #iOS v8.6
๐39โค9๐2๐ฅ2
This media is not supported in your browser
VIEW IN TELEGRAM
Semi-Transparent Interface on Android
โข Enjoy semi-transparent effects on headers and panels in Night Theme for high-end devices
@Telegram #Android v8.6
โข Enjoy semi-transparent effects on headers and panels in Night Theme for high-end devices
@Telegram #Android v8.6
๐67๐10๐คฎ10โค7๐3๐คฉ2๐ฅฐ1๐ค1
This media is not supported in your browser
VIEW IN TELEGRAM
Redesigned Login Flow on Android
โข Sign up and log in through a redesigned interface with new animations.
@Telegram #Android v8.6
โข Sign up and log in through a redesigned interface with new animations.
@Telegram #Android v8.6
๐44๐15๐ฅ4๐ค3โค2๐1
This media is not supported in your browser
VIEW IN TELEGRAM
All-New Login Experience on macOS
โข Sign up and log in through a redesigned interface with new animations.
@Telegram #macOS v8.6
โข Sign up and log in through a redesigned interface with new animations.
@Telegram #macOS v8.6
โค44๐13๐2๐1๐ฅ1
This media is not supported in your browser
VIEW IN TELEGRAM
Live Streaming with Other Apps
โข Manage Live Streams in your channels or groups (as Owner) using external software like OBS Studio, XSplit Broadcaster, or FFmpeg.
โข Choose โStream Withโฆโ when starting a video chat or live stream โ then copy your Stream URL & Key and paste it into your streaming software.
@Telegram #Android #iOS #macOS v8.6 #TDesktop v3.6
โข Manage Live Streams in your channels or groups (as Owner) using external software like OBS Studio, XSplit Broadcaster, or FFmpeg.
โข Choose โStream Withโฆโ when starting a video chat or live stream โ then copy your Stream URL & Key and paste it into your streaming software.
@Telegram #Android #iOS #macOS v8.6 #TDesktop v3.6
๐ฅ52โค12๐10๐2๐1
This media is not supported in your browser
VIEW IN TELEGRAM
New t.โ โ me Pages
With t.me links like t.me/durov, anyone can preview profiles, posts or entire public channels in their browser โ even if they havenโt signed up for Telegram yet.
These web previews have a new look, adding chat backgrounds and design elements from the fully-featured Telegram Web client.
With t.me links like t.me/durov, anyone can preview profiles, posts or entire public channels in their browser โ even if they havenโt signed up for Telegram yet.
These web previews have a new look, adding chat backgrounds and design elements from the fully-featured Telegram Web client.
๐53โค9๐ฅ5๐ฅฐ1๐1
โ The source code of Telegram for Android and iOS have been updated to 8.6
@Telegram #Android #iOS #source #reproducibleBuilds
@Telegram #Android #iOS #source #reproducibleBuilds
๐54๐3
Forwarded from Unigram News (Fela Ameghino)
๐ฅ New version for Unigram 8.6
What's new:
Download Manager, Live Streams with other apps and More
Download Manager
โข Check the status of media and file downloads by tapping the new icon in the Search bar.
โข View recently downloaded files from the new โDownloadsโ tab in Search.
โข Pause and resume unfinished downloads.
Live Streams with other apps
โข Manage Live Streams in your groups and channels using external software such as OBS Studio or XSplit Broadcaster.
Phone Number Links
โข Share a direct t.me link to your phone number that instantly opens a chat with you.
โข Use the full number in international format, like t.me/+123456789
Microsoft Store | Direct download | Read more
What's new:
Download Manager, Live Streams with other apps and More
Download Manager
โข Check the status of media and file downloads by tapping the new icon in the Search bar.
โข View recently downloaded files from the new โDownloadsโ tab in Search.
โข Pause and resume unfinished downloads.
Live Streams with other apps
โข Manage Live Streams in your groups and channels using external software such as OBS Studio or XSplit Broadcaster.
Phone Number Links
โข Share a direct t.me link to your phone number that instantly opens a chat with you.
โข Use the full number in international format, like t.me/+123456789
Microsoft Store | Direct download | Read more
๐52โค3๐3๐1
๐ฅ UPDATES
โข Telegram 8.6 for Android, iOS, macOS
โข Telegram Desktop 3.6 for Windows, Linux, macOS
๐ Download Manager, New Attachment Menu, Live Streaming With Other Apps and More
telegram.org/blog/downloads-attachments-streaming
โข Download Manager
โข New Attachment Menu
โข Semi-Transparent Interface on Android
โข Redesigned Login Flow on Android
โข All-New Login Experience on macOS
โข Improved Settings with fresh look icons on Telegram Desktop
โข Live Streaming with Other Apps
โข Phone Number Links
โข New in Message Reports
โข New t.me Pages
โโโโโ
โฌ @tgfiles
๐ฅ @TelegramAndroidTalk
๐ฅ @TelegramiOSTalk
๐ฅ @TelegramDesktopTalk
๐ฅ @TelegramMacOSTalk
Beta
๐ฅ @tgiostests
๐ฅ @tgandroidtests
๐ฅ @macswift
๐ฅ @tgbetachat
2022-03-11 @Telegram
#Android #iOS #macOS #TDesktop
โข Telegram 8.6 for Android, iOS, macOS
โข Telegram Desktop 3.6 for Windows, Linux, macOS
๐ Download Manager, New Attachment Menu, Live Streaming With Other Apps and More
telegram.org/blog/downloads-attachments-streaming
โข Download Manager
โข New Attachment Menu
โข Semi-Transparent Interface on Android
โข Redesigned Login Flow on Android
โข All-New Login Experience on macOS
โข Improved Settings with fresh look icons on Telegram Desktop
โข Live Streaming with Other Apps
โข Phone Number Links
โข New in Message Reports
โข New t.me Pages
โโโโโ
โฌ @tgfiles
๐ฅ @TelegramAndroidTalk
๐ฅ @TelegramiOSTalk
๐ฅ @TelegramDesktopTalk
๐ฅ @TelegramMacOSTalk
Beta
๐ฅ @tgiostests
๐ฅ @tgandroidtests
๐ฅ @macswift
๐ฅ @tgbetachat
2022-03-11 @Telegram
#Android #iOS #macOS #TDesktop
Telegram
Download Manager, New Attachment Menu, Live Streaming With Other Apps and More
Today's update brings tools to help you control your downloads, send documents with a tap, re-arrange media albums before sending, turn your channel into a TV station, and more.
๐121โค25๐ฅ24๐ฉ11๐ฅฐ8๐4๐2๐1๐คฏ1๐คฉ1