Changes between Version 84 and Version 85 of StreamingGuide
- Timestamp:
- Sep 17, 2021, 12:16:28 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StreamingGuide
v84 v85 216 216 217 217 {{{ 218 ffmpeg -i INPUT -acodec libmp3lame -ar 11025 - -f rtp rtp://host:port218 ffmpeg -i INPUT -acodec libmp3lame -ar 11025 -f rtp rtp://host:port 219 219 }}} 220 220 where 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).
