Changes between Version 35 and Version 36 of StreamingGuide
- Timestamp:
- 10/17/2012 01:19:13 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StreamingGuide
v35 v36 144 144 'rtmp://<wowza server IP>/live/cam0' is where the transcoded video stream gets pushed to 145 145 146 == Variable bitrate ==146 == Variable bitrate based on line conditions == 147 147 148 148 FFmpeg doesn't (today) support varying the encoding bitrate based on fluctuating network conditions. It does support outputting in several "different" fixed bitrates, at the same time, however [http://stackoverflow.com/questions/12041077/ffmpeg-output-to-multiple-files-simultaneously see here], which is somewhat related. Also if you are during direct capture from directshow, the input device starts dropping frames when there is congestion, which somewhat simulates a varying bitrate. 149 149 150 == Troubleshooting ==150 == Troubleshooting Streaming == 151 151 152 152 If you get a "black/blank" screen from your server, try sending it yuv422p or yuv420p type input. Some servers get confused if you send them yuv444 input (which is the default for libx264). 153 153 154 == See also == 154 155 156 == External links == 155 157 156 158 This [http://sonnati.wordpress.com/2011/08/30/ffmpeg-–-the-swiss-army-knife-of-internet-streaming-–-part-iv/ tutorial].


