Thank you for your quick reply.


I want to stream via IP unicast.

For this purpose, I am inheriting and using the OnDemandServerMediaSubsession object.


You said I was using mixed code.

Please explain what part is wrong or what part of the code is for multicast streaming.


P.S. I checked the testOnDemandRTSPServer demo program, but I didn't get the information I wanted because it was an example of streaming file data.


Thank you


   

강현구

책임연구원 / S/W개발팀

Hyungu Kang

 

Senior Research Engineer / S/W R&D Team

www.autol.co.kr

T 070-4228-1071 F 031-702-5314 M 010-8584-8093 E hyungu.k...@autol.co.kr

13453 경기도 성남시 수정구 금토로 80번길 11, 판교이노베이션랩 지식산업센터 305

305, 11 Geumto-ro 80beon-gil, Sujeong-gu, Seongnam-si, Gyeonggi-do, 13453, Republic of Korea

이 메시지(첨부파일 포함)는 지정된 수신인에게만 전달될 목적으로 발송되었으며, 부정경쟁방지 및 영업비밀의 보호에 관한 법률 등 관계법령에 따라 법으로 보호되는 중요한 정보를 담고 있을 수 있습니다. 이 메시지와 첨부파일 등에 있어서, 공개, 복사, 배포 또는 기재된 내용을 근거로 한 일체의 행동 등의 2차 활용에 대해서는 메일 발신자에게 확인을 받아야 하며, 메일 발신자의 확인이 없는 2차 활용은 엄격히 금지되어 있음을 주지하시기 바랍니다. 만약 이 메시지가 잘못 전송되었을 경우, 발신인 또는 당사에 알려주시고, 본 메시지를 즉시 삭제하여 주시기 바랍니다.

This message (including attachments) contains confidential information intended for a specific individual and purpose and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.





----- Original Message -----------------------------------
From : "Ross Finlayson" <finlay...@live555.com>
To : "LIVE555 Streaming Media - development & use" <live-de...@us.live555.com>
Cc :
Sent : "2024-06-26T09:52:41"
Subject : "RE: Re: [Live-devel] Technical inquiry"

Your problem is that you are mixing code that tries to stream via multicast with code that tries to stream via unicast. You need to decide whether your RTSP server serves a multicast stream (one stream that can be received by potentially multiple receivers on an IP-multicast-enabled network), or multiple unicast streams (one IP unicast stream for each receiving client).

If you want to stream via IP multicast, then you should use the “testH264VideoStreamer” demo application as a model. This uses a “PassiveServerMediaSubsession” object to implement a RTSP server for the multicast stream.

If you want to stream via IP unicast, then you should use “testOnDemandRTSPServer” demo application as a model. This uses (subclasses of) “OnDemandServerMediaSubsession” to implement a RTSP server for unicast streams.

Both of these demo applications can be found in the “testProgs” directory; see http://live555.com/liveMedia/#testProgs


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel



_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to