Changes between Version 1 and Version 2 of Ticket #246, comment 3
- Timestamp:
- 02/27/13 16:24:08 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #246, comment 3
v1 v2 60 60 * The container format is important, I've used "oggmux" / "oggdemux" for most of the formats because it is one of the most widely used container format and well supported. But there are others... Worth a try. Especially when we start dropping some buffers because of network congestion, the container format will become more important in dealing with those "broken" streams. 61 61 * The list of gstreamer plugins that you can use can be found [http://gstreamer.freedesktop.org/documentation/plugins.html here] (note that you may need to install extra packages to support all the plugins) 62 * vorbis is good format, it would be good to find out what is wrong with it..62 * vorbis is a good format, it would be good to find out what is wrong with it..