You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added <stream_once>Yes</stream_once> to so I don't fill my terminal in infinite loops
launched ffmpeg2theora -x 192 -y 128 -a 0 -v 4 --title K-Tel_Lets_Disco.mp4 -o - K-Tel_Lets_Disco.mp4 >blah. Finishes without error, though the output is unparsable by ffprobe, mpv or even file
replaced the with ffmpeg -i "@T@" -c:v libvpx -c:a libvorbis -f ogv - . Output of this Is parsable by ffprobe, mpv et al. But when used in ezstream I still get the instant skip to the next file and the EROR messages described above.
The text was updated successfully, but these errors were encountered:
What I tried:
ezstream -r -v -c ./ezstream-video.xml
What I expected:
What I saw instead:
connected: http://127.0.0.1:8000/video.ogg
What I tried:
<stream_once>Yes</stream_once>
to so I don't fill my terminal in infinite loopsffmpeg2theora -x 192 -y 128 -a 0 -v 4 --title K-Tel_Lets_Disco.mp4 -o - K-Tel_Lets_Disco.mp4 >blah
. Finishes without error, though the output is unparsable byffprobe
,mpv
or evenfile
ffmpeg -i "@T@" -c:v libvpx -c:a libvorbis -f ogv -
. Output of this Is parsable by ffprobe, mpv et al. But when used in ezstream I still get the instant skip to the next file and the EROR messages described above.The text was updated successfully, but these errors were encountered: