evgeny-nadymov / telegram-react

Experimental Telegram web client with tdlib, webassembly and react js under the hood
https://evgeny-nadymov.github.io/telegram-react/
GNU General Public License v3.0
2.33k stars 606 forks source link

Support streaming audio and video files #170

Closed omkarnathsingh closed 4 years ago

omkarnathsingh commented 4 years ago

Please add feature to directly stream a audio/video file so that user need not wait to download completely and watch a video/ listen a audio.

Idesmi commented 4 years ago

+1

evgeny-nadymov commented 4 years ago

This task is in progress now

omkarnathsingh commented 4 years ago

Thanks @evgeny-nadymov , I see some commits for it recently. Can you please add support for .mkv files streaming too? Android beta apps support it , although not in stable versions though.

Idesmi commented 4 years ago

Thanks @evgeny-nadymov , I see some commits for it recently. Can you please add support for .mkv files streaming too? Android beta apps support it , although not in stable versions though.

mkv is not supported by HMTL5 so I doubt they're going to.

evgeny-nadymov commented 4 years ago

You can try to test video streaming at this link https://evgeny-nadymov.github.io/telegram-react/?streaming=true

omkarnathsingh commented 4 years ago

cool, works fine for me. I am closing this issue.