You can subscribe to this list here.
2008 |
Jan
|
Feb
(21) |
Mar
(30) |
Apr
(17) |
May
(2) |
Jun
(30) |
Jul
(22) |
Aug
(39) |
Sep
(42) |
Oct
(30) |
Nov
(42) |
Dec
(16) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(31) |
Feb
(44) |
Mar
(33) |
Apr
(26) |
May
(15) |
Jun
(28) |
Jul
(15) |
Aug
(15) |
Sep
|
Oct
(34) |
Nov
(21) |
Dec
(36) |
2010 |
Jan
(53) |
Feb
(31) |
Mar
(30) |
Apr
(14) |
May
(12) |
Jun
(6) |
Jul
(5) |
Aug
(9) |
Sep
(10) |
Oct
(3) |
Nov
(1) |
Dec
(16) |
2011 |
Jan
(6) |
Feb
(5) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: kedahanzi <ked...@16...> - 2010-01-28 12:48:40
|
hello, i am new to gstreamer, i need to write a TS flow media palyer, but i can't get some examples about how to use gstreamer. much thanks 2010-01-28 kedahanzi |
From: <vc...@fr...> - 2010-01-26 15:37:23
|
Hi, Is gst using the PCR timestamp embedded in TS packets when a gst server is streaming out TS over RTP ? If not, how gst is pacing the RTP packets at the correct rate ? Actually, "TS over RTP" bitrate shall be compliant with the original TS bit rate to prevent buffer overflow/underflow. Thanks in advance, Vince. |
From: <vc...@fr...> - 2010-01-26 15:13:01
|
Hi, Is gst using the PCR timestamp embedded in TS packets when a gst server is streaming out TS over RTP ? If not, how gst is pacing the RTP packets at the correct rate ? Actually, "TS over RTP" bitrate shall be compliant with the original TS bit rate to prevent buffer overflow/underflow. Thanks in advance, Vince. |
From: Michael S. <ms...@xi...> - 2010-01-21 16:42:25
|
2010/1/21 Sergiy Skuratov <sku...@uk...>: > >> hello! >> if use "gst-launch playbin uri=file:///absolut/path/to/file", playbin use >> filesrc element by default. >> I'm created new file source, e.g. "newfilesrc", and I need that playbin >> use >> it. how can I do it? > > In this particular case, you should explain why you want to replace > filesrc, and add the features you need to filesrc - or (more likely) > we can suggest a better way to accomplish your goals. > > To more directly answer your question, playbin2 (you should be using > this instead of playbin) will select the highest-ranked element that > can handle the uri it's given, so you'd give your new element a higher > rank than filesrc. > > Mike > > > I need read files ciphered other my program, and deciph it. no file sourse > element, which can do it. > really, playbin2 works like I need -- it takes my newfilesrc! > so thank you again You should write a decoder element to decode your format then - replacing the source element is a bad design. It means you won't be able to read your format from elsewhere - this is a pretty basic part of designing gstreamer plugins. Mike |
From: Andrey N. <and...@ya...> - 2010-01-21 07:35:09
|
Hi, > if use "gst-launch playbin uri=file:///absolut/path/to/file", playbin use filesrc element by default. > I'm created new file source, e.g. "newfilesrc", and I need that playbin use it. how can I do it? You can take a look on Source/gst-plugins-base/tests/examples/app/appsrc-ra.c example which illustrates how to use custom source (appsrc) with playibin. In addition you may consider using decodebin2 - something along this line: your_filesrc location=%1 ! decodebin2 ! xvimagesink Andrey. |
From: Mayank K. <er....@gm...> - 2010-01-21 03:05:57
|
Check the properties of playbin by "gst-inspect playbin".It will tell you all the parameters that you can mention such as file location, source etc. 2010/1/20 Cергей Cкуратов <sku...@uk...> > hello! > if use "gst-launch playbin uri=file:///absolut/path/to/file", playbin use > filesrc element by default. > I'm created new file source, e.g. "newfilesrc", and I need that playbin use > it. how can I do it? > > thank forward! > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Gstreamer-embedded mailing list > Gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded > > |
From: Michael S. <ms...@xi...> - 2010-01-20 16:07:24
|
2010/1/20 Cергей Cкуратов <sku...@uk...>: > hello! > if use "gst-launch playbin uri=file:///absolut/path/to/file", playbin use > filesrc element by default. > I'm created new file source, e.g. "newfilesrc", and I need that playbin use > it. how can I do it? In this particular case, you should explain why you want to replace filesrc, and add the features you need to filesrc - or (more likely) we can suggest a better way to accomplish your goals. To more directly answer your question, playbin2 (you should be using this instead of playbin) will select the highest-ranked element that can handle the uri it's given, so you'd give your new element a higher rank than filesrc. Mike |
From: Daniel C. <dch...@gm...> - 2010-01-19 05:08:14
|
On Mon, Jan 18, 2010 at 9:20 PM, Mayank Kapoor <er....@gm...> wrote: > Hi Stefan. > U might have already got this site but this is the only place where you will > find everything related to gstreamer. > http://gstreamer.freedesktop.org/documentation/ I don't know of any place better than this to learn gstreamer, well the code is better but I mean written in plain English. You can also use the IRC channel and the many implementations of gstreamer for different platforms. Cheers, Daniel. > > Browse through the site completely.....Are you a plugin writer or a gstream > application wirter? > both are available on this site in name of Application Development Manual > and Plugin Writer's Guide. > > As far as video knowledge is concerned I feel you google about "compression > techniques of video". > You will definitely get very useful links related to video processing and > also find the same in wikipedia. > > If you get anything useful or some good ebook, kindly share the link with > this mailing list. > > thanks > mayank > > On Tue, Jan 19, 2010 at 2:45 AM, Stefan Kost <en...@ho...> > wrote: >> >> Am 13.01.2010 09:41, schrieb Niamathullah sharief: >> > hello, >> > I want to learn about gstreamer and basic video. I want to >> > know how this video is processed and how it is displayed in display. So >> > can anyone suggest me a very good ebook. i googled for that but i didnt >> > get it. so please suggest me. >> > Thank you >> > >> >> There are no gstreamer books. There is the online material >> http://gstreamer.freedesktop.org/documentation/ >> and the sources. >> >> Stefan >> >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > This SF.Net email is sponsored by the Verizon Developer Community >> > Take advantage of Verizon's best-in-class app development support >> > A streamlined, 14 day to market process makes app distribution fast and >> > easy >> > Join now and get one step closer to millions of Verizon customers >> > http://p.sf.net/sfu/verizon-dev2dev >> > >> > >> > >> > _______________________________________________ >> > Gstreamer-embedded mailing list >> > Gst...@li... >> > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded >> >> >> >> ------------------------------------------------------------------------------ >> Throughout its 18-year history, RSA Conference consistently attracts the >> world's best and brightest in the field, creating opportunities for >> Conference >> attendees to learn about information security's most important issues >> through >> interactions with peers, luminaries and emerging and established >> companies. >> http://p.sf.net/sfu/rsaconf-dev2dev >> _______________________________________________ >> Gstreamer-embedded mailing list >> Gst...@li... >> https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Gstreamer-embedded mailing list > Gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded > > |
From: Mayank K. <er....@gm...> - 2010-01-19 03:20:48
|
Hi Stefan. U might have already got this site but this is the only place where you will find everything related to gstreamer. *http://gstreamer.freedesktop.org/documentation/*<http://gstreamer.freedesktop.org/> Browse through the site completely.....Are you a plugin writer or a gstream application wirter? both are available on this site in name of Application Development Manual and Plugin Writer's Guide. As far as video knowledge is concerned I feel you google about "compression techniques of video". You will definitely get very useful links related to video processing and also find the same in wikipedia. If you get anything useful or some good ebook, kindly share the link with this mailing list. thanks mayank On Tue, Jan 19, 2010 at 2:45 AM, Stefan Kost <en...@ho...>wrote: > Am 13.01.2010 09:41, schrieb Niamathullah sharief: > > hello, > > I want to learn about gstreamer and basic video. I want to > > know how this video is processed and how it is displayed in display. So > > can anyone suggest me a very good ebook. i googled for that but i didnt > > get it. so please suggest me. > > Thank you > > > > There are no gstreamer books. There is the online material > http://gstreamer.freedesktop.org/documentation/ > and the sources. > > Stefan > > > > > > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast and > easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev > > > > > > > > _______________________________________________ > > Gstreamer-embedded mailing list > > Gst...@li... > > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded > > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Gstreamer-embedded mailing list > Gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded > |
From: Stefan K. <en...@ho...> - 2010-01-18 21:15:34
|
Am 13.01.2010 09:41, schrieb Niamathullah sharief: > hello, > I want to learn about gstreamer and basic video. I want to > know how this video is processed and how it is displayed in display. So > can anyone suggest me a very good ebook. i googled for that but i didnt > get it. so please suggest me. > Thank you > There are no gstreamer books. There is the online material http://gstreamer.freedesktop.org/documentation/ and the sources. Stefan > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > > > > _______________________________________________ > Gstreamer-embedded mailing list > Gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded |
From: Stefan K. <en...@ho...> - 2010-01-18 20:44:07
|
Am 12.01.2010 07:32, schrieb Rajesh Ghole: > > Hello Naimathullah, > I am using following commands > > > 1. On the leopardboard > > gst-launch -v v4l2src always-copy=FALSE ! dmaiaccel ! queue ! dmaienc_mpeg4 ! rtpmp4vpay pt=96 ! udpsink host=192.168.2.15 port=5000 > > leopardboard ip = 192.168.1.83 > > 2. On the host > Host ip = 192.168.2.15 > gst-launch -v udpsrc port=5000 caps="application/x-rtp" ! rtpmp4vdepay ! ffdec_mpeg4 ! xvimagesink > > > which one do you start first. Have you tried the other way around. Also use the debug log to see whats wrong: GST_DEBUG="*:2" gst-launch ... that would print warnings, if there are none go higher "*:3" ... Stefan > > > > > On Mon, 11 Jan 2010 Niamathullah sharief wrote : >> I am not fimiliar with leopardboard. anyway i will try >> my best. can you post >> the commna dwhich you used to stream the video? >> >> On Mon, Jan 11, 2010 at 5:37 PM, Rajesh Ghole >> <ra...@te...>wrote: >> >>> >>> Hi I am using leopardboard >>> >>> I am trying to do a live streaming using gst-launch >> but have not succeeded >>> yet >>> >>> following are the logs on the board and the host pc >>> Can someone tell me what is missing >>> >>> ******************************************************- >> ************* >>> Log on the Leopardboard >>> >>> 42949444.360000] mt9v113 1-003c: invalid control id >> 9963806 >>> [42949444.380000] vpfe-capture: hpitch = 640, vpitch >> = 480, bpp = 2 >>> [42949444.390000] vpfe-capture: adjusted hpitch = 640, >> vpitch = 480, bpp = >>> 2 >>> [42949444.420000] vpfe-capture vpfe-capture: calling >> ccdc_config_raw() >>> /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: >> queue-size = 3 >>> /GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src:- >> caps = >>> video/x-raw-yuv, format=(fourcc)UYVY, width=(int)640, >> height=(int)480, >>> framerate=(fraction)1001/30000 >>> Pipeline is live and does not need PREROLL ... >>> Setting pipeline to PLAYING ... >>> New clock: GstSystemClock >>> /GstPipeline:pipeline0/GstTIDmaiaccel:tidmaiaccel0.Gst- >> Pad:src: caps = >>> video/x-raw-yuv, format=(fourcc)UYVY, width=(int)640, >> height=(int)480, >>> framerate=(fraction)1001/30000 >>> /GstPipeline:pipeline0/GstTIDmaiaccel:tidmaiaccel0.Gst- >> Pad:sink: caps = >>> video/x-raw-yuv, format=(fourcc)UYVY, width=(int)640, >> height=(int)480, >>> framerate=(fraction)1001/30000 >>> /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: >> caps = video/x-raw-yuv, >>> format=(fourcc)UYVY, width=(int)640, height=(int)480, >>> framerate=(fraction)1001/30000 >>> /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: >> caps = video/x-raw-yuv, >>> format=(fourcc)UYVY, width=(int)640, height=(int)480, >>> framerate=(fraction)1001/30000 >>> /GstPipeline:pipeline0/dmaienc_mpeg4:dmaienc_mpeg40.Gs- >> tPad:src: caps = >>> video/mpeg, mpegversion=(int)4, systemstream=(boolean) >> false, >>> framerate=(fraction)1001/30000, width=(int)640, >> height=(int)480 >>> /GstPipeline:pipeline0/dmaienc_mpeg4:dmaienc_mpeg40.Gs- >> tPad:sink: caps = >>> video/x-raw-yuv, format=(fourcc)UYVY, width=(int)640, >> height=(int)480, >>> framerate=(fraction)1001/30000 >>> /GstPipeline:pipeline0/dmaienc_mpeg4:dmaienc_mpeg40.Gs- >> tPad:src: caps = >>> video/mpeg, mpegversion=(int)4, systemstream=(boolean) >> false, >>> framerate=(fraction)1001/30000, width=(int)640, >> height=(int)480, >>> codec_data=(buffer)000001010000012000845d4c28a021e0a21- >> f >>> /GstPipeline:pipeline0/GstRtpMP4VPay:rtpmp4vpay0.GstPa- >> d:src: caps = >>> application/x-rtp, media=(string)video, >> clock-rate=(int)90000, >>> encoding-name=(string)MP4V-ES, >> profile-level-id=(string)0, >>> config=(string)000001010000012000845d4c28a021e0a21f, >> payload=(int)96, >>> ssrc=(guint)2769403315, clock-base=(guint)3220575415, >>> seqnum-base=(guint)21550 >>> /GstPipeline:pipeline0/GstRtpMP4VPay:rtpmp4vpay0.GstPa- >> d:sink: caps = >>> video/mpeg, mpegversion=(int)4, systemstream=(boolean) >> false, >>> framerate=(fraction)1001/30000, width=(int)640, >> height=(int)480, >>> codec_data=(buffer)000001010000012000845d4c28a021e0a21- >> f >>> /GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink- >> : caps = >>> application/x-rtp, media=(string)video, >> clock-rate=(int)90000, >>> encoding-name=(string)MP4V-ES, >> profile-level-id=(string)0, >>> config=(string)000001010000012000845d4c28a021e0a21f, >> payload=(int)96, >>> ssrc=(guint)2769403315, clock-base=(guint)3220575415, >>> seqnum-base=(guint)21550 >>> >>> >>> ******************************************************- >> ************** >>> Log on the Host PC >>> >>> >>> >>> >>> hadoop@Linux-sagar:~$ export DISPLAY=:0 >>> hadoop@Linux-sagar:~$ gst-launch -v udpsrc port=5000 >>> caps="application/x-rtp" ! rtpmp4vdepay ! ffdec_mpeg4 >> ! xvimagesink >>> Setting pipeline to PAUSED ... >>> /GstPipeline:pipeline0/GstUDPSrc:udpsrc0.GstPad:src: >> caps = >>> application/x-rtp, media=(string)video, payload=(int) >> 96, clock-rate=(int)1, >>> encoding-name=(string)MP4V-ES >>> Pipeline is live and does not need PREROLL ... >>> Setting pipeline to PLAYING ... >>> New clock: GstSystemClock >>> /GstPipeline:pipeline0/GstRtpMP4VDepay:rtpmp4vdepay0.G- >> stPad:src: caps = >>> video/mpeg, mpegversion=(int)4, systemstream=(boolean) >> false >>> /GstPipeline:pipeline0/GstRtpMP4VDepay:rtpmp4vdepay0.G- >> stPad:sink: caps = >>> application/x-rtp, media=(string)video, payload=(int) >> 96, clock-rate=(int)1, >>> encoding-name=(string)MP4V-ES >>> /GstPipeline:pipeline0/ffdec_mpeg4:ffdec_mpeg40.GstPad- >> :sink: caps = >>> video/mpeg, mpegversion=(int)4, systemstream=(boolean) >> false >>> /GstPipeline:pipeline0/ffdec_mpeg4:ffdec_mpeg40.GstPad- >> :src: caps = >>> video/x-raw-yuv, width=(int)0, height=(int)0, >> framerate=(fraction)25/1, >>> format=(fourcc)I420 >>> >>> ******************************************************- >> ****************** >>> >>> I think something more is expected here ... I do not >> see any output >>> >>> Can someone tell me what is the problem >>> >>> >>> >>> >>> >>> >>> ------------------------------------------------------- >> ------------------------ >>> This SF.Net email is sponsored by the Verizon >> Developer Community >>> Take advantage of Verizon's best-in-class app >> development support >>> A streamlined, 14 day to market process makes app >> distribution fast and >>> easy >>> Join now and get one step closer to millions of >> Verizon customers >>> http://p.sf.net/sfu/verizon-dev2dev >>> _______________________________________________ >>> Gstreamer-embedded mailing list >>> Gst...@li... >>> https://lists.sourceforge.net/lists/listinfo/gstreamer- >> -embedded >>> > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Gstreamer-embedded mailing list > Gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded |
From: Stefan K. <en...@ho...> - 2010-01-18 20:39:11
|
Am 12.01.2010 07:39, schrieb Niamathullah sharief: > Thank you. But when i use this "fullscreen=true" it is playing in same > small video. It is not coming in fullscreen. > > where this "g_object_set (element, "property-name", value, NULL);" will > be? my application means?which one? mfw_v4lsink is not provided by the gstreamer community. Please talk to the people you got that element from. That g_object_set (element, "property-name", value, NULL); is a code snippet that you can use from your application on a element to change a setting. Stefan > > On Mon, Jan 11, 2010 at 7:39 PM, thi...@gm... > <mailto:thi...@gm...> <thi...@gm... > <mailto:thi...@gm...>> wrote: > > > > On Mon, Jan 11, 2010 at 12:02 PM, Niamathullah sharief > <arm...@gm... <mailto:arm...@gm...>> wrote: > > Hello > I dont know how to use this gst-inspect elements. When i do > "gst-inspect mfw_v4lsink" i get > > fullscreen : If true it will be Full screen > flags: readable, writable > Boolean. Default: false Current: false > > > > But i dont know how to implement this fullscreen option. Please > help me > > > If you're using gst-launch for this, just set the element properties > as in: > gst-launch somesrc property=value ! someencoder property2=value2 ! > mfw_v4lsink fullscreen=true > > In your application you can set it with > g_object_set (element, "property-name", value, NULL); > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution > fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Gstreamer-embedded mailing list > Gst...@li... > <mailto:Gst...@li...> > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded > > > > > -- > Thiago Sousa Santos > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Gstreamer-embedded mailing list > Gst...@li... > <mailto:Gst...@li...> > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > > > > _______________________________________________ > Gstreamer-embedded mailing list > Gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded |
From: Stefan K. <en...@ho...> - 2010-01-18 20:36:07
|
Am 11.01.2010 09:48, schrieb Niamathullah sharief: > yes thank you. It is working fine. But it is playing from FB. may i know > how to play this video in any window like xwindow or any other thing > which is very easy. Please help me playbin takes the highes ranked videosink that is available and working. Apparently that is fbvideosink in your case. Run something simple as gst-launch videsttestsrc ! xvimagesink if you have a running x server with xvideo extension (check with xvinfo command). Stefan > > On Mon, Jan 11, 2010 at 12:32 PM, Michael Smith <ms...@xi... > <mailto:ms...@xi...>> wrote: > > On Sun, Jan 10, 2010 at 10:43 PM, Niamathullah sharief > <arm...@gm... <mailto:arm...@gm...>> wrote: > > > > Hello, > > how to play with "playbin". when i try to play the video with > > playbin i am getting this error > > "root@freescale ~$ gst-launch playbin uri=/root/yuvraj.mp4 > > Setting pipeline to PAUSED ... > > ERROR: Pipeline doesn't want to pause. > > ERROR: from element /GstPlayBinlaybin0: Invalid URI > "/root/yuvraj.mp4". > > Additional debug info: > > gstplaybasebin.c(1674): gen_source_element (): /GstPlayBinlaybin0 > > Setting pipeline to NULL ... > > FREEING pipeline ... > > root@freescale ~$ > > " Now i am standng still. It is telling as invalid URI. But the > video is in > > that PATH only. Then how to use this gen_source_element() > function? how to > > implement it? please help me.. > > The 'uri' property needs a uri, not a file path. Use a file:// URI as > the value of this property. > > Mike > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > > > > _______________________________________________ > Gstreamer-embedded mailing list > Gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded |
From: Niamathullah s. <arm...@gm...> - 2010-01-18 13:25:05
|
hello, I am gstreamer in freescale processor. that is working fine for one time when i use gst-launch. but when i do for secand time it is not working. see the error *root@freescale ~$ gst-launch filesrc location=/root/yuvraj.mp4 ! mfw_mp4demuxer ! queue max-size-buffers=0 max-size-time=0 ! mfw_vpudecoder ! mfw_v4lsink disp-w idth=990 disp-height=850 demux. MPEG4PARSER_05.14.00 build on Aug 6 2009 13:54:26. MFW_GST_MP4_PARSER_PLUGIN V1.6.0-r1 build on Jan 15 2010 12:23:05. MFW_GST_V4LSINK_PLUGIN V1.6.0-r1 build on Jan 15 2010 12:23:10. Setting pipeline to PAUSED ... [INFO] Product Info: i.MX51 VPU Version: firmware 15.2.0; libvpu: 4.7.0 MFW_GST_VPU_DECODER_PLUGIN V1.6.0-r1 build on Jan 15 2010 12:22:55. video type(0):33. Pipeline is PREROLLING ... [ 1932.880000] *** cs8556 lcd_fb_event [V4L Display]: left=5, top=56, width=984, height=736 ERROR: from element /GstPipeline:pipeline0/MfwGstVPU_Dec:mfwgstvpu_dec0: fatal error Additional debug info: Allocation of the Frame Buffers Failed ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... FREEING pipeline ... root@freescale ~$* So please help me why it happens. how to overcome this. thanks in advance* * |
From: Felipe C. <fel...@gm...> - 2010-01-16 11:47:23
|
On Sat, Jan 16, 2010 at 7:18 AM, Tejas <te...@pi...> wrote: > Nice to hear you back. I am using angstrom demo image for beagle board and I downloaded it from following link. Well, it seems to me you are only using and Angstrom demo image, you are not actually building the system. My first recommendation would be to actually build your own system; then you would have all the X11 development files and what not. However, that's not a topic for gst-embedded. I would recommend you to the beagleboard mailing list, or the IRC channel, both are riddled with people that have gone through the same issues before. bea...@go... Cheers. -- Felipe Contreras |
From: Tejas <te...@pi...> - 2010-01-16 05:42:56
|
Hi Felipe, Nice to hear you back. I am using angstrom demo image for beagle board and I downloaded it from following link. http://www.angstrom-distribution.org/demo/beagleboard/ This demo image contains X11 and all dependent libraries. When I use it I can get all Angstrom logo on my DVi o/p and I can run basic gstreamer tests to play video file by using ffmpeg Plugins. After that I have developed my own Plugins and implemented seeking for video Plugins. Same has been tested well on gst-player on X86 linux system and I can easily build gst-player on fedora machine. When I compile my gstreamer Plugins with help of scratchbox, there is no problem, because it gets all gstreamer libraries. But I am stuck while compiling gst-player. Please show me direction how can I build gst-player for beagle board? Thanks In Advance, Tejas. -----Original Message----- From: Felipe Contreras [mailto:fel...@gm...] Sent: Thursday, January 14, 2010 3:45 AM To: Tejas Cc: gst...@li... Subject: Re: [gst-embedded] Question regarding gst-player-0.0.0 Hi Tejas, On Wed, Jan 13, 2010 at 7:16 AM, Tejas <te...@pi...> wrote: > I have downloaded gst-player-0.0.0.tar.gz source file from > following link and installed it on 0x86 system. But now I would like to > compile the same source code with help of scratchbox and run it on beagle > board. I have tried a lot to compile all dependencies. Now I stuck up at X11 > libraries. My question is if I use gtk-target as directfb instead of X11, > will there be any problem while compiling gst-player ? Do you already have X11 running on your system? If so, which distribution did you use? It might be easier to use the build system your distribution is using. -- Felipe Contreras |
From: Felipe C. <fel...@gm...> - 2010-01-13 22:15:22
|
Hi Tejas, On Wed, Jan 13, 2010 at 7:16 AM, Tejas <te...@pi...> wrote: > I have downloaded gst-player-0.0.0.tar.gz source file from > following link and installed it on 0x86 system. But now I would like to > compile the same source code with help of scratchbox and run it on beagle > board. I have tried a lot to compile all dependencies. Now I stuck up at X11 > libraries. My question is if I use gtk-target as directfb instead of X11, > will there be any problem while compiling gst-player ? Do you already have X11 running on your system? If so, which distribution did you use? It might be easier to use the build system your distribution is using. -- Felipe Contreras |
From: Felipe C. <fel...@gm...> - 2010-01-13 22:07:16
|
Hi, gst-dsp is GStreamer plug-in to utilize Texas Intruments' DSP algorithms for OMAP3 platforms (using dsp-bridge). It's used in the official Nokia N900 system, but should work on any platform (has been tested on beagleboard). It's time for the next release. There have been a huge amount of changes, mostly for stabilization, but also some new features: * dynamic bitrate for venc * support to force keyfrane on venc * WMV support * Improved H.264 decoder support * New H.264 video encoder * Improved venc latency In general it seems almost ready for the 1.0 release... once the WMV3 issues have been solved, and the parsers are finalized. Thanks to all the people that contributed to this release. Here's the shortlog: Felipe Contreras (49): Makefile: trivial cleanup plugin: update ranks to primary Trivial cleanups base: add a few more branch prediction hints h264enc: enable bytestream by default h264enc: fix default bytestream mode New skip hack venc: cleanup some cache operations Implement multiple parameters venc: use a global frame_index venc: increase number of buffers Makefile: trivial cleanup venc: improve setcaps() venc: enable packet-mode for H.263 venc: disable unrestricted mv for H.263 venc: set a more proper intra_frame_interval venc: h264enc: mark keyframes log.h: fix trivial warnings vdec: refactor sink_setcaps a bit get-version: trivial cleanup vdec: trivial cleanups dummy: trivial code-style fixes dsp-bridge: add proc get info stuff dsp-bridge: make dsp_node_get_attr() public dsp-bridge: add dsp_enum_nodes() log: generic improvements vdec: setup h264 params venc: add missing buffer clean for jpegenc venc: add bitrate property jpegenc: force ports to have only one buffer log: reorganization for better pr_test venc: support dynamic bitrate configuration Makefile: add -fPIC Trivial cleanups {venc,vdec}: rename {send,recv}_cb {venc,vdec}: add send_cb for output buffers base: trivial simplification Update code style for switches Trivial parent_class improvements base: add {src,sink}_event virtual methods venc: add empty event handlers venc: add finalize function venc: initial 'force keyframe' support venc: store event to push downstream venc: add upstream 'force keyframe' support base: safety check for buffer length venc: add 'mode' property venc: start using 'mode' property venc: set rate control based on the mode Juha Alanen (12): Initial support for H.264 encoder venc: add generic and h264 specific structs venc: add bytestream property for h264 venc: add recv_buffer callback for h264 vdec: modify MPEG4 create phase parameters base: use proper buffer length in send_buffer vdec: modify some WMV parameters vdec: add support for WMV3 decoding vdec: add support for WVC1 decoding vdec: add recv_cb for wmv vdec: send dynamic parameters for wmv vdec: update frame index in wmvdec_send_cb Mark Nauwelaerts (8): vdec: call send_cb earlier base: make error handler helper public vdec: add priv_data for h264 lol vdec: add h264dec_transform_codec_data vdec: transform h264 buffers to bytestream vdec: cater for h264 node output parameters vdec: add extra size checks for h264 transform vdec: handle the case where NAL size prefix is < 3 Tim-Philipp Müller (3): base: fix some minor but recurrent memory leaks Fix refcount leak when setting up pad templates base: don't leak input buffer if we have a non-OK flow return Youness Alaoui (1): Plugin a leak on video encoders -- Felipe Contreras |
From: Niamathullah s. <arm...@gm...> - 2010-01-13 13:54:24
|
Hello i am getting different error now. when i try to compile "libXfont" i am getting this error *[code] checking for FONTCACHEPROTO... yes checking for gzopen in -lz... no configure: error: *** zlib is required Configuration of glib library has failed sharief@sharief-desktop:/mnt/freescale/sources/xwindow/libXfont-1.3.3$ vim configure [/code]* I searched but i didnt get it. Please help me |
From: Niamathullah s. <arm...@gm...> - 2010-01-13 10:57:53
|
I am sorry. I dont know how to write that application. Please help me to do this. Still i am facing the same problem. It is not working in fullscreen. On Wed, Jan 13, 2010 at 4:10 PM, Stefan Kost <en...@ho...>wrote: > Niamathullah sharief wrote: > > > > hello, > > I have just installed my gstreamer on my ARM board. In that i used to > > play the video by using command > > "gst-launch filesrc location=/root/yuvraj.mp4 ! mfw_mp4demuxer ! queue > > max-size-time=0 ! mfw_vpudecoder ! mfw_v4lsink" > > > > it is working fine. but the screen is very small and it is in middle, > > How to make that full screen and the letters which is in terminal is > > also coming along with the video. how rectify that problem? please he lp > > write an application that uses GstXOverlay interface from the videosink > to run in fullscreen. > > Stefan > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast and > easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Gstreamer-embedded mailing list > > Gst...@li... > > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded > > > > |
From: Stefan K. <en...@ho...> - 2010-01-13 10:39:53
|
Niamathullah sharief wrote: > > hello, > I have just installed my gstreamer on my ARM board. In that i used to > play the video by using command > "gst-launch filesrc location=/root/yuvraj.mp4 ! mfw_mp4demuxer ! queue > max-size-time=0 ! mfw_vpudecoder ! mfw_v4lsink" > > it is working fine. but the screen is very small and it is in middle, > How to make that full screen and the letters which is in terminal is > also coming along with the video. how rectify that problem? please he lp write an application that uses GstXOverlay interface from the videosink to run in fullscreen. Stefan > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > ------------------------------------------------------------------------ > > _______________________________________________ > Gstreamer-embedded mailing list > Gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded > |
From: Niamathullah s. <arm...@gm...> - 2010-01-13 07:41:14
|
hello, I want to learn about gstreamer and basic video. I want to know how this video is processed and how it is displayed in display. So can anyone suggest me a very good ebook. i googled for that but i didnt get it. so please suggest me. Thank you |
From: Tejas <te...@pi...> - 2010-01-13 05:14:16
|
Hello All, I have downloaded gst-player-0.0.0.tar.gz source file from following link and installed it on 0x86 system. But now I would like to compile the same source code with help of scratchbox and run it on beagle board. I have tried a lot to compile all dependencies. Now I stuck up at X11 libraries. My question is if I use gtk-target as directfb instead of X11, will there be any problem while compiling gst-player ? http://code.google.com/p/gst-player/downloads/list Please guide me to go further ahead. I am also not able to open www.directfb.org . Please guide me to make a simple media player which I can run on beagle board. Is there any GUI based media player available for beagle board which uses GStreamer as framework? -Tejas. |
From: Niamathullah s. <arm...@gm...> - 2010-01-12 14:03:58
|
Hello. I am trying to compile xorg-server for arm board. By that time i got a erro as *[code]checking for GL... configure: error: Package requirements (glproto >= 1.4.9 gl >= 7.1.0) were not met: No package 'gl' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. [/code]* So i googled then i found that gl and mesa is same. sp i compiled mesa. by that time i got an error as *[code] tex-a8 -mfloat-abi=softfp -mfpu=vfp3 -ftree-vectorize -funroll-all-loops -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -fPIC -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XSHM glx_api.c -o glx_api.o In file included from glx_api.c:34: ../../../../../include/GL/glx.h:38: fatal error: X11/Xlib.h: No such file or directory compilation terminated. make[5]: *** [glx_api.o] Error 1 [/code]* Now can anyone help me how to fix this problem |
From: Niamathullah s. <arm...@gm...> - 2010-01-12 07:41:01
|
Actually all these are taken as libraries. Then how can i change this "g_object_set()" please help me. where it will?whether i have to eidt in gstreamer source and again i have to compile to create the appropriate libraries?Please help me On Tue, Jan 12, 2010 at 11:09 AM, Niamathullah sharief <arm...@gm... > wrote: > Thank you. But when i use this "fullscreen=true" it is playing in same > small video. It is not coming in fullscreen. > > where this "g_object_set (element, "property-name", value, NULL);" will be? > my application means?which one? > > On Mon, Jan 11, 2010 at 7:39 PM, thi...@gm... < > thi...@gm...> wrote: > >> >> >> On Mon, Jan 11, 2010 at 12:02 PM, Niamathullah sharief < >> arm...@gm...> wrote: >> >>> Hello >>> I dont know how to use this gst-inspect elements. When i do >>> "gst-inspect mfw_v4lsink" i get >>> >>> fullscreen : If true it will be Full screen >>> flags: readable, writable >>> Boolean. Default: false Current: false >>> >> >>> >>> But i dont know how to implement this fullscreen option. Please help me >>> >> >> If you're using gst-launch for this, just set the element properties as >> in: >> gst-launch somesrc property=value ! someencoder property2=value2 ! >> mfw_v4lsink fullscreen=true >> >> In your application you can set it with >> g_object_set (element, "property-name", value, NULL); >> >> >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.Net email is sponsored by the Verizon Developer Community >>> Take advantage of Verizon's best-in-class app development support >>> A streamlined, 14 day to market process makes app distribution fast and >>> easy >>> Join now and get one step closer to millions of Verizon customers >>> http://p.sf.net/sfu/verizon-dev2dev >>> _______________________________________________ >>> Gstreamer-embedded mailing list >>> Gst...@li... >>> https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded >>> >>> >> >> >> -- >> Thiago Sousa Santos >> >> >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast and >> easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> Gstreamer-embedded mailing list >> Gst...@li... >> https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded >> >> > |