openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #27038
[Bug 1463286] Re: Live media restarts when adding media to servicemanager
The problem is that in plugins/media/media_item.py:generate_slide_data
we want to get the media length, and we do this by playing the media for
a very short while to get the player to load the media, and then the
length can be extracted. Unfortunately we only have one player instance,
which means we use the same player instance for the length-detection and
for playing the live-media. So this bug is kind of dependent on fixing
bug #1022053 .
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1463286
Title:
Live media restarts when adding media to servicemanager
Status in OpenLP - Worship Presentation Software:
Confirmed
Bug description:
Live media restarts when adding media to servicemanager.
Confirmed in OpenLP 2.1.5 on Windows 8.1 using VLC as media player,
though it probably applies to other setups as well.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1463286/+subscriptions
References