Releases: taktik/flowr-desktop
v1.3.10
v1.3.9
v1.3.8
v1.3.7
v1.3.5
v1.3.4
Add RTP stream payload unpacking logic for MPEG-TS, MPEG-1 and MPEG-2 media stream.
Add FFMPEG async -1 option to correct lip AV lip sync
Fix virtual keyboard window attachment.
Fix virtual keyboard closure on click event.
Fix default full screen option (set to false).
Minimum compatible version of flowr-frontend is 5.8.213 for full RTP stream support
v1.3.2
Fix multi PMT support: when stream metadata are too large to fit in a single 188 bytes packet, they are spread across multiple packets. The parser was not supporting such structure and failed to decode the streams.
Minimum compatible version of flowr-frontend: 5.8
v1.3.1
SHOULD NOT BE USED
- Electron 19
- VLC background player (Windows)
- Virtual keyboard: external (OS based) or internal (electron's BrowserWindow)
- Fixes for FlowrPhone app
- Various fixes and cleanup (history deletion, widevine init)
- Use ipc's invoke/handle instead of send/on where appropriate
- (supposedly) more robust play pipeline
1.3.0-bêta3
Fix ffmpeg player: do not assume we are working with the custom build of chromium (enforce libx264 encoding for video track)
1.3.0-bêta2
- Reworked config page (now works with VLC's background player)
- Electron 17
- Various fixes