此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。
Streaming on Linux: FFMPEG, Twith, Hitbox
描述
In this video we shall be looking at streaming to hitbox.tv / twitch.tv by means of a bash script using FFMPEG. Be sure to check out my previous video tutorial on setting up your pulse audio so u can stream both your gameplay and mic - http://goo.gl/6mXtix
Network your Youtube Channel with GamerPeer and Freedom @ http://goo.gl/Zcjmnz
streaming.sh
#! /bin/bash
INRES="1280x1024" # input resolution (The resolution of the program you want to stream!)
OUTRES="1024x790" # Output resolution (The resolution you want your stream to be at)
FPS="22" # target FPS
QUAL="ultrafast"
# one of the many FFMPEG presets that can be used
# If you have low bandwidth, put the qual preset on 'ultrafast' (upload bandwidth)
# If you have medium bandwitch put it on normal to medium or fast
STREAM_KEY="xxxxxxxxxxxx" # this is your streamkey
ffmpeg -f x11grab -s "$INRES" -r "$FPS" -i :0.0 \
-f alsa -ac 2 -i pulse -vcodec libx264 -s "$OUTRES" \
-acodec libmp3lame -ab 128k -ar 44100 -threads 0 \
-f flv "rtmp://live.hitbox.tv/push/$STREAM_KEY"
# For streaming to twitch.tv replace rtmp address with rtmp://live.twitch.tv/app/
Network your Youtube Channel with GamerPeer and Freedom @ http://goo.gl/Zcjmnz
streaming.sh
#! /bin/bash
INRES="1280x1024" # input resolution (The resolution of the program you want to stream!)
OUTRES="1024x790" # Output resolution (The resolution you want your stream to be at)
FPS="22" # target FPS
QUAL="ultrafast"
# one of the many FFMPEG presets that can be used
# If you have low bandwidth, put the qual preset on 'ultrafast' (upload bandwidth)
# If you have medium bandwitch put it on normal to medium or fast
STREAM_KEY="xxxxxxxxxxxx" # this is your streamkey
ffmpeg -f x11grab -s "$INRES" -r "$FPS" -i :0.0 \
-f alsa -ac 2 -i pulse -vcodec libx264 -s "$OUTRES" \
-acodec libmp3lame -ab 128k -ar 44100 -threads 0 \
-f flv "rtmp://live.hitbox.tv/push/$STREAM_KEY"
# For streaming to twitch.tv replace rtmp address with rtmp://live.twitch.tv/app/
相关视频
Windows Media Streaming Tutorial
serverroom
Best buy Roku Streaming Media Players Roku 4 Streaming Media Player 4400R 4K UHD
Wasibbelf
STREAMING LIVE FROM THE ZNBC STUDIOS TV1, MASS MEDIA, LUSAKA We are streaming live from the ZNBC TV1 Studios at Mass Media here in Lusaka where the Home Affai
Hot Videos
Best buy Streaming Media Player Roku 3 Streaming Media Player 2014 model
Offam
REAL TIME & LOW LATENCY LIVE STREAMING - PhenixP2P at Streaming Media East 2017
Next TV News
Best buy Streaming Media Player Roku XDS Streaming Player 1080p
Offam