How to add hardware caam support in librtmp is the part of libgstrtmp.so

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

How to add hardware caam support in librtmp is the part of libgstrtmp.so

veeranjaneyulu
Hi all
Thanks In Advance,

we compiled rtmp dump/gstreamer1.0-plugins-bad_1.4.1 .Then we generated librtmps.so and libgstrtmp.so .But how to know its calling hardware caam via openssl ,support is working or not?

my questions is previous libsrtp source code we added hardware caam support engine code .via openssl its working fine.like that in librtmp is available?

gstreamer plugin:
gst-launch-1.0 -v imxv4l2src device=/dev/video1 ! vpuenc ! rtppayh264 ! rtmpsink location=//IP addr:port/live/streaming.

Its streaming but how to whether software/Hardware encryption is going on?

Thanks & Regards
veeranjaneyulu
Reply | Threaded
Open this post in threaded view
|

Re: How to add hardware caam support in librtmp is the part of libgstrtmp.so

Sebastian Dröge-3
On Do, 2016-05-05 at 01:21 -0700, veeranjaneyulu wrote:

> Hi all
> Thanks In Advance,
>
> we compiled rtmp dump/gstreamer1.0-plugins-bad_1.4.1 .Then we generated
> librtmps.so and libgstrtmp.so .But how to know its calling hardware caam via
> openssl ,support is working or not? 
>
> my questions is previous libsrtp source code we added hardware caam support
> engine code .via openssl its working fine.like that in librtmp is available?
>
> gstreamer plugin:
> gst-launch-1.0 -v imxv4l2src device=/dev/video1 ! vpuenc ! rtppayh264 !
> rtmpsink location=//IP addr:port/live/streaming.
>
> Its streaming but how to whether software/Hardware encryption is going on?
librtmp is using GnuTLS or OpenSSL. Depending on whether those are
compiled with support for special CPU instructions or not, and
depending on if librtmp does things correctly, it will use those.

This has nothing to do with GStreamer.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (968 bytes) Download Attachment