RAGESH P RAJU

Results 17 comments of RAGESH P RAJU

I am explaining my issue in stackoverflow site please see the following link https://stackoverflow.com/questions/57412656/service-xxx-api-microservice-project-failed-to-build-unexpected-eof

> > > Hi, rageshS, > Have u solved this problem? I also need to extract the address in multi-lines but it seems it can only use custom items which...

Hi @devajith I think there is no straight forward way to extract the multi-line data. I can't find any example for capture the multi-line data. I have the same issue...

Is this a dead source code repository?

Yes absolutely. The repository author needs more attention to the documentation. Otherwise, it will work like a junk program and not trustworthy to apply the production-ready project. One more important...

Any update on this? I tried the rstp URL in different ways. but the error still occurred. url 1 - rtsp://xxx.xxx.xxx.xxx:554//Streaming/Channels/1 url 2 - rtsp://username:[email protected]:554//Streaming/Channels/1

@victor-david Thank you very much for the support. Now it works fine.

But when I captured the frames, I can only get the blank images. `private void RtspClient_FrameReceived(object sender, RtspClientSharp.RawFrames.RawFrame e) { //my understanding is some decoding must be done here which...