Audiotrack: 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.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Geoffrey Métais added Needs more info in VLC-Android label
added Needs more info in VLC-Android 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 vlc-android#1551 (closed)
mentioned in issue vlc-android#1551 (closed)
- Reporter
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 assigned to @Aza
assigned to @Aza
- Reporter
Yes, I'll take a look
- Nicolas Pomepuy reopened
reopened
- Nicolas Pomepuy removed Needs more info in VLC-Android label
removed Needs more info in VLC-Android label
- Reporter
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 in VLC-Android label
added libVLC in VLC-Android label
- Thomas Guillem assigned to @tguillem
assigned to @tguillem
- Thomas Guillem moved from vlc-android#740 (moved)
moved from vlc-android#740 (moved)
- Thomas Guillem changed title from Bug volume resets to Audiotrack: Bug volume resets
changed title from Bug volume resets to Audiotrack: Bug volume resets
- Thomas Guillem changed milestone to %3.0.x maintenance
changed milestone to %3.0.x maintenance
- Thomas Guillem added Component::Core: Audio output label
added Component::Core: Audio output label
- Jean-Baptiste Kempf closed with merge request !261 (merged)
closed with merge request !261 (merged)