Yritän vain lähettää ffmpeg
-virran, joka koostuu työpöydän sieppauksesta paikalliselle ffserver
:
# ffserver >/dev/null 2>&1 & # ffmpeg -video_size 1600x900 -framerate 25 -f x11grab -i :0.0 -f alsa \ -ac 2 -i hw:0 http://localhost:8090/feed1.ffm
Minulla on seuraava virhe:
[mpeg1video @ 0x55652e5d5da0] MPEG-1/2 does not support 3/1 fps ... Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
Kuinka voin välttää tämän virheen ja suoratoistaa työpöydän ffserverille?
Kommentit
Vastaa
Tämän pitäisi auttaa sinua:
https://organicdesign.nz/Simple_video_streaming_with_ffserver
https://www.youtube.com/watch?v=cObC-nNUIwI
Sinun pitäisi pystyä räätälöimään nämä tiedot tarpeidesi mukaan.
Kuten:
ffmpeg -r 25 -s 1600x900 -f x11grab -i :0.0 http://localhost:8090/feed1.ffm
ja jos sinulla on erillinen syöte äänelle, jos haluat.
Ja:
ffmpeg -f alsa -i hw:0,0 -acodec pcm_s16le http://localhost:8090/feed2.ffm
Tai: Selvitä, kuinka saada molemmat pelaamaan hienosti yhdessä linjassa.
Yritä käyttää näitä ACL-asetuksia:
ACL allow 127.0.0.1 ACL allow 192.168.0.0 192.168.255.255
Tällä komennolla:
ffserver >/dev/null 2>&1 & ffmpeg -video_size 1600x900 -framerate 20 -f x11grab -i :0.0 \ -f alsa -ac 2 -i hw:0 http://127.0.0.1:8090/feed1.ffm
Näyttää siltä, että yhteys saatetaan evätä sanan localhost vuoksi.
feed1.ffm
sanoo?