Which File To Insert URL?
-
I’m new to WP but think your plug-in is what I am looking for. However I am confused about where to insert my camera url?
Is this the correct file to edit netcam-live-stream/netcam-live-stream.php ?
I can’t find a line that looks like your example to edit:
**Example**[netcam-live url=”http://cam6284208.miemasu.net/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”2000″ width=”100%”]
-
Maybe I should ask this question differently.
I bought a D-Link dcs-2330L and it works OK for displaying on my laptop (with wizard) as well as on my Samsung S5 using the app.The Netcam/Webcam Live Stream plugin sample DEMO works fine on my WordPress page.
I have spent hours of trial and error without success. Although D-Link support did respond, the answer is beyond my limited skills.
[netcam-live url=”http://192.XXX.X.XXX/video/mjpg.cgi/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
I am thinking streaming video is not possible without higher skills.
Anybody have any suggestions – including returning my camera before the return policy expires?
Thanks
Brad
Burlington VTDo you know the IP address of your dlink camera?
If you enter the http link in your browser, do you see your dlink camera?
Don’t give up yet! I almost did but finally found a solution.
I know the IP aggress for my DCS-2330L
What I am looking for is the correct code like these that I found (Google) for different 930 D-Link cameras. I have tried these (using my IP) but none work. Can you tell me the correct code line(s) for my DCS-2330L?
My next attempt will be to try every one of these using my IP in place of “IPADDRESS”
Thanks
BradModel Connect Type URL
DCS-6818B1 VLC rtsp://IPADDRESS:554/live3.sdp
DCS-930L JPEG http://IPADDRESS/image/jpeg.cgi
DCS-930L MJPEG http://IPADDRESS/video/mjpg.cgi
DCS-930L MJPEG http://IPADDRESS/video.cgi
DCS-930L VLC rtsp://IPADDRESS:554/play1.sdp
DCS-932L JPEG http://IPADDRESS/image/jpeg.cgi
DCS-932L JPEG http://IPADDRESS/_gCVimage.jpgThanks for the encouraging words prairietech.
I DO see my camera when I enter the IP address http://192.000.0.000
It prompts for my username and password and then opens my dlink wizard displaying the camera video of my back yard.I found these codes for DLINK DCS-932L on Google and tried every one of them. None work. My camera is a DLINK DCS-2330L. DLINK has not been able to provide the URL for my DCS-2330L
When I run the code below in WP page, it displays “Netcam”
[netcam-live url=”http://rtsp://192.000.0.000:554/live3.sdp/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://http://192.000.0.000/image/jpeg.cgi/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://http://192.000.0.000/video/mjpg.cgi/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://http://192.000.0.000/video.cgi/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://rtsp://192.000.0.000:554/play1.sdp/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://192.000.0.000/image/jpeg.cgi/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://http://192.000.0.000/_gCVimage.jpg/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://http://192.000.0.000/VIDEO.CGI/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://192.000.0.000/video/mjpg.cgi/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://192.000.0.000/dms.jpg/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://http://192.000.0.000/video.cgi/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://192.000.0.000/video.cgi?resolution=VGA/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://192.000.0.000/mjpeg.cgi/snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]
[netcam-live url=”http://192.000.0.000/ /snapshotJPEG?Resolution=640×480&Quality=Clarity” refresh=”500″ width=”100%”]I think the problem is how WordPress handles or fails to handle the video stream.
I found a script that I added to my functions.php file that allowed my Axis brand camera to be displayed. Don’t be intimidated by adding to the functions.php file. If you need help, I can try to help.
Here is a link to that web page:
http://jkshay.com/category/wordpress-tips/I wonder if you could adapt the dlink settings in place of the Axis settings? My coding abilities are very limited but sometimes I can take examples and modify them to work.
The topic ‘Which File To Insert URL?’ is closed to new replies.