<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.4">
</HEAD>
<BODY>
Le samedi 22 juin 2013 à 13:31 -0700, yusuf.husainy a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
    I am using an h264parse element at the transmitter, which is capturing<BR>
    H264frames from C920. So, the H264 bitstream is already split up into<BR>
    logical units, this would mean that there wouldn't be a requirement of<BR>
    h264parse at the receiver also, right?, I mean I don't know, should I be<BR>
    using it?<BR>
    <BR>
    Also, in the /etc/media-codec.xml file, it states that the type of the media<BR>
    stream is video/avc, however, the video stream I have shows, it is<BR>
    video/x-h264, should this be an issue I should be looking at?<BR>
</BLOCKQUOTE>
<BR>
H264 parse will convert the format as needed, or complete the caps (which seems to be your case). Since 1.0, it is required and was already recommended to always have it in 0.10.<BR>
<BR>
Nicolas
</BODY>
</HTML>