PDA

View Full Version : Is it possible to change the video cache size dynamically with a Python script?


akaigotchi
2006-11-01, 10:51
Hi @ll,

I am still working on my script that receives streaming data from a rss. Actually the streaming files are in .mov format. Now that everything works I still have a minor feature I would like to implement:

During playback the video stutters after a while, caches data and then plays back fluently. I already changed the video cache settings manually in xbmc settings and now with a decent cache size the video plays back fluently. Conclusion: I would like to change the video cache size with the help of my script so that it sets the video cache size to a decent size during playback and back again to the original setting on shutdown.

Is there a possibility to do this?

Thanks for your help!

akaigotchi

Nuka1195
2006-11-01, 17:15
pike, came up with the idea for apple movie trailers to save a .conf file with the video.

Not sure where you would save it for streaming media, but look into that.

akaigotchi
2006-11-03, 18:08
Pike, are you reading this? Your help is greatly appreciated here :-) I would like to hear more about that idea of yours....

Thank you for your help :-)

akaigotchi