在Linux上使用OBS做流直播要有一个密集型的内存,也很麻烦。鉴于此,Bill Auger在LiveEdu.tv上开发了世界上最好用的Linux流客户端。他从零开始开发这个项目,并直播了整个过程。此产品还没有完成,不过您可以使用它的测试版并对产品提出您的反馈。您的意见将有助Github上的用户安装该产品。
本指南将为您介绍如何在LiveEdu.tv上正确安装和使用Open Broadcaster Software [OBS] (开源直播软件)来做直播。请观看以下视频或遵照以下指南来设置您的直播。
这里有两个控制按钮和两个列表,scene(场景)和sources(来源)。 Scene是指整合网络上的多个来源或功能。Source可以是摄影机、桌面、甚至是一个单独的窗口。我们会向您展示如何添加Source。不过,让我们首先来了解一下如何设置一些基本的设置。因此,先从点击“ Settings”按钮开始。
Video Bitrate: 2000kbps (视频比特率)
Audio Bitrate: 64kbps (音频比特率)
如果您的直播超过2.0mbps, 它有可能会自动中止。
分辨率:为了要有最好的直播效果,’scaled’ 和’base’两个分辨率的设置要相同。
FPS: 设为30 (如果屏幕模糊,可以在15-30间进行测试)
做一个5分钟的直播测试并检查:
如果您需要任何帮助,请联系我们的24小时客服支持。
您可以使用ffmpeg,它是您在之前的配置中已经安装了。您可以创建一个叫scriptStream.sh的脚本,并放入以下脚本:
#variable definitions
INRES=”1366×768″ # input resolution
OUTRES=”1366×768″ # output resolution
FPS=”15″ # target FPS
GOP=”30″ # i-frame interval, should be double of FPS,
GOPMIN=”15″ # min i-frame interval, should be equal to fps,
THREADS=”2″ # max 6
CBR=”1100k” # constant bitrate (should be between 1000k – 3000k)
QUALITY=”veryfast” # one of the many FFMPEG preset
AUDIO_RATE=”44100″
STREAM_KEY=”” # your streaming key goes here
#to hide logs use= -loglevel quiet
ffmpeg -f x11grab -s “$INRES” -r “$FPS” -i :0.0 -f alsa -i hw:0 -f flv -ac 2 -ar $AUDIO_RATE
-vcodec libx264 -keyint_min 3 -b:v $CBR -minrate $CBR -maxrate $CBR -pix_fmt yuv420p
-s $OUTRES -preset $QUALITY -acodec aac -threads $THREADS
-bufsize $CBR “rtmp://usmedia3.liveedu.tv:1935/liveedutv/$STREAM_KEY”
然后从终端输入./scriptStrem.sh,这样就完成啦!
We’re thrilled to announce an exciting opportunity for you to win not one but two…
Acquiring practical skills is crucial for career advancement and personal growth. Education Ecosystem stands out…
Artificial Intelligence (AI) has been making significant strides in various industries, and the software development…
Another week to bring you the top yield platforms for three of the most prominent…
If you hold a large volume of LEDU tokens above 1 million units and wish…
It’s another week and like always we have to explore the top yield platforms for…