How to live stream using VPS without video lag?

jodusk2017

Newbie
Joined
Sep 17, 2017
Messages
3
Reaction score
2
I started to live stream in a vps but when i use Obs studio it gives me a high video lag and its almost impossible to stream anything that i want (movies/cartoons)
So what is the best solution here? I dont want to pay for dedicated servers that have Gpu.. they got high prices
i want something around $15~$40 bucks ;)
 
IMHO, OBS use alot of CPU

You can use ffmpeg:


HTML:
ffmpeg -re -stream_loop -1 -i YOUR_FILE.mp4 -vcodec libx264 -preset veryfast -maxrate 2500k -bufsize 3368k -vf "format=yuv420p" -g 60 -acodec libmp3lame -b:a 198k -ar 44100 -f flv -s 1280x720 -max_muxing_queue_size 400 rtmp://a.rtmp.youtube.com/live2/YOUR_KEY
 
Yeah go with FFMPEG i have seen many users from this forum stream for weeks now with that tool
 
I started to live stream in a vps but when i use Obs studio it gives me a high video lag and its almost impossible to stream anything that i want (movies/cartoons)
So what is the best solution here? I dont want to pay for dedicated servers that have Gpu.. they got high prices
i want something around $15~$40 bucks ;)
High Speed Broadband, i5 6th gen cpu atleast and OBS
 
IMHO, OBS use alot of CPU

You can use ffmpeg:


HTML:
ffmpeg -re -stream_loop -1 -i YOUR_FILE.mp4 -vcodec libx264 -preset veryfast -maxrate 2500k -bufsize 3368k -vf "format=yuv420p" -g 60 -acodec libmp3lame -b:a 198k -ar 44100 -f flv -s 1280x720 -max_muxing_queue_size 400 rtmp://a.rtmp.youtube.com/live2/YOUR_KEY
what is the difference between ffmpeg and obs? they both need GPU right?
 
Back
Top