Giter Site home page Giter Site logo

xiao-bai52 / tencent_meeting Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudiver/tencent_meeting

0.0 0.0 0.0 2 KB

腾讯会议直播直链获取,可用于录制直播视频。

Home Page: https://meeting.tencent.com/index.html

Python 100.00%

tencent_meeting's Introduction

tencent_meeting

腾讯会议直播直链获取,可用于录制直播视频。

输出示例:

会议号: 223943850
直播主题: 清华大学第三届“全球水循环遥感与水利大数据”暨“**第四届卫星重力与水文学”论坛
直播状态: 2
live直链: https://liveplay.wemeet.tencent.com/trtc_1400115281/stream_7186919883062861502_913650855.flv?txTime=5ff2ccc0&txSecret=B2231A61AB13ADD73B9368F1A413530E
https://liveplay.wemeet.tencent.com/trtc_1400115281/stream_7186919883062861502_913650855.m3u8?txTime=5ff2ccc0&txSecret=B2231A61AB13ADD73B9368F1A413530E
rtmp://liveplay.wemeet.tencent.com/trtc_1400115281/stream_7186919883062861502_913650855?txTime=5ff2ccc0&txSecret=B2231A61AB13ADD73B9368F1A413530E

获取到 live_url 后就可以用IDM或者其他工具下载(录制)视频。

优点:录制的视频为原画质

缺点:不能中途停止录制,必须要等直播方关闭推流后,才会保存视频。

但是也能解决:取消下载后,可以在 C:\Users\fan\AppData\Roaming\IDM\DwnlData\fan下找到一个没有扩展名的文件。在文件名后添加 .flv 即可正常播放。

其他录制方式,比如说ffmpeg:

ffmpeg -i "https://liveplay.wemeet.tencent.com/trtc_1400115281/stream_7186919883062861502_913650855.flv?txTime=5ff2ccc0&txSecret=B2231A61AB13ADD73B9368F1A413530E" -c:v copy -c:a copy -bsf:a aac_adtstoasc 12_05_meeting.mp4

tencent_meeting's People

Contributors

cloudiver avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.