[Live-devel] [External] Re: live-devel at lists.live555.com

Amit Patel amit.patel at einfochips.com
Wed Mar 17 00:23:19 PDT 2021


Hi,

Looks like you are getting me wrong.
We are looking for receiving audio data on RTSP Server side not RTSP Client side.
And we are able to get the Audio data on RTSP server side in “handleRequestBytes” function in “liveMedia/RTSPServer.cpp” file. But after getting those Audio data we don’t know how to pass those data to sink object.

Regards,
Amit Patel
From: Ross Finlayson<mailto:finlayson at live555.com>
Sent: Monday, March 15, 2021 12:19 PM
To: LIVE555 Streaming Media - development & use<mailto:live-devel at us.live555.com>
Subject: [External] Re: [Live-devel] live-devel at lists.live555.com


CAUTION: This email originated from outside of the organization. This message might not be safe, use caution in opening it. If in doubt, do not open the attachment nor links in the message.


First, I don’t recommend that you use RTSP/RTP/RTCP tunneling over HTTP, *unless* your RTSP server and RTSP client(s) are separated by a firewall that supports only HTTP connections (not UDP, nor regular TCP connections).

However, if you wish to use this, then it works ‘as is’ in the code; you do not need to modify any code.

For example, you can run one of our RTSP server applications: the “LIVE555 Media Server”, or “testOnDemandRTSPServer”.  In each case, this will output the port number of a port that a client can use to connect to the RTSP server via HTTP tunneling.

You can then use our “openRTSP” RTSP client to receive the stream, tunneling over that HTTP port - e.g.
        openRTSP -T 8000 rtsp://url

You also asked about how to receive audio from your RTSP client.  Note that if you give the “-a” option to “openRTSP”, then it will output the received audio stream to ‘stdout’.  You can then redirect or pipe this to an application of your choosing (again, without having to modify any code).


Ross Finlayson
Live Networks, Inc.
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.live555.com%2F&data=04%7C01%7Camit.patel%40einfochips.com%7C3b15d734a7564c4d79c208d8e77e8851%7C0beb0c359cbb4feb99e5589e415c7944%7C1%7C0%7C637513877935736211%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=9RtbEE4mhiS7bD4aar0rPPdaJre8Xs51MjKWsEfkbck%3D&reserved=0


_______________________________________________
live-devel mailing list
live-devel at lists.live555.com
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.live555.com%2Fmailman%2Flistinfo%2Flive-devel&data=04%7C01%7Camit.patel%40einfochips.com%7C3b15d734a7564c4d79c208d8e77e8851%7C0beb0c359cbb4feb99e5589e415c7944%7C1%7C0%7C637513877935736211%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=I7U8LbjEeMAvEniBIqq2ukdrOWlqjo%2F8FHlsvYSabbE%3D&reserved=0

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20210317/a10603df/attachment.htm>


More information about the live-devel mailing list