PW Akshay

Generation

generate functionMon, 05 Dec 2022

Program to stream m3u8 urlto rtmp in python using GStreamer .

import os os.system(""" gst-launch-1.0 playbin uri=https://videocdn-us.geocdn.scaleengine.net/v0/video/streams/saber-test-chunklist.m3u8 ! tee name=pre ! queue ! mpegtsmux name=mux ! rtmpsink location='rtmp://127.0.0.1/live/test' pre. ! queue ! mux. """)

Questions about programming?Chat with your personal AI assistant