Changes between Version 21 and Version 22 of StreamingGuide
- Timestamp:
- 08/20/2012 06:01:41 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StreamingGuide
v21 v22 85 85 == Outputting files == 86 86 87 FFmpeg supports splitting files (using "-f segment" for the output, see [http://ffmpeg.org/ffmpeg.html#segment_002c-stream_005fsegment_002c-ssegment segment muxer]) into time based chunks, useful for [http://en.wikipedia.org/wiki/HTTP_Live_Streaming HTTP live streaming] style file output. 87 FFmpeg supports splitting files (using "-f segment" for the output, see [http://ffmpeg.org/ffmpeg.html#segment_002c-stream_005fsegment_002c-ssegment segment muxer]) into time based chunks, useful for [http://en.wikipedia.org/wiki/HTTP_Live_Streaming HTTP live streaming] style file output. See also [http://stackoverflow.com/questions/12041077/ffmpeg-output-to-multiple-files-simultaneously this SO post]. 88 88 89 89 == Transcoding/repeating == 90 90 91 Ffmpeg can also receive from " somesource" (for instance live or udp) and then transcode and re-broadcast the stream.91 Ffmpeg can also receive from "a source" (for instance live or udp) and then transcode and re-broadcast the stream. 92 92 93 93 One mailing list user wrote this, quote: … … 123 123 124 124 'rtmp://<wowza server IP>/live/cam0' is where the transcoded video stream gets pushed to 125 126 == variable bitrate == 127 128 FFmpeg doesn't (today) support varying a bitrate based on changing network conditions. It does support outputting in "different" bitrates, at the same time, however [http://stackoverflow.com/questions/12041077/ffmpeg-output-to-multiple-files-simultaneously see here], which is vaguely related.


