Error received from element tcpclientsrc0: Could not open resource for reading

Seung Hyun tmdgus9116 at naver.com
Tue Jan 19 15:01:58 PST 2016


Hi.

I was trying to produce a tutorial 3 Android applications using Gstreamer.
But I have a problem .
When I run the application from the Android Tutorial 3 on the screen "Error
receive from element tcpclientsrc0: Could not open resource for reading" as
errors are displayed.
I already have permission to add the internet AndroidMenifest.xml.

My development environment :
OS : Windows 7
IDE : Eclipse Mars
GStreamer version : 1.5.1
Android NDK version : r10e
================================================

My Android.mk :

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

GSTREAMER_SDK_ROOT_ANDROID	=:
C:\Users\SeungHyun\Desktop\gstreamer-1.0-android-arm-1.5.1
GSTREAMER_ROOT	:= C:\Users\SeungHyun\Desktop\gstreamer-1.0-android-arm-1.5.1

LOCAL_MODULE    := tutorial-3
LOCAL_SRC_FILES := tutorial-3.c
LOCAL_SHARED_LIBRARIES := gstreamer_android
LOCAL_LDLIBS := -llog -landroid
include $(BUILD_SHARED_LIBRARY)

ifndef GSTREAMER_SDK_ROOT
ifndef GSTREAMER_SDK_ROOT_ANDROID
$(error GSTREAMER_SDK_ROOT_ANDROID is not defined!)
endif
GSTREAMER_SDK_ROOT        := $(GSTREAMER_SDK_ROOT_ANDROID)
endif
GSTREAMER_NDK_BUILD_PATH  :=
C:\Users\SeungHyun\Desktop\gstreamer-1.0-android-arm-1.5.1\share\gst-android\ndk-build
include $(GSTREAMER_NDK_BUILD_PATH)\plugins.mk
GSTREAMER_PLUGINS         := $(GSTREAMER_PLUGINS_CORE)
$(GSTREAMER_PLUGINS_SYS) $(GSTREAMER_PLUGINS_EFFECTS)
$(GSTREAMER_PLUGINS_CODECS) $(GSTREAMER_PLUGINS_NET)
$(GSTREAMER_PLUGINS_CODECS_RESTRICTED)
GSTREAMER_EXTRA_DEPS      := gstreamer-video-1.0
include $(GSTREAMER_NDK_BUILD_PATH)\gstreamer-1.0.mk

================================================================

How to fix it??

Thank you for your help.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Error-received-from-element-tcpclientsrc0-Could-not-open-resource-for-reading-tp4675389.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list