No URI handler implemented for "rtmp"
Nicolas Dufresne
nicolas at ndufresne.ca
Wed Mar 15 18:27:32 UTC 2017
Le mercredi 15 mars 2017 à 16:58 +0100, David Gomez a écrit :
> I'm developing a aplication to reproduce a RTMP stream in an Android
> device, the pipeline use:
>
> Pipeline: Playbin3
>
> NDK_TARGET_LEVEL: android-23
> NDK_APP_ABI: armeabi-v7a
> ANT_VERSION: 1.9.4
> GST_ANDROID_ARCH: armv7
> GST_ANDROID_VERSION: 1.10.3
>
> In the declaration of de android.mk is set:
>
> include $(GSTREAMER_NDK_BUILD_PATH)/plugins.mk
> GSTREAMER_PLUGINS := $(GSTREAMER_PLUGINS_CORE)
> $(GSTREAMER_PLUGINS_PLAYBACK) $(GSTREAMER_PLUGINS_CODECS)
> $(GSTREAMER_PLUGINS_NET) $(GSTREAMER_PLUGINS_SYS)
> $(GSTREAMER_PLUGINS_CODECS_RESTRICTED) $(GSTREAMER_CODECS_GPL)
> $(GSTREAMER_PLUGINS_ENCODING) $(GSTREAMER_PLUGINS_VIS)
> $(GSTREAMER_PLUGINS_EFFECTS) $(GSTREAMER_PLUGINS_NET_RESTRICTED)
> GSTREAMER_EXTRA_DEPS := gstreamer-video-1.0 glib-2.0
>
> But the Android moniter send me the next message:
>
> 03-15 16:51:33.077: W/GStreamer+urisourcebin(15758):
> 0:12:13.477505322 0xd628a720
> gsturisourcebin.c:1576:gen_source_element:<urisourcebin4> error: No
> URI handler implemented for "rtmp".
Do you have libgstrtmp.a being linked and then initialized ? Maybe this
plugin was not packaged ?
>
> And the video not Playing.
>
> Thanks
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170315/f3bab161/attachment.sig>
More information about the gstreamer-devel
mailing list