Page 1 of 1

streaming with vlc library

Posted: 03 Jul 2019 18:15
by michel3615
Hi,
I would like to display the inside of my henhouse streamed with a Raspi in a separate application of another Raspi.
This is no problem via browser: http://<ipAdresse>:8081
But I want to build it into a python application
I want to do that with the vlc library. But I don't know how
Can someone give me some code snippets?
Thanks

Re: streaming with vlc library

Posted: 23 Jul 2019 20:36
by theamazingsplit
Hello Michel,

I'm also working with VLC using Python right now.

Here's the doc for python-vlc : https://www.olivieraubert.net/vlc/python-ctypes/doc/

How to install : https://wiki.videolan.org/Python_bindings#Download

Examples using the library : https://github.com/oaubert/python-vlc/tree/master/examples

A project using python-vlc : https://code.google.com/archive/p/movie-content-editor/

And that's all the information I have found so far. If I discover anything that might be useful to you when working with python-vlc, I'll come back and update.