# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/c4bgtrq
ffmpeg 支持 webrtc 推流**
1 前言 ffmpeg 是音視頻業界最著名的開源之一,支持多種流媒體協議的推拉流,支持多種媒體格式,支持多種編解碼器,但是一直沒有對 webrtc 協議的推拉流進行支持。在 whip 協議寫入 rfc 的草案後,webrtc 協議的推流協議就有了規範。whip 協議,全名: WebRTC-HTTP ingestion protocol.rfc 地址:  https://www.ietf.orgRead more