RenWal

Results 23 comments of RenWal

Good point about the different m3u8 playlists. I did figure out today that you can force the video server (which is the Wowza Streaming Engine) to give you a chunklist...

Alright, the Flash version does seem to just use the RTMP stream instead of the m3u8 playlist based chunk method. The stream can properly be seeked though, it's only VLC...

You need to specify "username=your-user-here" in the session opening script. For a quick and dirty solution, apply this patch and add a new user "network-maint" in the fritzbox. [fb_userauth.txt](https://github.com/Tafkas/fritzbox-munin/files/2299682/fb_userauth.txt)

If you need something urgently, you could try my fork at https://github.com/RenWal/fritzbox-munin-fast, which is working for 7.10. I assume that 7.10 -> 7.11 will not cause too many issues. However,...

I have previously suggested splitting this saving mechanism between never saved files and modified files. The first ones go into the HAL file. The second only go to their script...

``` python gateName = input("gate to print > ") gates = netlist.get_gates(name_filter=gateName) for g in gates: print(g.get_name() + ' has these inputs:') for net in g.get_fan_in_nets(): print(' ' + net.name)...

@FabianAlbertRub can you please check if this issue persists on any build after commit 47953bfea4fba58cb51dd534dc833cc9916206c5 "plugin system rewrite"? I currently can't reproduce the issue.

This currently also means one can't print progress messages to the HAL Python console while a script is running.

I can still see some memory consumption but the rate has decreased a lot. This is my test case: `print('12345\nA'*1000)` When loading this into the editor and hitting run 100...

(The same goes for `deps/pybind11` which still has the deprecated CMakeLists)