rt2yrru / get-flash-videos

Automatically exported from code.google.com/p/get-flash-videos
0 stars 0 forks source link

crashes with mplayer #468

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.cd /var/tmp && ~/path/to/get-flash-videos/get_flash_videos --debug 
--player="mplayer -really-quiet %s 2> /dev/null" -q -p -y 
http://www.youtube.com/watch?v=....
2.
3.

What is the expected output? What do you see instead?
the video starts playing then crash after 2s (1st attempt) 5s (2nd attempt) 12s 
(3rd attempt)

the player just crashes, get-flash-videos seems able to download it, but is it 
an issue with mplayer?

What version of the product are you using? On what operating system?
latest https://github.com/monsieurvideo/get-flash-videos.git

Please provide any additional information below.
system: lubuntu 12.10 (i686)

Original issue reported on code.google.com by cyril.au...@gmail.com on 26 Jan 2013 at 12:41

GoogleCodeExporter commented 8 years ago
mplayer plays until the end of the file is reached, if that occurs before the 
download completes only part is played. On the next attempt the download may 
start from the point reached, while mplayer plays from the begining again.

Not considered a high priority, download, then play would work. The whole 
method needs looking at to improve. Would still have to stall playing and 
restart. Try a lower rate to match the download speed.

Leaving issue open for more consideration.

Original comment by njtaylor...@gmail.com on 6 Mar 2013 at 3:49