Page 1 of 1

VLC 1.0.*-1.1.* doesn't create Timeshift file (W7/XP)+Linux

Posted: 21 Aug 2010 13:21
by vel_tins
I am receiving a mpegts stream from my server.
But when I press "Pause" Button on my Vlc, nothing happens.
VLC stops immediately loading data, and a "timeshift-file" is never created.
Tested with Win7 and WinXP.
But Log shows the following:

Code: Select all

main debug: using timeshift granularity of 50 MBytes main debug: using timeshift path 'C:\Users\xxx\AppData\Local\Temp'
Whats wrong?

Re: VLC 1.0.*-1.1.* doesn't create Timeshift file (W7/XP)

Posted: 21 Aug 2010 19:35
by VLC_help
Does it work any better if you launch playback from command-line with timeshift options?
http://wiki.videolan.org/Documentation: ... /timeshift

Re: VLC 1.0.*-1.1.* doesn't create Timeshift file (W7/XP)

Posted: 22 Aug 2010 02:44
by vel_tins
Commandline doesn't work too.
I tried some variations, and VLC always shows, in the log, that its using timeshift, but it does not

Code: Select all

"C:\Program files\VideoLAN\VLC_1.0.5\VLC.exe" --access=timeshift --input-timeshift-path=z:\temp --input-timeshift-granularity=50000000 http://mystream
gives this output:

Code: Select all

main debug: using timeshift granularity of 47 MBytes main debug: using timeshift path 'z:\temp
'
EDIT: same issue with VLC under Ubuntu 9.10. If I press "pause", Vlc loads the stream around 5 sec more, and then stops loading.
Data is never written to harddisk...

Re: VLC 1.0.*-1.1.* doesn't create Timeshift file (W7/XP)+Li

Posted: 22 Aug 2010 18:25
by VLC_help
Yep, it seems timeshift doesn't work with HTTP streams.

Re: VLC 1.0.*-1.1.* doesn't create Timeshift file (W7/XP)+Li

Posted: 27 Aug 2010 13:18
by vel_tins
that are really, no good news.
Is it a known or unknown bug ? Especially, when receiving a stream, timeshift makes sense.. :wink:

Re: VLC 1.0.*-1.1.* doesn't create Timeshift file (W7/XP)+Li

Posted: 27 Aug 2010 17:59
by VLC_help
I don't know which one it is. Since HTTP can offer both static and dynamic content I don't know how it should be handled.

Re: VLC 1.0.*-1.1.* doesn't create Timeshift file (W7/XP)+Li

Posted: 24 Nov 2010 19:54
by ponzonik
It seems the bugtracker isn't open for all. Could someone please open the proper bug ticket?

Thanks!

Re: VLC 1.0.*-1.1.* doesn't create Timeshift file (W7/XP)+Li

Posted: 25 Nov 2010 17:33
by VLC_help
And write what to it?

Re: VLC 1.0.*-1.1.* doesn't create Timeshift file (W7/XP)+Li

Posted: 30 Jan 2011 15:17
by DsChAeK
How was it handled in vlc08 versions?
There it worked with adding timeshift to the access-filters and activating timeshift-force.
I really miss this function!