vlm: setting the caching time

Discussion about configuration and usage of VLM (a stream scheduler) within VLC.
tacker
Blank Cone
Blank Cone
Posts: 16
Joined: 13 May 2013 09:51

vlm: setting the caching time

Postby tacker » 13 May 2013 09:58

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

tacker
Blank Cone
Blank Cone
Posts: 16
Joined: 13 May 2013 09:51

Re: vlm: setting the caching time

Postby tacker » 13 May 2013 10:06

or maybe it is this:
setup channel1 option live-caching=1500

tacker
Blank Cone
Blank Cone
Posts: 16
Joined: 13 May 2013 09:51

Re: vlm: setting the caching time

Postby tacker » 13 May 2013 10:26

i just saw also this option:
setup sender1 option http-caching=1500

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlm: setting the caching time

Postby Jean-Baptiste Kempf » 13 May 2013 16:34

VLC version?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

tacker
Blank Cone
Blank Cone
Posts: 16
Joined: 13 May 2013 09:51

Re: vlm: setting the caching time

Postby tacker » 14 May 2013 09:51

latest 2.0.6

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlm: setting the caching time

Postby Jean-Baptiste Kempf » 16 May 2013 10:54

--network-caching
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

tacker
Blank Cone
Blank Cone
Posts: 16
Joined: 13 May 2013 09:51

Re: vlm: setting the caching time

Postby tacker » 26 Jun 2013 23:30

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

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlm: setting the caching time

Postby Jean-Baptiste Kempf » 02 Jul 2013 15:35

Use timeshifting module?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

tacker
Blank Cone
Blank Cone
Posts: 16
Joined: 13 May 2013 09:51

Re: vlm: setting the caching time

Postby tacker » 11 Jul 2013 09:41

hi jean-baptiste,
how do i use the timeshifting module in VLM?
thanks

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlm: setting the caching time

Postby Jean-Baptiste Kempf » 11 Jul 2013 16:08

I don't know how you can use it simply, indeed. I thought it was simpler.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

tacker
Blank Cone
Blank Cone
Posts: 16
Joined: 13 May 2013 09:51

Re: vlm: setting the caching time

Postby tacker » 12 Jul 2013 09:43

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?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlm: setting the caching time

Postby Jean-Baptiste Kempf » 12 Jul 2013 14:39

VLC uses time-shifting automatically, when you pause an unpausable stream. But I don't know how to use it automatically..
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

tacker
Blank Cone
Blank Cone
Posts: 16
Joined: 13 May 2013 09:51

Re: vlm: setting the caching time

Postby tacker » 25 Jul 2013 13:56

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.

tacker
Blank Cone
Blank Cone
Posts: 16
Joined: 13 May 2013 09:51

Re: vlm: setting the caching time

Postby tacker » 17 Aug 2013 11:24

hi everyone,
is there a way to override the max value settings in VLC like I asked in my previus post?


Return to “VLM”

Who is online

Users browsing this forum: No registered users and 16 guests