sravich1

Results 21 comments of sravich1

My ffmpeg conversion from .mp4 to mkv is working fine...do not know why specifically I am getting this error.. any changes need to be made in ffmpeg.??

when setup for ONVIF is clicked ..ffmpeg is giving the error...any idea where the problem is ??

Hi , I modified under services **media_service.js** var cmd = "ffmpeg -fflags nobuffer -probesize 256 -rtsp_transport tcp -i rtsp://10.35.62.108:".concat(_this.config.RTSPPort, "/").concat(_this.config.RTSPName I gave the absolute path ...but _this.config.RTSPName ..need to change...

Hi, Thanks for your reply... Here is the following way in which I downloaded and started with the rpos 1. download from git clone https://github.com/BreeeZe/rpos.git cd rpos npm install 2....

Hi , I tried downloading mediamtx and running rtsp...RTSP is running successfully. but when I change the rposConfig.json under rpos I have this issue. That's the update.

Hi , Thanks for all the suggestion ..mediamtx for RTSP and RPOS for ONVIF worked in raspberry pi [MediaMtx_RPOS_stepstoinstall.txt](https://github.com/BreeeZe/rpos/files/14330970/MediaMtx_RPOS_stepstoinstall.txt) Thanks for all your help. --ravi

Hi , Below is my config file which I tried to configure to make raspberrypi4 ONVIF complaint...still not working _{ "NetworkAdapters" : ["awdl0","eth0", "wlan0", "en0"], "IpAddress" : "10.35.62.102", "ServicePort" :...

look like rtsp is working for option 3 but ffmpeg decoder is failing ...thats the reason video is not seen when we try to connect.. any pointers here will help...

Hi all, trying to get the reason for FFMPEG error...i am using option 3 but not able to get rtsp going **error** ffmpeg exec error: Error: Command failed: ffmpeg -fflags...

Hi, I am a trying to run the rpos code in Rasppi4 ..when I run the rpos.js I am getting following error rtspServer error: Error: spawn ./bin/rtspServer ENOENT at Process.ChildProcess._handle.onexit...