How to extract the h264 samples in the media-receiver example #815
Unanswered
AlexSZYDLO
asked this question in
Q&A
Replies: 1 comment 7 replies
-
I am wondering for the same question, it seems only implemented packetizations for send direction, but not implemented depacketizations yet for recv direction. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
The media-receiver example is working fine and acquires data from the webcam via the browser, that I can visualize with the provided GStreamer pipeline
However, I need to extract the h264 samples in the code. In the example, it looks like the data is RTP packets, which I have no idea how to convert into h264...
I'm not sure if I'm missing something or if this is just not implemented in this lib. I believe the missing part is what gstreamer's "rtph264depay" filter is doing but the code looks pretty complex...
Any thoughts or help would be much appreciated... At least to confirm that I'm looking in the right direction :)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions