Hi ,
I have several doubts and questions as follows . 1) I read the article of compiling the gstreamer programs which uses bad plugins, using pkg-config which says the pkg-config have to refer to "gstreamer-plugins-bad-0.10" but on my system when i reviewed the list of all known packages to the pkg-config it doesnt show me " gstreamer-plugins-bad-0.10 " . does this mean tht gstreamer-plugin-bad is not prperly installed on my machine ? (when i use bad plugins using gst-launch the pipeline works fine though ) 2) What i want to do is read incoming live rtmp flash stream and seperate it frame by frame for processing . proces the frame and again generate the output stream .For all this I am using ( 1 ) crtmpserver ( 2 ) gstreamer-0.10 ( 3 ) some image processing lib . The problem is i am unable to catch the incoming stream and process it . Followin is the flow i expect rtmpsrc --- > appsrc --- > appsink --- > rtmpsink Client Server ___________ _______________ | webcam | | | | | | rtmp://server/folder/stream | | | flash ------->|-----------------------------------> | crtmpd | | player<------ |<----------------------------------- | | | | | | | gstreamer<-| | |___________| | | | | | process | | | |______ | | |_______________| _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Tue, Aug 28, 2012 at 6:25 AM, devendra dhanal <[hidden email]> wrote: Hi , This means that your search path is not the same as the path expected by gstreamer. You are probably running some variant of fedora. Here is a link that explains the situation. http://wingolog.org/archives/2011/03/18/usrlocal-fedora-rpath-foo Here is a link that explains a possible solution. However, I don't like this solution and am also still looking for a reliable one. http://wingolog.org/archives/2011/03/18/usrlocal-fedora-rpath-foo#b2aa29e8a5516533f5fef47109d9ad72d7de9284
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thanks for your reply but what u suggested is not useful for me as i am using ubuntu 12.04 64 bit desktop and another thing is i wan to use rtmp in my prpgram and i am unable to even find the rtmpsrc.h even when i install the gstreamer-plugins-bad using cerbero as well as building form source
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |