Skip to content

Instantly share code, notes, and snippets.

@mnmary
mnmary / rtsp-rtp-sample.py
Created February 24, 2026 13:14 — forked from atlantis414/rtsp-rtp-sample.py
Sample Python script to employ RTSP/RTP to play a stream from an IP-cam (from stackoverflow)
"""
http://stackoverflow.com/questions/28022432/receiving-rtp-packets-after-rtsp-setup
A demo python code that ..
1) Connects to an IP cam with RTSP
2) Draws RTP/NAL/H264 packets from the camera
3) Writes them to a file that can be read with any stock video player (say, mplayer, vlc & other ffmpeg based video-players)
Done for educative/demonstrative purposes, not for efficiency..!
@mnmary
mnmary / python_a_reference.md
Created January 29, 2026 07:28 — forked from a-laughlin/python_a_reference.md
python reference

Python Reference

CheatSheets

Python Basics: Data Science

importing data

python 3 (pt 1 of 2)

python 3 (pt 2 of 2)