gstreamer-devel Digest, Vol 29, Issue 19

vietbh at viettel.com.vn vietbh at viettel.com.vn
Wed Jun 5 01:21:24 PDT 2013


Help
Please unsubscribe
Sent from my BlackBerry® smartphone from Viettel

-----Original Message-----
From: gstreamer-devel-request at lists.freedesktop.org
Sender: gstreamer-devel-bounces+vietbh=viettel.com.vn at lists.freedesktop.org
Date: Wed, 05 Jun 2013 00:31:07 
To: <gstreamer-devel at lists.freedesktop.org>
Reply-to: gstreamer-devel at lists.freedesktop.org
Subject: gstreamer-devel Digest, Vol 29, Issue 19

Send gstreamer-devel mailing list submissions to
	gstreamer-devel at lists.freedesktop.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
or, via email, send a message with subject or body 'help' to
	gstreamer-devel-request at lists.freedesktop.org

You can reach the person managing the list at
	gstreamer-devel-owner at lists.freedesktop.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gstreamer-devel digest..."


Today's Topics:

   1. Re: eglglessink : Aspect ration (adrien_sch)
   2. Re: eglglessink : Aspect ration (Sebastian Dr?ge)
   3. RTP streaming (jyoti kulkarni)
   4. Re: eglglessink : Aspect ration (Sebastian Dr?ge)
   5. Re: RTP streaming (Marc Leeman)
   6. Re: RTP streaming (Marc Leeman)
   7. Re: RTP streaming (Mandeep Sandhu)
   8. Re: 1080i live input transcode issue (JasonP)


----------------------------------------------------------------------

Message: 1
Date: Tue, 4 Jun 2013 23:20:00 -0700 (PDT)
From: adrien_sch <adrien.schwartzentruber at gmail.com>
To: gstreamer-devel at lists.freedesktop.org
Subject: Re: eglglessink : Aspect ration
Message-ID: <1370413200772-4660301.post at n4.nabble.com>
Content-Type: text/plain; charset=us-ascii

I had a look in th eglglesink code, and I read that the window size inside
this element (when force-aspect-ration=FALSE) is determined by the sink
caps. I was waiting that eglglesink will fill my screen (used without X11). 

I know that I can use videoscale to resize the stream to my screen size. 

Will this solution cost more CPU ? 



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/eglglessink-Aspect-ration-tp4660299p4660301.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


------------------------------

Message: 2
Date: Wed, 05 Jun 2013 08:49:56 +0200
From: Sebastian Dr?ge <slomo at circular-chaos.org>
To: Discussion of the development of and with GStreamer
	<gstreamer-devel at lists.freedesktop.org>
Subject: Re: eglglessink : Aspect ration
Message-ID: <1370414996.4514.6.camel at thor.lan>
Content-Type: text/plain; charset="utf-8"

On Di, 2013-06-04 at 16:47 -0700, adrien_sch wrote:
> Hello,
> 
> I'm trying to use the property force-aspect-ratio to FALSE to use the entire
> display region (avoid the black border), but it seems to don't work
> properly. Indeed, the result of these two example are the same : 
> 
> gst-launch-1.0 videotestsrc ! video/x-raw, height=200, width=200 !
> eglglessink force-aspect-ratio=FALSE
> 
> gst-launch-1.0 videotestsrc ! video/x-raw, height=200, width=200 !
> eglglessink force-aspect-ratio=TRUE
> 
> Version : 1.0.7
> 
> Maybe, it isn't this purpose and I miss understand, but it may be a bug.
> Where can I fill it ?

Well, why should that be different? eglglessink is in both cases
creating a 200x200 window, so there's no need for adding black borders
in both cases.

If you embed eglglessink into your own window of a different size, this
property should make a difference though.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130605/d041087a/attachment-0001.pgp>

------------------------------

Message: 3
Date: Wed, 5 Jun 2013 12:21:15 +0530
From: jyoti kulkarni <jyotimk029 at gmail.com>
To: gstreamer-devel at lists.freedesktop.org
Subject: RTP streaming
Message-ID:
	<CAPwx=WRpf8qhZArQ6KGRo7HwFP8wXmr4pHt29kyRj4KSG97RvA at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hello All,

I am trying to stream a mp4 file over the network using following commands:

At Server:

 gst-launch-0.10 -v filesrc location=~/home/jyoti/Videos/conf.mp4 !
qtdemux name=demux demux.audio_00 ! queue ! rtpmp4apay ! udpsink
port=5000 demux.video_00 ! queue ! rtpmp4vpay ! udpsink port=5002
host=10.99.26.73

At Client:
gst-launch-0.10 -v udpsrc uri=udp://10.99.26.73:5000 ! qtdemux
name=demux demux.audio_00 ! queue max-size-buffers=8000
max-size-time=0 max-size-bytes=0 ! faad ! alsasink udpsrc
uri=udp://10.99.26.73:5002 demux.video_00 ! queue! ffdec_h264 !
autovideosink


And the file conf.mp4's codec type is MPEG4-PART-10 (H264 AVC) [the
file contains both audio and video)


I dont see any errors on both side, simply it says pipeline is set to
playing and i dont see any outpu display at client side.

Please correct the commands if they are wrong..

I have also seen
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/rtp/README#n251

But i dint get video caps on applying those commands, so iam trying
above commands.

Please help me as iam new to gstreamer..

Thanks in Advance

Jyoti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130605/87350fc4/attachment-0001.html>

------------------------------

Message: 4
Date: Wed, 05 Jun 2013 08:51:27 +0200
From: Sebastian Dr?ge <slomo at circular-chaos.org>
To: Discussion of the development of and with GStreamer
	<gstreamer-devel at lists.freedesktop.org>
Subject: Re: eglglessink : Aspect ration
Message-ID: <1370415087.4514.7.camel at thor.lan>
Content-Type: text/plain; charset="utf-8"

On Di, 2013-06-04 at 23:20 -0700, adrien_sch wrote:
> I had a look in th eglglesink code, and I read that the window size inside
> this element (when force-aspect-ration=FALSE) is determined by the sink
> caps. I was waiting that eglglesink will fill my screen (used without X11). 
> 
> I know that I can use videoscale to resize the stream to my screen size. 
> 
> Will this solution cost more CPU ? 

Yes, to let it fill your screen you should embed eglglessink in your
application into a fullscreen EGL window.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130605/04cabb32/attachment-0001.pgp>

------------------------------

Message: 5
Date: Wed, 5 Jun 2013 09:08:36 +0200
From: Marc Leeman <marc.leeman at gmail.com>
To: Discussion of the development of and with GStreamer
	<gstreamer-devel at lists.freedesktop.org>
Subject: Re: RTP streaming
Message-ID:
	<CAH+fs=_ZQXnDgGXtdmgFKOGdtqjqhvm6_1czOBD6J3=B1jZSuA at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Have a look at the config-interval option in the pay loader.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130605/87f72917/attachment-0001.html>

------------------------------

Message: 6
Date: Wed, 5 Jun 2013 09:09:47 +0200
From: Marc Leeman <marc.leeman at gmail.com>
To: Discussion of the development of and with GStreamer
	<gstreamer-devel at lists.freedesktop.org>
Subject: Re: RTP streaming
Message-ID:
	<CAH+fs=8g5_MDQ=1okz+0AS_KhaTcWQ4mhpAJDDMrsq0WxAEyjQ at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Oh. And you need to use the h264 pay loader not the mp4v (part 2).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130605/0cb3f2ca/attachment-0001.html>

------------------------------

Message: 7
Date: Wed, 5 Jun 2013 12:55:38 +0530
From: Mandeep Sandhu <mandeepsandhu.chd at gmail.com>
To: Discussion of the development of and with GStreamer
	<gstreamer-devel at lists.freedesktop.org>
Subject: Re: RTP streaming
Message-ID:
	<CAC+QLdR9QHFy85AK1rmQNduOYbbp=OHhq4Dvn2eSkE6tdiz-mQ at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

On Wed, Jun 5, 2013 at 12:21 PM, jyoti kulkarni <jyotimk029 at gmail.com>wrote:

> Hello All,
>
> I am trying to stream a mp4 file over the network using following commands:
>
> At Server:
>
> gst-launch-0.10 -v filesrc location=~/home/jyoti/Videos/conf.mp4 ! qtdemux name=demux demux.audio_00 ! queue ! rtpmp4apay ! udpsink port=5000 demux.video_00 ! queue ! rtpmp4vpay ! udpsink port=5002 host=10.99.26.73
>
> At Client:
>
> gst-launch-0.10 -v udpsrc uri=udp://10.99.26.73:5000 ! qtdemux name=demux demux.audio_00 ! queue max-size-buffers=8000 max-size-time=0 max-size-bytes=0 ! faad ! alsasink udpsrc uri=udp://10.99.26.73:5002 demux.video_00 ! queue! ffdec_h264 ! autovideosink
>
> Check source port number given to usdpsrc, shouldn't it be 5002 as thats
the port the server's streaming at?

-mandeep
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130605/94122d45/attachment-0001.html>

------------------------------

Message: 8
Date: Wed, 5 Jun 2013 00:30:36 -0700 (PDT)
From: JasonP <raju.babannavar at gmail.com>
To: gstreamer-devel at lists.freedesktop.org
Subject: Re: 1080i live input transcode issue
Message-ID: <1370417436717-4660309.post at n4.nabble.com>
Content-Type: text/plain; charset=us-ascii

Hi Stirling,

Thank you for your reply. I am using gstreamer 1.0.4 version. As you
suggested I removed "videobox" and re-run the same experiment, but it didn't
change the results. I am wondering how does encoder component in the
pipeline will affect the decoder buffer?? Can you help to understand this?
Because if I run the same pipeline by just removing the encoder, the results
are perfectly fine. I dont see any issues in the tapped yuv and the filesink
output.

Thanks
JasonP



-----
Jason p
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/1080i-live-input-transcode-issue-tp4660282p4660309.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


------------------------------

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


End of gstreamer-devel Digest, Vol 29, Issue 19
***********************************************


More information about the gstreamer-devel mailing list