christophbeatty / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 1 forks source link

Resume function fails #706

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Partially play a video.
2. Stop and shut down Gnome Mplayer.
3. Re-open the video file with Gnome Mplayer (right-click, Open With if it 
isn't the default double click opening action)

A message box will pop up asking if you want to resume playing from [previous 
time-code position]. If you now click "Yes", play will not resume though and 
video will stay closed.

What is the expected output? What do you see instead?
- Gnome Mplayer playing the video from the previous last position

What version of the product are you using? On what operating system?
- Xubuntu, Raring Ringtail, Gnome Mplayer 1.0.8

Original issue reported on code.google.com by radbertg...@gmail.com on 11 Dec 2013 at 10:58

GoogleCodeExporter commented 8 years ago
Two things here
1. Some media files may not be resumable, you can test this by running the file 
from mplayer directly with 

mplayer -ss 60 [filename] 

And it should start at the 1 minute mark, if it does not that perhaps check 
your mplayer that it is current

2. There have been fixes made since 1.0.8 that may correct your problem.

Original comment by kdeko...@gmail.com on 13 Dec 2013 at 5:48