Send Motion-user mailing list submissions to motion-user@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/motion-user or, via email, send a message with subject or body 'help' to motion-user-requ...@lists.sourceforge.net You can reach the person managing the list at motion-user-ow...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Motion-user digest..." Today's Topics: 1. Re: Problems with IP camera (u...@woodwax.co.nz) 2. Re: Problems with IP camera (tosiara) ---------------------------------------------------------------------- Message: 1 Date: Wed, 17 Apr 2019 10:09:46 +1200 From: u...@woodwax.co.nz To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Problems with IP camera Message-ID: <5fa9fbcb8f3333da716ef2dc1370c...@woodwax.co.nz> Content-Type: text/plain; charset=UTF-8; format=flowed Thank you everyone for your help - I think the problem is solved. I tried all your options and the following is working: netcam_url rtsp://192.168.2.101:554/user=admin&password=&channel=1&stream=0.sdp #netcam_url rtsp://192.168.2.101:554/streaming/channels/2 #netcam_userpass admin: As you can see I tried the option which is now hashed out but I only got the following message in motion: [1:ml1] [NTC] [ALL] image_ring_resize: Resizing pre_capture buffer to 4 items [1:ml1] [WRN] [ALL] mlp_retry: Retrying until successful connection with camera [1:ml1] [NTC] [VID] vid_start: Opening Netcam RTSP [1:ml1] [ERR] [NET] netcam_rtsp_open_context: Normal resolution: Unable to open camera((null)): Invalid data found when processing input [1:ml1] [NTC] [NET] netcam_rtsp_cleanup: Normal resolution: Shut down complete. [1:ml1] [ERR] [VID] vid_start: Netcam RTSP failed to open [1:ml1] [NTC] [ALL] motion_loop: Thread exiting [0:motion] [NTC] [ALL] main: Motion thread 1 restart [0:motion] [NTC] [ALL] motion_start_thread: Camera ID: 101 is from /etc/motion/camera101.conf [0:motion] [NTC] [ALL] motion_start_thread: Camera ID: 101 Camera Name: (null) Service: rtsp: [1:ml1] [NTC] [ALL] motion_init: Camera 101 started: motion detection Enabled [1:ml1] [NTC] [VID] vid_start: Opening Netcam RTSP [1:ml1] [ERR] [NET] netcam_rtsp_open_context: Normal resolution: Unable to open camera((null)): Invalid data found when processing input [1:ml1] [NTC] [NET] netcam_rtsp_cleanup: Normal resolution: Shut down complete. [1:ml1] [ERR] [VID] vid_start: Netcam RTSP failed to open And all I could see was a grey square with the writing of cameraID and date. Thank you again you were a great help! Cheers Uli On 17/04/2019 09:51, prismb...@gmail.com wrote: > Here is another format you can try - > > RTSP://USER:PASSWORD@192.168.2.101:554/CHANNEL=1&STREAM=0.SDP [1] > > On Tue, Apr 16, 2019 at 2:45 PM Rodolfo Leibner <rleib...@gmail.com> > wrote: > >> If you are asking about the netcam_url parameter, try >> RTSP://192.168.2.101:554/USER=ADMIN&PASSWORD=&CHANNEL=1&STREAM=0.SDP >> [1] >> >> El mar., 16 de abr. de 2019 a la(s) 18:39, Rodolfo Leibner >> (rleib...@gmail.com) escribi?: >> >> Hi Uli, >> For my Chinese cam I use VLC with the address: >> HTTP://_<MYIPNAME>_.DDNS.NET:8081/USER= >> [2]_<MYUSERNAME>_&PASSWORD=_<MYPASSWORD>_&CHANNEL=1&STREAM=0.SDP >> >> Please note: >> 1.- Since I have not a static IP, I am using the _no-ip/ddns_ >> service (it's free). >> 2.- I've configured MOTION with_ STREAM_PORT 8081_ >> >> El mar., 16 de abr. de 2019 a la(s) 17:18, Colin Law >> (clan...@gmail.com) escribi?: >> On Tue, 16 Apr 2019 at 01:29, <u...@woodwax.co.nz> wrote: >>> ... >>> From the vendor I received >>> the following string: >>> >> > rtsp://192.168.2.101:554/user=admin&password=&channel=1&stream=0.sdp?real_stream >> [3] >> >> Are you sure that is right? That is not what would normally be >> considered a valid url. The ? is in the wrong place for a start. >> >> Colin >> >> _______________________________________________ >> Motion-user mailing list >> Motion-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/motion-user >> https://motion-project.github.io/ >> >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > > Links: > ------ > [1] > http://192.168.2.101:554/user=admin&password=&channel=1&stream=0.sdp > [2] http://ddns.net:8081/user= > [3] > http://192.168.2.101:554/user=admin&password=&channel=1&stream=0.sdp?real_stream > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user ------------------------------ Message: 2 Date: Wed, 17 Apr 2019 09:57:54 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Problems with IP camera Message-ID: <CACHTdwRjVS_Fhbw_D8tbBtBQChgQqzV=ymjmjvky2_hupec...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Just a follow up for everyone else When you try rtsp commands in the command line be sure to escape all special characters, like & to \&. Command should be: ffprobe rtsp://192.168.2.101:554/user=admin\&password=\&channel=1\&stream=0.sdp?real_stream On Wed, Apr 17, 2019 at 1:10 AM <u...@woodwax.co.nz> wrote: > > Thank you everyone for your help - I think the problem is solved. I > tried all your options and the following is working: > > netcam_url > rtsp://192.168.2.101:554/user=admin&password=&channel=1&stream=0.sdp > > #netcam_url rtsp://192.168.2.101:554/streaming/channels/2 > #netcam_userpass admin: > > As you can see I tried the option which is now hashed out but I only got > the following message in motion: > [1:ml1] [NTC] [ALL] image_ring_resize: Resizing pre_capture buffer to 4 > items > [1:ml1] [WRN] [ALL] mlp_retry: Retrying until successful connection with > camera > [1:ml1] [NTC] [VID] vid_start: Opening Netcam RTSP > [1:ml1] [ERR] [NET] netcam_rtsp_open_context: Normal resolution: Unable > to open camera((null)): Invalid data found when processing input > [1:ml1] [NTC] [NET] netcam_rtsp_cleanup: Normal resolution: Shut down > complete. > [1:ml1] [ERR] [VID] vid_start: Netcam RTSP failed to open > [1:ml1] [NTC] [ALL] motion_loop: Thread exiting > [0:motion] [NTC] [ALL] main: Motion thread 1 restart > [0:motion] [NTC] [ALL] motion_start_thread: Camera ID: 101 is from > /etc/motion/camera101.conf > [0:motion] [NTC] [ALL] motion_start_thread: Camera ID: 101 Camera Name: > (null) Service: rtsp: > [1:ml1] [NTC] [ALL] motion_init: Camera 101 started: motion detection > Enabled > [1:ml1] [NTC] [VID] vid_start: Opening Netcam RTSP > [1:ml1] [ERR] [NET] netcam_rtsp_open_context: Normal resolution: Unable > to open camera((null)): Invalid data found when processing input > [1:ml1] [NTC] [NET] netcam_rtsp_cleanup: Normal resolution: Shut down > complete. > [1:ml1] [ERR] [VID] vid_start: Netcam RTSP failed to open > > And all I could see was a grey square with the writing of cameraID and > date. > Thank you again you were a great help! > Cheers > Uli > > > On 17/04/2019 09:51, prismb...@gmail.com wrote: > > Here is another format you can try - > > > > RTSP://USER:PASSWORD@192.168.2.101:554/CHANNEL=1&STREAM=0.SDP [1] > > > > On Tue, Apr 16, 2019 at 2:45 PM Rodolfo Leibner <rleib...@gmail.com> > > wrote: > > > >> If you are asking about the netcam_url parameter, try > >> RTSP://192.168.2.101:554/USER=ADMIN&PASSWORD=&CHANNEL=1&STREAM=0.SDP > >> [1] > >> > >> El mar., 16 de abr. de 2019 a la(s) 18:39, Rodolfo Leibner > >> (rleib...@gmail.com) escribi?: > >> > >> Hi Uli, > >> For my Chinese cam I use VLC with the address: > >> HTTP://_<MYIPNAME>_.DDNS.NET:8081/USER= > >> [2]_<MYUSERNAME>_&PASSWORD=_<MYPASSWORD>_&CHANNEL=1&STREAM=0.SDP > >> > >> Please note: > >> 1.- Since I have not a static IP, I am using the _no-ip/ddns_ > >> service (it's free). > >> 2.- I've configured MOTION with_ STREAM_PORT 8081_ > >> > >> El mar., 16 de abr. de 2019 a la(s) 17:18, Colin Law > >> (clan...@gmail.com) escribi?: > >> On Tue, 16 Apr 2019 at 01:29, <u...@woodwax.co.nz> wrote: > >>> ... > >>> From the vendor I received > >>> the following string: > >>> > >> > > rtsp://192.168.2.101:554/user=admin&password=&channel=1&stream=0.sdp?real_stream > >> [3] > >> > >> Are you sure that is right? That is not what would normally be > >> considered a valid url. The ? is in the wrong place for a start. > >> > >> Colin > >> > >> _______________________________________________ > >> Motion-user mailing list > >> Motion-user@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/motion-user > >> https://motion-project.github.io/ > >> > >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > > _______________________________________________ > > Motion-user mailing list > > Motion-user@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/motion-user > > https://motion-project.github.io/ > > > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > > > > Links: > > ------ > > [1] > > http://192.168.2.101:554/user=admin&password=&channel=1&stream=0.sdp > > [2] http://ddns.net:8081/user= > > [3] > > http://192.168.2.101:554/user=admin&password=&channel=1&stream=0.sdp?real_stream > > _______________________________________________ > > Motion-user mailing list > > Motion-user@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/motion-user > > https://motion-project.github.io/ > > > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > > > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user ------------------------------ ------------------------------ Subject: Digest Footer _______________________________________________ Motion-user mailing list Motion-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/motion-user ------------------------------ End of Motion-user Digest, Vol 154, Issue 12 ********************************************