Changes between Version 60 and Version 61 of StreamingGuide
- Timestamp:
- Nov 20, 2013, 6:33:02 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StreamingGuide
v60 v61 227 227 (basically, one side needs to specify "listen" and the other needs to not to). 228 228 229 To use with mplayer as a receiver it would be like 230 ffmpeg -i ... -f mpegts "tcp://127.0.0.1:2000" 231 and on the mplayer side 232 mplayer ... ffmpeg://tcp://127.0.0.1:2000?listen 233 234 (start mplayer first) 235 229 236 Another option is to use rtp (which by default uses udp) but by specifying it use tcp: 230 237
