search for: oggdemux

Displaying 4 results from an estimated 4 matches for "oggdemux".

2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
...endo/plugin/AudioSinkJ2.class ./com/fluendo/plugin/AudioSinkSA$RingBufferSA.class ./com/fluendo/plugin/AudioSinkSA$RingReader.class ./com/fluendo/plugin/AudioSinkSA.class ./com/fluendo/plugin/FakeSink.class ./com/fluendo/plugin/HTTPSrc$1.class ./com/fluendo/plugin/HTTPSrc.class ./com/fluendo/plugin/OggDemux$1.class ./com/fluendo/plugin/OggDemux$OggChain.class ./com/fluendo/plugin/OggDemux$OggStream.class ./com/fluendo/plugin/OggDemux.class ./com/fluendo/plugin/OggPayload.class ./com/fluendo/plugin/Overlay$1.class ./com/fluendo/plugin/Overlay$2.class ./com/fluendo/plugin/Overlay.class ./com/fluendo/plu...
2010 Apr 15
1
Webcam streaming with ptalarbvorm
...vvvvv --messages --eos-on-shutdown v4l2src ! 'video/x-raw-yuv, width=640, height=480' ! videorate ! 'video/x-raw-yuv, framerate=15/1' ! queue max-size-bytes=100000000 max-size-time=0 ! theoraenc bitrate=150 ! oggmux ! tee name=ogged ! queue max-size-bytes=100000000 max-size-time=0 ! oggdemux ! theoradec ! xvimagesink sync=false ogged. ! queue max-size-bytes=100000000 max-size-time=0 ! filesink location=`date +%F_%T`.ogv ogged. ! queue max-size-bytes=100000000 max-size-time=0 ! shout2send ip=media.basilgohar.com port=8000 password=***passwordhidden*** mount=/basil-at-work.ogv streamname...
2011 May 23
2
[Cortado] How to support seeking in on-the-fly generated Theora stream?
...uot;); I recoded the Queue.java (Queue class) that the queue array is not a dump FIFO anymore and called it QueueSeek.java. Now the Buffer array is filled at the end and a variable points to the current play position which gets increased on every loop and sends the data to the next sink pad (at OggDemux). QueueSeek Buffer: +--# data added at the end +0-1-2-3-4-v------- |#|#|#|#|#| | | | -> unlimited capacity +----|------------- v current play position data will be send to demuxer but not removed from the FIFO Now i managed that the fill level of the buffer is the difference b...
2010 Apr 29
3
Ogg index and Skeleton 4.0
Hi everybody, I've updated OggIndex to now output Skeleton 4.0 tracks. The differences between Skeleton 3.x and Skeleton 4.0 with OggIndex is: * The fisbone packet now includes a "Radix" field. * The fisbone packet now includes two new compulsory message headers; "Role" and "Name". * The fishead packet no longer includes "start time"