Can we send data other than regular pipeline elements using Gstreamer.

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Can we send data other than regular pipeline elements using Gstreamer.

Dhananjay Jadhav
Hi All,

I am Able to send the data from Android device to C server using POST method
and then I am sending it to tcpserversink using pipeline:-
gst-launch-1.0 -v fdsrc do-timestamp=true h264parse ! decodebin
tcpserversink host=127.0.0.1 port=4953

Now I want to send My unique Device ID like Imei Number which I will be
getting using Post method.
Is it possible to pass custom data using Gstreamer. If so please guide me.





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Can we send data other than regular pipeline elements using Gstreamer.

Arjen Veenhuizen
You could embed your metadata (e.g. IMEI) in a KLV elementary stream. You can
then mux this KLV metadata stream with your h264 video stream.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Can we send data other than regular pipeline elements using Gstreamer.

Dhananjay Jadhav
Thanks for the suggestion i went through
https://developer.ridgerun.com/wiki/index.php/GStreamer_and_inband_metadata#Integrating_patches_for_metadata_support

Heere they have mentioned "in order to inject metadata to the pipeline
directly is needed the metasource plugin, this element allows to inject any
kind of metadata to the pipeline"

I googled but could not find way to install metasourse plugin. Can you
please suggest where can i find the plugin? I am using Ubuntu.  




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel