Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
(11) |
Feb
(32) |
Mar
(42) |
Apr
(3) |
May
(23) |
Jun
(5) |
Jul
(18) |
Aug
(14) |
Sep
(10) |
Oct
(9) |
Nov
(23) |
Dec
(42) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(137) |
Feb
(126) |
Mar
(247) |
Apr
(140) |
May
(232) |
Jun
(136) |
Jul
(61) |
Aug
(135) |
Sep
(135) |
Oct
(113) |
Nov
(46) |
Dec
(157) |
2002 |
Jan
(139) |
Feb
(127) |
Mar
(153) |
Apr
(174) |
May
(95) |
Jun
(115) |
Jul
(202) |
Aug
(123) |
Sep
(208) |
Oct
(114) |
Nov
(123) |
Dec
(91) |
2003 |
Jan
(296) |
Feb
(119) |
Mar
(112) |
Apr
(235) |
May
(205) |
Jun
(271) |
Jul
(219) |
Aug
(104) |
Sep
(149) |
Oct
(200) |
Nov
(242) |
Dec
(466) |
2004 |
Jan
(447) |
Feb
(300) |
Mar
(485) |
Apr
(267) |
May
(205) |
Jun
(183) |
Jul
(344) |
Aug
(176) |
Sep
(119) |
Oct
(140) |
Nov
(154) |
Dec
(152) |
2005 |
Jan
(209) |
Feb
(178) |
Mar
(128) |
Apr
(166) |
May
(163) |
Jun
(150) |
Jul
(191) |
Aug
(166) |
Sep
(212) |
Oct
(212) |
Nov
(240) |
Dec
(236) |
2006 |
Jan
(178) |
Feb
(184) |
Mar
(188) |
Apr
(189) |
May
(267) |
Jun
(198) |
Jul
(151) |
Aug
(212) |
Sep
(190) |
Oct
(180) |
Nov
(354) |
Dec
(199) |
2007 |
Jan
(211) |
Feb
(173) |
Mar
(182) |
Apr
(151) |
May
(233) |
Jun
(288) |
Jul
(213) |
Aug
(221) |
Sep
(320) |
Oct
(301) |
Nov
(193) |
Dec
(214) |
2008 |
Jan
(235) |
Feb
(254) |
Mar
(237) |
Apr
(232) |
May
(187) |
Jun
(239) |
Jul
(353) |
Aug
(362) |
Sep
(431) |
Oct
(423) |
Nov
(358) |
Dec
(351) |
2009 |
Jan
(408) |
Feb
(377) |
Mar
(547) |
Apr
(437) |
May
(483) |
Jun
(449) |
Jul
(309) |
Aug
(297) |
Sep
(279) |
Oct
(329) |
Nov
(336) |
Dec
(290) |
2010 |
Jan
(237) |
Feb
(296) |
Mar
(523) |
Apr
(515) |
May
(340) |
Jun
(474) |
Jul
(372) |
Aug
(427) |
Sep
(343) |
Oct
(396) |
Nov
(407) |
Dec
(512) |
2011 |
Jan
(515) |
Feb
(146) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(10) |
3
(5) |
4
(8) |
5
(6) |
6
(3) |
7
|
8
|
9
|
10
(1) |
11
(2) |
12
(6) |
13
(3) |
14
|
15
|
16
(10) |
17
(13) |
18
(14) |
19
(7) |
20
(5) |
21
(1) |
22
|
23
(8) |
24
(10) |
25
(14) |
26
(12) |
27
|
28
(4) |
29
(3) |
30
(6) |
|
|
|
|
|
From: Erwan Masson <masson.erwan1@gm...> - 2007-04-06 14:33:48
|
Hello, I am trying Gstreamer since a few weeks, and I would like to grab some info on raw video frames. First I try to use pngenc to grab frame, but I only be able to grab the first frame, and with a notify-caps signal, I took some info(width, height, framerate). After a few search, I find typefind Element, which help me to find some info, with have-type signal. But now, I am not able to retrieve any frame. How I do to retrieve frame please? Thanks for your help. Erwan Masson |
From: Wim Taymans <wim@fl...> - 2007-04-06 09:25:23
|
On Fri, 2007-04-06 at 12:41 +0530, trimurthulu amaradhi wrote: > Hi, > I am working with RTSP streaming using darwin streaming server. > > . audio and video streaming is working fine with the TCP protocol. > > I am tryng to play the audio using udp protocol. audio is just > playing for aroun 5 seconds..after that no audio. I tried with the > gst-launch and separate application.. both are giving same result... > This test vector consists of both audio as well as video.. > can any body suggest me to find out the bug.. I am giving below the > gst-launch command > gst-launch rtspsrc location=rtspu://196.168.1.110/sample_50kbit.3gp ! > rtpamrdepay ! amrnbdec ! osssink > advance thanks.. use the sync=false option on osssink, we're working on getting sync fixed currently. Wim > > Trimurthulu > > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ gstreamer-devel mailing list gstreamer-devel@... https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
From: trimurthulu amaradhi <trimmu@gm...> - 2007-04-06 07:11:08
|
Hi, I am working with RTSP streaming using darwin streaming server. . audio and video streaming is working fine with the TCP protocol. I am tryng to play the audio using udp protocol. audio is just playing for aroun 5 seconds..after that no audio. I tried with the gst-launch and separate application.. both are giving same result... This test vector consists of both audio as well as video.. can any body suggest me to find out the bug.. I am giving below the gst-launch command gst-launch rtspsrc location=rtspu://196.168.1.110/sample_50kbit.3gp ! rtpamrdepay ! amrnbdec ! osssink advance thanks.. Trimurthulu |