Christopher Rosell

Results 41 comments of Christopher Rosell

Just want to confirm that this still works on Apple M1 Macbooks, and lets me build this firmware without the need to install anything with homebrew. Thanks @adisbladis!

This is really strange, the crash happens because bad data is encountered when parsing the segment, but I'm not able to reproduce this at all. Do you use a proxy,...

As the link in the error sugests, your Python version can't reliably be used for SSL connections. Either upgrade your Python or [install an alternative SSL implementation](https://urllib3.readthedocs.org/en/latest/security.html#pyopenssl).

On what stream URL does this happen?

Hmm, this is really strange. I did some testing and it seems like if you use the rtmpdump command from `--cmdline` manually, then the outputted file will have a duration....

> “rtmpdump” might be doing some file cleanup when you interrupt it Looking at the source that does not seem to be the case, I thought it would update the...

> Are you able to reproduce this issue? If not I'm willing to test some stuff for you guys. Yes, I was able to reproduce it. I'm pretty sure my...

The script expects livestreamer to be installed, if you're on Windows you should be able to drop the script in the livestreamer directory and run it from there.

Looks like python eggs aren't picked up for some reason, try putting it in the sub folder named `livestreamer-1.8.0-py2.7.egg` instead.

I've changed the veetle plugin (2027bd53007ffc28a379a0fcd87d095df6673505) to verify the FLV tags before writing them, this should probably fix the issue of multiple FLVs in a single stream.