hihain / UnigramMobile

A Telegram Messenger client made for Windows 10 Mobile.
https://www.microsoft.com/store/apps/9NSD4T15QLFX
GNU General Public License v3.0
46 stars 6 forks source link

VideoMessages: Queue them and play one after the other #17

Open hihain opened 4 years ago

hihain commented 4 years ago

Unigram Desktop plays the audio of video messages one after the other (once one message got clicked on), but the downside is that it does play the audio independent of the video.

This should be fixed in the original and checked if it can be applied here.

UnigramMobile uses by default the UWP MediaPlayer as it just works without crashes on mobile instead of the new software decoder from desktop.