Page 1 of 1
vlm: setting the caching time
Posted: 13 May 2013 09:58
by tacker
hi,
i am suing VLM. i am getting my streams over http as TS, transcode them to a different format and give them out over http in TS.
my question is, can I some how make the caching longer then 300ms?
I was thinking to use one of this two posiblities:
setup channel1 option network-caching=1500
or
setup sender1 option file-caching=1500
Or would you use something else? I need to encrease the caching of the channel before transcoding, so i have a steady file stream which i can feed vlc with.
thanks for your help upfront.
mike
Re: vlm: setting the caching time
Posted: 13 May 2013 10:06
by tacker
or maybe it is this:
setup channel1 option live-caching=1500
Re: vlm: setting the caching time
Posted: 13 May 2013 10:26
by tacker
i just saw also this option:
setup sender1 option http-caching=1500
Re: vlm: setting the caching time
Posted: 13 May 2013 16:34
by Jean-Baptiste Kempf
VLC version?
Re: vlm: setting the caching time
Posted: 14 May 2013 09:51
by tacker
latest 2.0.6
Re: vlm: setting the caching time
Posted: 16 May 2013 10:54
by Jean-Baptiste Kempf
--network-caching
Re: vlm: setting the caching time
Posted: 26 Jun 2013 23:30
by tacker
hi, i would like to delay a live tv feed by one hour.
i was thinking about using --network-caching or --http-caching and set the value to 3600000 miliseconds which is 1 hour.
i gues this wont work. does anyone have better idea which will work?
thx in advance
Re: vlm: setting the caching time
Posted: 02 Jul 2013 15:35
by Jean-Baptiste Kempf
Use timeshifting module?
Re: vlm: setting the caching time
Posted: 11 Jul 2013 09:41
by tacker
hi jean-baptiste,
how do i use the timeshifting module in VLM?
thanks
Re: vlm: setting the caching time
Posted: 11 Jul 2013 16:08
by Jean-Baptiste Kempf
I don't know how you can use it simply, indeed. I thought it was simpler.
Re: vlm: setting the caching time
Posted: 12 Jul 2013 09:43
by tacker
i have enough ram capacity. i could cashe the live stream in the rams for one hour before streaming.
what do you think? is there a way to do that over vlm?
Re: vlm: setting the caching time
Posted: 12 Jul 2013 14:39
by Jean-Baptiste Kempf
VLC uses time-shifting automatically, when you pause an unpausable stream. But I don't know how to use it automatically..
Re: vlm: setting the caching time
Posted: 25 Jul 2013 13:56
by tacker
hi jean-baptiste,
i have found out that if i use "network-caching" with the value 60000 the live stream is cached a minute and than started to stream.
which means i than have an one minute timeshifted live tv. as you know the maximum value to set for "network-caching" is 60000.
do you know a way where i can override the max value 60000 wiht 3600000 so i can get 60 minutes of cashing?
thank you in advance for your answer.
Re: vlm: setting the caching time
Posted: 17 Aug 2013 11:24
by tacker
hi everyone,
is there a way to override the max value settings in VLC like I asked in my previus post?