bdfy
Results
1
comments of
bdfy
#!/usr/bin/python3 ` import asyncio from aiortsp.rtsp.reader import RTSPReader from rtsp_rtp.transport.primitives import RTPDatagram, NalUnit from rtsp_rtp.transport.primitives.nal_unit import NalUnitError f1 = open("H264-media-1.264", "wb") async def main(): async with RTSPReader('rtspt://.......') as reader1: async...