gabrielhpugliese
New Member
After receiving a lot of SegFaults and core dumped from OBS withing 30s to 1min, I tried to run ffmpeg directly from terminal but with same side effects.
Then I've changed the ppa and magically everything is working now for like 1 hour !!! I'm so happy :) Now I can stream my code sessions at CodersTV.com
This is what I've done:
Hope it works for everyone that has same issues! :)
Then I've changed the ppa and magically everything is working now for like 1 hour !!! I'm so happy :) Now I can stream my code sessions at CodersTV.com
This is what I've done:
Code:
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg gstreamer0.10-ffmpeg
Hope it works for everyone that has same issues! :)