ingest.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:voctomix-outcasts 作者: CarlFK 项目源码 文件源码
def main():
    GObject.threads_init()
    Gst.init([])

    args = get_args()
    core_ip = socket.gethostbyname(args.host)

    server_caps, args = get_server_conf(core_ip, args.source_id, args)

    pipeline = mk_pipeline(args, server_caps, core_ip)

    clock = get_clock(core_ip)

    run_pipeline(pipeline, clock, args.audio_delay, args.video_delay)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号