MegaGlest Forum

MegaGlest => MegaGlest => Topic started by: andy_5995 on 8 February 2019, 23:19:03

Title: Live Streaming games
Post by: andy_5995 on 8 February 2019, 23:19:03
I was able to stream a game pretty easily today. Using twitch (https://www.twitch.tv/) and installing the OBS Studio flatpak (https://www.flathub.org/apps/details/com.obsproject.Studio). (OBS Studio was available from the Debian repo but I decided to try it with the flatpak instead.)

OBS Studio is also available for macOS and Windows (https://obsproject.com/).

I had to deselect 'hardware record' because I got the error "If you are using the NVENC or AMD encoders, make sure your video drivers are up to date". According to the log, it was because I didn't have nvenc support enabled in ffmpeg.

The way Jammy does it, without using OBS Studio and streaming directly to Youtube with ffmpeg, he gave me a few links

https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu

If you have an nvdia card
https://trac.ffmpeg.org/wiki/HWAccelIntro
https://developer.nvidia.com/ffmpeg

Quote
if you use pulseaudio you will need --enable-libpulse https://www.ffmpeg.org/ffmpeg-devices.html#pulse

Streaming Guide (https://trac.ffmpeg.org/wiki/StreamingGuide)

Code: [Select]
ffmpeg -hwaccel cuvid -f pulse -ac 2 -i 0 -f x11grab -vsync passthrough -framerate 30 -video_size 1920*1080 -i :0.0+0,0 -c:v h264_nvenc -maxrate 1984k -bufsize 3968k -vf "format=yuv420p" -g 60 -c:a aac -b:a 128k -ar 44100 -f flv rtmp://a.rtmp.youtube.com/live2/mystreamkey
Title: Re: Live Streaming games
Post by: andy_5995 on 11 February 2019, 06:14:06
My Twitch page (https://www.twitch.tv/andy_5995/); when I stream videos they will show up there.

I see that for regular twitch accounts, videos recorded from streaming are deleted after 14 days. I'll put some on my

PeerTube Channel (https://peervideos.com/accounts/gravityisforsuckers/videos) for permanent storage.

Here is the first ever MG video on PeerTube (https://peervideos.com/videos/watch/52047910-08e4-4404-a79b-88d1292efe14) (yay!).
Title: Re: Live Streaming games
Post by: HonzaCZ on 12 February 2019, 23:59:06
pogchamp