Mohamed Fouad (12020-04-18):
> But what is the recommended method to send such 100 bytes attached to each
> video frame (real time streaming , h264) ?

Definitely not what you were trying: extradata is something that is
needed by the codec, changing it will result in broken playback.
> 
> I tried packet (on stream level) spherical (mp4 movenc) side data , I
> cannot make it to change across frames , it is the same value for all
> frames.
> 
> as a workaround , I'll be trying to use a subtitles stream , I'm not sure
> if it will work.
> 
> I failed to find any example for encoding and decoding (data stream)
> which I think is the right way.  But a glance at the source code
> indicates it is not properly implemented in mkv nor mov encoders / decoders.

I do not think the codec has anything to offer to help your issue:
carrying extra information is the role of the format/protocol.

Please do not reply in person, reply on the mailing list.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Libav-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/libav-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to