Search found 31 matches

by mitzi
Thu Feb 27, 2020 11:18 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

Good news. Thanks. Will be waiting for 7.2.2.
by mitzi
Thu Feb 27, 2020 7:25 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

I realise problems with downgrading but version 7.1 worked well for our customers and I need to make some fixes to distributed software and release it asap and cannot compile it with version >7.1 because cameras freeze it. So I need old working version. Please send me it to my registration email. Th...
by mitzi
Wed Feb 26, 2020 8:51 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

Unfortunatelly, new issue (7.2, 7.2.1) appeared. When stopping camera (<link removed>), application freezes in neverending loop in function TRVMFFMPEG.Abort (called from TRVCamHTTPGetThread.Abort) at while IsStart and not IsPlaying do RVMWait(RV_AbortWaitTime); because FState is rvffmsStarting and s...
by mitzi
Tue Dec 03, 2019 10:45 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

Latest version 7.1.1 still suffers from this bug.
by mitzi
Fri Nov 22, 2019 6:56 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

I really don't think it's FFmpeg problem. Did you inspect suggested solution?
by mitzi
Thu Nov 21, 2019 2:06 pm
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

Any progress?
by mitzi
Thu Nov 07, 2019 12:33 pm
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

That's why I want you to check it :) Who else can decide if it is correct or not :)
by mitzi
Thu Nov 07, 2019 7:53 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

It seems you didn't read my post, so once more: I have just tested FFVCL (http://www.delphiffmpeg.com) - components that use FFmpeg libraries for playing rtsp and also http camera streams) and when I modified their Player demo with TCPServer and client, connection is not broken regardless of number ...
by mitzi
Thu Nov 07, 2019 7:47 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

Did you check suggested solution?
by mitzi
Tue Nov 05, 2019 9:43 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

I'm not able to make GStreamer working with any RTSP stream :( so it is unusable. Can you put this issue to FFmpeg bug tracker? Replaying RTSP is most wanted feature and if it is destroys other application connections then it is serious problem. Can you focus on this issue, please? EDIT: I have just...
by mitzi
Mon Oct 21, 2019 7:51 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

Well, look at enhanced example. https://www.mitec.cz/CamSwitch.zip I added Indy TCPServer and TCPClient. Client connects to the server at startup and after some camera switches client is disconnected with error 10054 - Connection reset by peer. It is caused by FFmpeg. It destroys any network applica...
by mitzi
Fri Oct 18, 2019 1:36 pm
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

Does your project use FFmpeg libraries? Is FFmpeg enabled and FFmpeg libraries beside the exe? Without FFmpeg it works. Problem is with FFmpeg.
by mitzi
Wed Oct 16, 2019 6:52 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

any progress? I tried latest ffmpeg from today and issue persists.
by mitzi
Fri Oct 11, 2019 1:09 pm
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

Latest one. ffmpeg-4.2.1-win32-shared.zip
by mitzi
Fri Oct 11, 2019 6:16 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 151983

Re: RVMedia 6 and RTSP - Network problems

Yes, I use FFMpeg. I have already found out that when I disable FFMpeg or remove its libraries from path then connection problems don't occur. My CommandMode is rvsmWait, I don't use events but WaitForXXX. And you are right, it seems problems start after PlayVideoStream, Abort seems to be proceeded ...