Hi If I could frame this question another way.
Is it possible to encode/decode a webm container format over a network stream? The spec's do indeed indicate this is supported, to support HTTP streamin it says "A live Matroska stream is different than a file, because it may have no known end (only when the client disconnects). For that the Segment must use the "unknow" size (all 1s in the size). " (http://www.matroska.org/technical/streaming/index.html), which is what webm is based on. So I checked the code in file matroskaenc.c, and it does exactly this in method "start_ebml_master", it calls "put_ebml_size_unknown." So that should be it. However it doesnt work as expected. Is there something I'm missing here? Thanks _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
