FW: Gst Launch To run rtp send

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

FW: Gst Launch To run rtp send

Fadi Almasalha

I am sorry Please continue  the problem .

 

Please I need any documents how to use gst-launch tool to test the rtp streaming plugins  that really works .

 

Most whatever I found on the internet are not working with new version .

 

And IF I am using this code to stream video from camera device like this 

 

 

gst-launch-0.10 gconfv4l2src ! video/x-raw-yuv,width=176,height=144,framerate=\(fraction\)15/1 ! hantro4200enc stream-type=1 profile-and-level=1001 ! video/x-h263,framerate=\(fraction\)15/1 ! rtph263ppay mtu=1438 ! udpsink host=192.168.2.64 port=5434 dsppcmsrc ! queue ! audio/x-raw-int,channels=1,rate=8000 ! mulawenc ! rtppcmupay mtu=1438 ! udpsink host=192.168.2.64 port=5432

 

 

 

 

What Will be the command on the server to receive these packets and play them using Gstreamer libs, and Gst-launch ( Please advice )

 

 

 

 

 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: FW: Gst Launch To run rtp send

Florent THIERY-2
You might want to go check out the examples in the cvs repository.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: FW: Gst Launch To run rtp send

Fadi Almasalha
Thanks ,
Any Other more helpful suggestions .



FWD............

Please I need any documents how to use gst-launch tool to test the rtp
streaming plugins  that really works .

Most whatever I found on the internet are not working with new version .

And IF I am using this code to stream video from camera device like this  
 

gst-launch-0.10 gconfv4l2src !
video/x-raw-yuv,width=176,height=144,framerate=\(fraction\)15/1 !
hantro4200enc stream-type=1 profile-and-level=1001 !
video/x-h263,framerate=\(fraction\)15/1 ! rtph263ppay mtu=1438 ! udpsink
host=192.168.2.64 port=5434 dsppcmsrc ! queue !
audio/x-raw-int,channels=1,rate=8000 ! mulawenc ! rtppcmupay mtu=1438 !
udpsink host=192.168.2.64 port=5432




What Will be the command on the server to receive these packets and play
them using Gstreamer libs, and Gst-launch ( Please advice )






-----Original Message-----
From: Florent [mailto:[hidden email]]
Sent: Tuesday, March 18, 2008 4:08 PM
To: Fadi Almasalha
Cc: [hidden email]
Subject: Re: [gst-devel] FW: Gst Launch To run rtp send

You might want to go check out the examples in the cvs repository.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: FW: Gst Launch To run rtp send

Wim Taymans
On Tue, 2008-03-18 at 18:58 -0500, Fadi Almasalha wrote:
> Thanks ,
> Any Other more helpful suggestions .
>
Uhm? This is the most helpful suggestion that could ever have been given
to you, for free! More specifically (since these examples are apparently
hard to find), you can find them here:

http://webcvs.freedesktop.org/gstreamer/gst-plugins-good/tests/examples/rtp/

Wim

>
>
> FWD............
>
> Please I need any documents how to use gst-launch tool to test the rtp
> streaming plugins  that really works .
>
> Most whatever I found on the internet are not working with new version .
>
> And IF I am using this code to stream video from camera device like this  
>  
>
> gst-launch-0.10 gconfv4l2src !
> video/x-raw-yuv,width=176,height=144,framerate=\(fraction\)15/1 !
> hantro4200enc stream-type=1 profile-and-level=1001 !
> video/x-h263,framerate=\(fraction\)15/1 ! rtph263ppay mtu=1438 ! udpsink
> host=192.168.2.64 port=5434 dsppcmsrc ! queue !
> audio/x-raw-int,channels=1,rate=8000 ! mulawenc ! rtppcmupay mtu=1438 !
> udpsink host=192.168.2.64 port=5432
>
>
>
>
> What Will be the command on the server to receive these packets and play
> them using Gstreamer libs, and Gst-launch ( Please advice )
>
>
>
>
>
>
> -----Original Message-----
> From: Florent [mailto:[hidden email]]
> Sent: Tuesday, March 18, 2008 4:08 PM
> To: Fadi Almasalha
> Cc: [hidden email]
> Subject: Re: [gst-devel] FW: Gst Launch To run rtp send
>
> You might want to go check out the examples in the cvs repository.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: FW: Gst Launch To run rtp send

Fadi Almasalha
In reply to this post by Fadi Almasalha
The examples on rtp send is not working , it's says that rtpsend plugins is
not available, I have installed the plugins , but for some reason those
examples are not working at all .

Please any help , I have the sdp file for the streaming , and what I need
need is to play this sdp with any code that use Gstreamer plugins (rtp) .

Please advice any method to play thos sdp file.

Yours

Fadi

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Fadi
Almasalha
Sent: Tuesday, March 18, 2008 6:59 PM
To: [hidden email]
Subject: Re: [gst-devel] FW: Gst Launch To run rtp send

Thanks ,
Any Other more helpful suggestions .



FWD............

Please I need any documents how to use gst-launch tool to test the rtp
streaming plugins  that really works .

Most whatever I found on the internet are not working with new version .

And IF I am using this code to stream video from camera device like this  
 

gst-launch-0.10 gconfv4l2src !
video/x-raw-yuv,width=176,height=144,framerate=\(fraction\)15/1 !
hantro4200enc stream-type=1 profile-and-level=1001 !
video/x-h263,framerate=\(fraction\)15/1 ! rtph263ppay mtu=1438 ! udpsink
host=192.168.2.64 port=5434 dsppcmsrc ! queue !
audio/x-raw-int,channels=1,rate=8000 ! mulawenc ! rtppcmupay mtu=1438 !
udpsink host=192.168.2.64 port=5432




What Will be the command on the server to receive these packets and play
them using Gstreamer libs, and Gst-launch ( Please advice )






-----Original Message-----
From: Florent [mailto:[hidden email]]
Sent: Tuesday, March 18, 2008 4:08 PM
To: Fadi Almasalha
Cc: [hidden email]
Subject: Re: [gst-devel] FW: Gst Launch To run rtp send

You might want to go check out the examples in the cvs repository.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel