<br><br><div class="gmail_quote">On Tue, Aug 28, 2012 at 6:25 AM, devendra dhanal <span dir="ltr"><<a href="mailto:devendradhanal@gmail.com" target="_blank">devendradhanal@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hi , <br>I have several doubts and questions as follows .<br><br>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 ) <br>


</blockquote><div><font color="#ff0000">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. </font><a href="http://wingolog.org/archives/2011/03/18/usrlocal-fedora-rpath-foo" target="_blank">http://wingolog.org/archives/2011/03/18/usrlocal-fedora-rpath-foo</a><br>

<font color="#ff0000">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. </font><br><a href="http://wingolog.org/archives/2011/03/18/usrlocal-fedora-rpath-foo#b2aa29e8a5516533f5fef47109d9ad72d7de9284" target="_blank">http://wingolog.org/archives/2011/03/18/usrlocal-fedora-rpath-foo#b2aa29e8a5516533f5fef47109d9ad72d7de9284</a><br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<br><br>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 .<br>



Followin is the flow i expect <br><br> rtmpsrc --- > appsrc --- > appsink --- > rtmpsink <br><br>  Client                                                       Server<br>  ___________                                         _______________<br>



 |  webcam     |                                        |                          |<br> |     |             | rtmp://server/folder/stream |                          |<br> |  flash ------->|----------------------------------->   |     crtmpd           |<br>



 | player<------ |<-----------------------------------   |       | |                 |<br> |                   |                                        |   gstreamer<-|     |<br> |___________|                                        |       |            |      |<br>



                                                              |    process    |      |<br>                                                              |       |______ |      |<br>                                                              |_______________|<br>



<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>