Changes between Version 84 and Version 85 of StreamingGuide


Ignore:
Timestamp:
Sep 17, 2021, 12:16:28 PM (5 years ago)
Author:
nicol
Comment:

fix typo

Legend:

Unmodified
Added
Removed
Modified
  • StreamingGuide

    v84 v85  
    216216
    217217{{{
    218 ffmpeg -i INPUT -acodec libmp3lame -ar 11025 --f rtp rtp://host:port
     218ffmpeg -i INPUT -acodec libmp3lame -ar 11025 -f rtp rtp://host:port
    219219}}}
    220220where host is the receiving IP.  Then receive the stream using VLC or ffmpeg from that port (since rtp uses UDP, the receiver can start up any time).