carlonluca / pot

Raspberry Pi accelerated video/image rendering with Qt: custom QML components and QtMultimedia backend.
https://bugfreeblog.duckdns.org
GNU General Public License v2.0
177 stars 43 forks source link

Video streaming signal lost #68

Open penguinest opened 7 years ago

penguinest commented 7 years ago

While playing a streaming video, if the signal is cut off for any reason, no signal is emitted, neither error signal nor status signal (buffering, end of media, etc.). So, there is no way to know if the video is playing or it just get freezed.

carlonluca commented 7 years ago

Yes, maybe the MediaPlayer.NetworkError should be added?