Bug volume resets
Volume resets to 100% if we lock the screen and unlock it.In previous version it was not happening.Using Vlc 3.0.96.
Designs
Related merge requests 1
When this merge request is accepted, this issue will be closed automatically.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Geoffrey Métais added Needs more info label
added Needs more info label
- Author
If the volume is set above 100% and if we lock the screen and unlock it the volume again rests to 100%
- sergio mentioned in issue #1551 (closed)
mentioned in issue #1551 (closed)
- Maintainer
This issue is old and has probably been fixed a long time ago.
Feel free to reopen it if you can still reproduce.
- Nicolas Pomepuy closed
closed
- Nicolas Pomepuy changed milestone to %3.4.x
changed milestone to %3.4.x
- Nicolas Pomepuy assigned to @Aza
assigned to @Aza
- Maintainer
Yes, I'll take a look
- Nicolas Pomepuy reopened
reopened
- Nicolas Pomepuy removed Needs more info label
removed Needs more info label
- Maintainer
After some more investigations:
- Resetting the volume when the
PlaybackService
is re-set doesn't work. - Resetting the volume when the
MediaPlayer
is recreated doesn't work - Logging in
Java_org_videolan_libvlc_MediaPlayer_setVolume
shows that the volume is set to (let's say) 200 but the nextJava_org_videolan_libvlc_MediaPlayer_getVolume
call shows it's reset to 100.
So this is probably a libvlc issue.
- Resetting the volume when the
- Nicolas Pomepuy unassigned @Aza
unassigned @Aza
- Nicolas Pomepuy added libVLC label
added libVLC label
- Thomas Guillem assigned to @tguillem
assigned to @tguillem
- Thomas Guillem moved to vlc#25833 (closed)
moved to vlc#25833 (closed)
- Nicolas Pomepuy marked #1551 (closed) as a duplicate of this issue
marked #1551 (closed) as a duplicate of this issue
- Nicolas Pomepuy marked this issue as related to #1551 (closed)
marked this issue as related to #1551 (closed)
- Nicolas Pomepuy mentioned in merge request !1008 (merged)
mentioned in merge request !1008 (merged)