Carl Karsten

Results 89 comments of Carl Karsten

+1 On Fri, Nov 9, 2018 at 4:59 AM derpeter wrote: > Depending on the use case it is useful to make sure vocotocore starts with > stream live instead...

+1 On Sat, Aug 27, 2016 at 7:01 AM, Peter [email protected] wrote: > We might add an Area that lights up and needs to be manually resetted by > clicking...

For production of any size, I would not want that much info on the screen. I've seen people overwhelmed with even the simple UI options. Kinda like stage fright or...

How about making this even simpler: core accepts messages and passes them on to whatever want's to consume them. gui can have a little area to display the messages, and...

testing ./litex_setup.py --init --install --user --config=full using ' https://github.com/bjonnh/fpga_class_psone/blob/main/setup_linux.sh' with this change ``` # python3 litex_setup.py --init # python3 litex_setup.py --install python3 ./litex_setup.py --init --install --user --config=full ``` the install...

so I kinda got past this by taking out the requirement for python=3.7 by removing the requirement for python and hoping whatever python is around works. ``` cdependencies: -- python=3.7...

I bet this has to do with --replace which deletes the old vid, uploads a new and adds it to the playlist, without removing the old one.

code I need is in https://github.com/pyohio/pyohio/pull/53 will migrate here later.

No. I still need it, and I am not aware that it has been implemented. On Tue, Dec 22, 2015 at 7:09 AM, Anna Ossowski [email protected] wrote: > Can this...

@xfxf (hope this works here) I have some pending changes too: https://github.com/CarlFK/streaming-system Have you touched Vagrant ? once you have vagrant apt-get installed, wget http//github..../vagrantfile; vagrant up.. 5 min later...