[Live-devel] 答复: [live555] doesn't call closeSockets after teardown for rtsp over tcp

2020-02-24 Thread Zhang Qian(张倩)
Hi Ross, It can work. Thanks. -邮件原件- 发件人: live-devel 代表 Ross Finlayson 发送时间: 2020年2月24日 15:48 收件人: LIVE555 Streaming Media - development & use 主题: Re: [Live-devel] [live555] doesn't call closeSockets after teardown for rtsp over tcp I’ve just installed a new version (2020.02.24) of t

Re: [Live-devel] Unable to stream from rtsp urls with .264 extension

2020-02-24 Thread GENESTIER Denis
Hi, Does your problem coming from the presence of the “@” character in your password? That may invalid your rtsp url. Denis. De : live-devel [mailto:live-devel-boun...@us.live555.com] De la part de Siddhant Agarwal Envoyé : lundi 24 février 2020 10:25 À : LIVE555 Streaming Media - development &

Re: [Live-devel] Unable to stream from rtsp urls with .264 extension

2020-02-24 Thread Siddhant Agarwal
Hi, Incase I remove the username and password from the rtsp url, it works fine. and I can play the live stream in the vlc player using the complete rtsp url. Thanks. On Mon, Feb 24, 2020 at 2:47 PM Ross Finlayson wrote: > > > > On Feb 24, 2020, at 9:43 PM, Siddhant Agarwal < > siddhant.agar...

Re: [Live-devel] Unable to stream from rtsp urls with .264 extension

2020-02-24 Thread Ross Finlayson
> On Feb 24, 2020, at 9:43 PM, Siddhant Agarwal > wrote: > > Sending request: DESCRIBE rtsp://xyz:sv@cj@0.0.0/abc.264 RTSP/1.0 > CSeq: 3 > Accept: application/sdp > > > Received 81 new bytes of response data. > Received a complete DESCRIBE response: > RTSP/1.0 451 Parameter Not Understood

Re: [Live-devel] 答复: [live555] doesn't call closeSockets after teardown for rtsp over tcp

2020-02-24 Thread Cihan Kömeçoğlu
Hi Qian, Ross is solved this issue more proper way in latest version. It has just deployed an hour ago On 24.02.2020 11:06, Zhang Qian(张倩) wrote: Thanks. Cihan, I will try it. *发件人:*live-devel *代表 *Cihan K?me?o?lu *发送时间:*2020年2月24日14:44 *收件人:*LIVE555 Streaming Media - development & use

Re: [Live-devel] Unable to stream from rtsp urls with .264 extension

2020-02-24 Thread Siddhant Agarwal
Hi, Please find the diagnostics report. Sending request: OPTIONS rtsp://xyz:sv@cj@0.0.0/abc.264 RTSP/1.0 CSeq: 2 Received 108 new bytes of response data. Received a complete OPTIONS response: RTSP/1.0 200 OK CSeq: 2 Public: OPTIONS, DESCRIBE, SETUP, PLAY, GET_PARAMETER, SET_PARAMETER, TEARD

[Live-devel] 答复: [live555] doesn't call closeSockets after teardown for rtsp over tcp

2020-02-24 Thread Zhang Qian(张倩)
Thanks. Cihan, I will try it. 发件人: live-devel 代表 Cihan K?me?o?lu 发送时间: 2020年2月24日 14:44 收件人: LIVE555 Streaming Media - development & use 主题: Re: [Live-devel] [live555] doesn't call closeSockets after teardown for rtsp over tcp Hi Qian I have faced this bug and just solved this a week ago.