pyahmed
pyahmed
So essentially at the moment there is no way to make live subtitles work in any **reliable** way (DASH or HLS)?
First of all thanks a lot for this piece of software - really really easy to use and well documented. > The only difference that remains between the playback server...
@jigneshparmar259 This is all tested on Windows 10 / Python 3.10 You need to record to mpegts format - mp4 will not work with this. Relevant section from **mediamtx.yml** ```...
I was following the Getting started examples from here: https://tortoise.github.io/getting_started.html Where `.prefetch_related()` is used in the same way, not sure why but I thought `.fetch_related()` would work the same way....
It seems this is cause by this line in pycorn-bin.py: `plt.savefig(plot_file, bbox_inches='tight', dpi=args.dpi)` If changed to: `plt.savefig(plot_file, dpi=args.dpi)` it works. I'm not a matplotlib expert but I was under assumption...
`pycorn-bin.py --extract .csv sample1.res` Try removing the . `pycorn-bin.py --extract csv sample1.res` For UNICORN7 just use the entire zip, don't extract it.
I just tried with the sample1.res and it works for me. Can you remove any pycorn installations and reinstall and check if that fixes the problem? Seems as if the...
`pycorn.py -h` wont give you anything as there are no command line options defined in that file.
I'm afraid that file is just a bit different to the UNICORN 7 files that I had when I wrote the script.
Hi thanks - are you using Windows?