Hi,
I was trying to stream an mp3 file over a network using rtp In Sender pipe line is this ./gst-launch-0.10 filesrc location=1.mp3 ! mad ! audioconvert ! rtpL16pay ! udpsink port=5000 and having client.sdp file like this /*****************************/ v=0 o=- 116704633 116704633 IN IP4 127.0.0.1 s=GStreamer t=0 0 a=range:npt=now- c=IN IP4 127.0.0.1 a=control:trackID=1 m=audio 5000 RTP/AVP 96 a=rtpmap:96 L16/44100/2 /***************************/ Actualy i this sdp from Internet Is there any way to create sdp files ? *( according to the input file) /**************/ Receiver Pipeline ./gst-launch-0.10 -v gnomevfssrc location=http://localhost/client.sdp ! sdpdemux latency=200 ! rtpL16depay ! filesink location=out Its working /*********************/ But what i want is like this ./gst-launch-0.10 -v gnomevfssrc location=http://localhost/client.sdp ! sdpdemux latency=200 ! rtpL16depay ! ossink ( because cant link between rtpL16depay and osssink ) ok. then please tell me whats the pipeline to hear the sound (* using the sdp file ) help me?? Thanks In advance ***** Confidentiality Statement/Disclaimer ***** This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt. The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message. ***** Confidentiality Statement/Disclaimer ***** This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt. The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |