Hello,
I would like to stream the audio+video over http from a single command line.
Until now, I have over rtp/rtsp the audio, but I need a compatible format for Apple Safari.
Code:
ffmpeg -f alsa -ac 1 -i plughw:0 -ar 44100 -f mpegts -f rtp://192.168.1.150:1234
Would you have command line to do so ?
best regards