Re: [Live-devel] RTSP Streaming to mp4 file, first frames of each corrupted

2021-01-08 Thread dan_desjardins
I am under the impression that the number of incomplete frames is a result of the GOP setting on the originating stream. Sometime this can be set to be very large (90, 120, etc) or as small as 1. Setting it to one would result in very little compression though (essentially the equivalent of MJ

Re: [Live-devel] RTSP Streaming to mp4 file, first frames of each corrupted

2021-01-07 Thread Benjamin Lowe
I see thank you for this clear explanation. Are you aware of any methods out there for recording an RTSP stream reliably to file without losing partial frames? When FFMPEG is used to capture the frames directly, it seems to not have this issue, so I presume they have some logic for extending the c

Re: [Live-devel] RTSP Streaming to mp4 file, first frames of each corrupted

2021-01-07 Thread Ross Finlayson
By the way, I discovered that if you use “ffmpeg” to process your output files (without decoding/reencoding the video) - e.g. ffmpeg -i cam_eight-00120-00150.mp4 -c copy cam_eight-00120-00150-processed.mp4 you’ll end up with a MP4 file (in this example, named "cam_eight-00120-00150-proce

Re: [Live-devel] RTSP Streaming to mp4 file, first frames of each corrupted

2021-01-07 Thread Ross Finlayson
> On Jan 8, 2021, at 3:21 PM, Benjamin Lowe wrote: > > The first clip saves fine, but all subsequent clips show some corrupted > frames for the first second or so, you can see an example corrupted clip: > https://drive.google.com/file/d/1QXJmnjhW68mFlzW5bTOZafDGHjasMNld/view?usp=sharing > >

[Live-devel] RTSP Streaming to mp4 file, first frames of each corrupted

2021-01-07 Thread Benjamin Lowe
I am streaming an RTSP stream (from an AXIS P7216 encoder). To connect to it, I have used an ssh tunnel that forwards the remote stream so I can access it as localhost. The command I am using is as follows: openRTSP -D 1 -c -B 1000 -b 1000 -Q -F cam_eight -P 30 -4 -t -u username password

Re: [Live-devel] RTSP Streaming Issue

2020-10-27 Thread Ross Finlayson
You’re using a version of the "LIVE555 Streaming Media” software - 2017.10.28 - that’s almost 3 years old. We support only the latest version of the code. Please upgrade to the latest version (2020.10.16) of the LIVE555 code (and the latest version (1.04) of the “LIVE555 Media Server”, and try

Re: [Live-devel] RTSP streaming with port forwading

2018-11-21 Thread Ross Finlayson
> On Nov 20, 2018, at 9:35 PM, Indu Girish wrote: > > Hi Ross, > > I have split the Proxyserver and RTSPClient into two separate libraries. Now > my RTSPClient is able to stream continuously. That’s good. Then you should keep doing that. Note that you *cannot* use the LIVE555 code as a sin

Re: [Live-devel] RTSP streaming with port forwading

2018-11-21 Thread Indu Girish
Hi Ross, I have split the Proxyserver and RTSPClient into two separate libraries. Now my RTSPClient is able to stream continuously. So RTSPClient and ProxyServer running from the same live555 library is an issue? Why it is so? Then how it is working in normal case, i.e. camera and proxyserver are

Re: [Live-devel] RTSP streaming with port forwading

2018-11-20 Thread Indu Girish
Hi Ross, My RTSPClient and ProxyServer are running from the same live555 library in android phone. Does it make any issue? Problem occurs only when connected to a remote camera. Thanks & Regards, Indu On Mon, Nov 19, 2018 at 12:31 PM Indu Girish wrote: > Hi Ross, > > Thank you for the quic

Re: [Live-devel] RTSP streaming with port forwading

2018-11-18 Thread Indu Girish
Hi Ross, Thank you for the quick response. My RTSPClient is based on your "testRTSPClient.cpp". I will check about the reception of RR packets. Thanks & Regards, Indu On Mon, Nov 19, 2018 at 12:26 PM Ross Finlayson wrote: > > But when we use port forwading to connect to a remote camera, V

Re: [Live-devel] RTSP streaming with port forwading

2018-11-18 Thread Ross Finlayson
> But when we use port forwading to connect to a remote camera, VLC display > works fine, but the second RTSP client running in android stops streaming in > 65 sec. This (a RTSP stream timeout after 65 seconds) probably means that RTCP “RR” (reception report) packets from the client are not rea

[Live-devel] RTSP streaming with port forwading

2018-11-18 Thread Indu Girish
Hi, We are developing an android app to stream media from an IP camera. We are running a proxy server in android to multiplex the camera stream. Proxied stream is displayed on the app using VLC and another RTSP client is running in android to send the stream to a third party service. This setup wo

Re: [Live-devel] RTSP streaming question

2017-05-02 Thread Ross Finlayson
Kurt, Unfortunately I find your question rather confusing, for a number of reasons: > I am attempting to use the VLC player (live555.com Streaming Server) When VLC plays a RTSP stream, it is using our software (the “LIVE555 Streaming Media” software) to act as a RTSP client. It is not a ‘Stre

[Live-devel] RTSP streaming question

2017-05-02 Thread Kurt Emanuelson
Hi, I am attempting to use the VLC player (live555.com Streaming Server) to receive a live video stream from a DVR using RTSP. The DVR uses byte-streaming protocol even though it is RTSP/RTP. The VLC player 'chokes' (generates packet decoding error and does not recover) when the DVR sends its

Re: [Live-devel] RTSP streaming to Android Client

2014-10-11 Thread Ross Finlayson
> I have an server client application. client is an android client. I am using > the Live555 server for streaming. I have used VideoView Widget of Android to > play the stream. I am having an latency of about 2-3 seconds in frames on > server and client. Also the playback is not smooth, it bit j

[Live-devel] RTSP streaming to Android Client

2014-10-10 Thread pankaj bansal
Hi I have an server client application. client is an android client. I am using the Live555 server for streaming. I have used VideoView Widget of Android to play the stream. I am having an latency of about 2-3 seconds in frames on server and client. Also the playback is not smooth, it bit jittery

[Live-devel] RTSP streaming

2013-03-21 Thread sunitha g
Hi, I am developing an applictaion to monitor a live call. I am using AudioStreamSource for streaming. I need some input in following scenario: Streaming the call for some time, after some time keeping the call is on hold at that time i don't receive any data from the source. But I receive some

[Live-devel] RTSP streaming AAC on iOS

2012-07-22 Thread Frank Vernon
Hi- I'm looking for some advice on streaming AAC via RTSP on iOS from a webcam. Hopefully someone has done this before and can point out my mistake. I have been successfully using the Live555 libraries with uLaw encoded audio for some time and am now trying to do the same for AAC on a newer cam

Re: [Live-devel] RTSP Streaming on iOS

2012-01-06 Thread Ross Finlayson
> Its my understanding that I am receiving the video frames correctly but I am > unsure on how to proceed from here to display the video on the device. > Any prod in the right direction is much appreciated. I can't help you with Objective-C programming, unfortunately. However, I suggest that yo

[Live-devel] RTSP Streaming on iOS

2012-01-06 Thread Viraj Mehta
Hello All,I was wondering if you folks can help me stream video which is available to me using RTSP.I have compiled Live555 source code for iOS and integrated in my project.After supplying the URL to the below code: session = [[RTSPClientSession alloc] initWithURL:[NSURL URLWithString:stringContain

[Live-devel] RTSP Streaming over TCP

2009-10-21 Thread anil v
Hi Ross, I am using openRTSP client to receive the stream over *TCP* but I couldn't able to receive on to *videoMP2T* file. we are able to receive data on the *RTPInterface::handleRead()* function from RTPInterface.cpp ( here i have added a code to dump the stream on to the file and it is wo

Re: [Live-devel] RTSP streaming

2009-05-11 Thread Ross Finlayson
Hi everyone, I am totally new of live555 or RTSP. Currently I am studying how to use live555 to build a RTSP server. I tried out the 'testOnDemandRTSPServer.exe' application, and it successfully setup an RTSP server which can be visited by other machine in the local LAN. However, when I tried

[Live-devel] RTSP streaming

2009-05-11 Thread Lindsey Liao
Hi everyone, I am totally new of live555 or RTSP. Currently I am studying how to use live555 to build a RTSP server. I tried out the 'testOnDemandRTSPServer.exe' application, and it successfully setup an RTSP server which can be visited by other machine in the local LAN. However, when I tri

Re: [Live-devel] RTSP Streaming Playback in QuickTime

2009-05-05 Thread Ganesh V
- development & use Sent: Tuesday, May 5, 2009 6:52:20 PM Subject: Re: [Live-devel] RTSP Streaming Playback in QuickTime > - Because the incoming protocol type is HTTP, parseRTSPRequestString() failed > and hence, Bad Request Message is observed in QT. Yes, the problem is that your client

Re: [Live-devel] RTSP Streaming Playback in QuickTime

2009-05-05 Thread Ross Finlayson
- Because the incoming protocol type is HTTP, parseRTSPRequestString() failed and hence, Bad Request Message is observed in QT. Yes, the problem is that your client (QuickTime Player) is attempting to use RTSP-over-HTTP, which we do not yet support in our RTSP server implementation. Presuma

Re: [Live-devel] RTSP Streaming Playback in QuickTime

2009-05-05 Thread Ganesh V
e the same? Thanks, Ganesh From: Ross Finlayson To: LIVE555 Streaming Media - development & use Sent: Monday, May 4, 2009 8:33:10 PM Subject: Re: [Live-devel] RTSP Streaming Playback in QuickTime > I am trying to stream out MPEG4/H.264 streams from my

Re: [Live-devel] RTSP Streaming Playback in QuickTime

2009-05-04 Thread Ganesh V
, 2009 8:57:36 PM Subject: Re: [Live-devel] RTSP Streaming Playback in QuickTime Are you using any TI device,like DM355,DM644..?? > Date: Mon, 4 May 2009 09:03:10 -0600 > To: live-de...@ns.live555.com > From: finlay...@live555.com > Subject: Re: [Live-devel] RTSP Streaming Playback

Re: [Live-devel] RTSP Streaming Playback in QuickTime

2009-05-04 Thread Vitor Carvalho
Are you using any TI device,like DM355,DM644..?? > Date: Mon, 4 May 2009 09:03:10 -0600 > To: live-de...@ns.live555.com > From: finlay...@live555.com > Subject: Re: [Live-devel] RTSP Streaming Playback in QuickTime > > >I am trying to stream out MPEG4/H.264 streams from my

Re: [Live-devel] RTSP Streaming Playback in QuickTime

2009-05-04 Thread Ross Finlayson
I am trying to stream out MPEG4/H.264 streams from my application on a device using livemedia stack. I am able to play the streams without any issues using VLC player and my own player based of Livemedia stack. However, when I try to play the same using a Quicktime player, I observe a "Bad Requ

[Live-devel] RTSP Streaming Playback in QuickTime

2009-05-04 Thread Ganesh V
Dear Experts, I am trying to stream out MPEG4/H.264 streams from my application on a device using livemedia stack. I am able to play the streams without any issues using VLC player and my own player based of Livemedia stack. However, when I try to play the same using a Quicktime player, I obser

Re: [Live-devel] RTSP streaming using LIVE555

2007-10-25 Thread Ross Finlayson
>1. Is this 1.5 - 2 sec lag an inherent problem with LIVE555 or is it >the VLC player >that is causing the lag? It's VLC. See -- Ross Finlayson Live Networks, Inc. http://www.live555.com/

[Live-devel] RTSP streaming using LIVE555

2007-10-25 Thread Nikhil Naik
Hey Ross, I was looking at using the LIVE555 libraries to stream video from a camera source using rtsp. I have already compiled and debugged the samples. I was curious to know if there was anything in the samples that you would recommend to stream a "Test Pattern". :What we are trying to do is