[Live-devel] SVC -> AVC

Sergey G. Kosov sergey.kosov at project-10.de
Tue Jul 5 17:25:57 PDT 2011


>>I wonder how to extract an AVC flow from the SVC file, using live555 

>>library. Should it be a filter?

 

> I'm not sure what a "SVC file" is, but it it's the same as a ".264" file

> - i.e., a sequence of H.264 NAL units, each preceded by 0x00000001 - 

> then you may be able to use "H264VideoStreamFramer" (or perhaps a slight 

> modification of this).

> 

> -- Ross FinlaysonLive Networks, Inc.

>  <http://www.live555.com/> http://www.live555.com/

 

Thats right. I mean that SVC stream is a container with up to 9 layers (3
temporal and 3 spacial), where each layer could be represented as an AVC
stream. It is possible to extract the needed layer with i.e. "svcext
library". But I want to do that with the help of live555. 

Processing SVC stream with "H264VideoStreamFramer" produces a .ts file with
spacial layer equal to 0 and temporal layer also equal to 0. And my question
was about extracting a user-defined layer to save it in a .ts file. I use as
an example testH264VideoStreamer application from the original library
package.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20110706/89ade4c4/attachment.html>


More information about the live-devel mailing list