Dear all,
I am facing to the following problem: I would like to pass the data structure SPS, PPS - which are well parsed / retrieved in the h264 packetizer module - to TS muxer module. Can you give me some way to be able to do that?
Before in the version 1.1.0, I attached these data to the input_thread_t structure, then I call the vlc_object_find in both packetizer and ts muxer module to attach and retrieve the data respectively. Now in the 3.0.0-git, the vlc_object_find no longer exists. The alternative function vlc_object_find_name needs a call (in advance) to the function vlc_object_set_name, which I hardly figure out where to insert such call.
By the way, I am not sure if the modification of input_thread_t is a good manner to exchange the data between a packetizer and muxer.
Please give me a right way to do so with 3.0.0
Many thanks