johnymarek / media-translate

Automatically exported from code.google.com/p/media-translate
0 stars 0 forks source link

Suggestion: Implementing "Seek" functionality #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
"Seek" functionality for non-real time streamed files (if server side allows) 
to start "into" file instead of beginning. 
Useful when the files are long and you need just a portion or resuming from 
certain position, for example archived TV emissions, football games etc.
Identical to the “seek slider” on PC media players.
Possible solution: by passing the following options (translate.cgi) from RSS 
file to the correspondent binaries:
rtmpdump    --start|-A num              Start at num seconds into stream
msdl        -r, --range <range>             set range seconds, default "0.000-"

I tested the msdl  -r 1h23m-  option on 5 hour’s wmv file offered by a server 
trough mms stream  and it works!

Original issue reported on code.google.com by lorolo...@gmail.com on 10 Jan 2012 at 7:30

GoogleCodeExporter commented 8 years ago

Original comment by Serge.A.Timchenko@gmail.com on 17 Jan 2012 at 5:17