close
Skip to main content

New answers tagged

Score of 0

(python 3) Auto-Conversion from .h264 to .mp4

This Python code convert .h264 video and .mp4a audio to mp4 file without MP4Box nor FFMPEG. import struct import sys from typing import Dict, List, Optional, Tuple class TrackParser: def __init__(...
Score of -1

How to limit accepted SSL/TLS versions when using Sim800

For SIM800L the latest supported TSL is 1.0. I couldn't find online firmware that support modern TSL encryption. cause of hardware version limitation. You can use server/proxy the receives TSL1.0 and ...

Top 50 recent answers are included