VLC Access/ HTML2.0 ?!

Please enter the name by

Young grasshopper
Joined
Nov 28, 2014
Messages
75
Reaction score
4

Please enter the name by

Young grasshopper
Joined
Nov 28, 2014
Messages
75
Reaction score
4
1) What is the URL you are using to "...stream on the LAN"?
I mean over Lan. Its not that good to start an Tread in a foreign Language in the middle of the night... I tried different but the results are not that good.
2) What is model # of the Axis cam?
AXIS P1365 Mk II Network Camera the Cam is located behind the Window until I get the Outdoor Case.

http://IP/axis-cgi/mjpg/video.cgi
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,451
Reaction score
38,164
Location
Alabama
Both of these URL's work on VLC with the Axis Q7401 encoder over the Internet (I do not have a cam on hand to try other URL's):

http://ipaddress/mjpg/video.mjpg
http://ipaddress/axis-cgi/mjpg/video.cgi

The second URL is suggested in the manual for your model of camera. I realize this is bandwidth-consuming motion JPEG but I wasn't sure if you said MJPG would not work or you did not want to use MJPG.

Axis_VLC.jpg
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,451
Reaction score
38,164
Location
Alabama
I
Code:
http://gast:gast@IP/axis-cgi/mjpg/video.cgi?camera=2
works but require User/ PW.
But is MJPG...
Not sure what you're looking for or trying to do. Sounds like it works but it doesn't, you have username & password but you don't want to use it, it only does MJPG and you don't want that.
I don't think I can offer any more help. Best of luck to you!
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,451
Reaction score
38,164
Location
Alabama
Why not the "real" video formats?!
By 'real' video if you mean 'RTSP' then by all means, go for it! In your first post you had a link that contained several dozen URL's that started with "rstp://"...did you try some? Many are duplicates...how many did you try? I'm not going to do it for you!;)

You also have the manual!

You can try my suggestion containing username and password (or not) in front of the IP address with various URL's until.....
1) you find one that works
==OR==
2) you use MJPEG!
 

Carver

n3wb
Joined
Dec 11, 2017
Messages
17
Reaction score
4
For PC try this - create a .bat file with the content:
Code:
@echo off
"<path to VLC executable>" rtsp://<camera ip>:554/onvif-media/media.amp --rtsp-user="<camera username>" --rtsp-pwd="<camera password>"
Replace the strings between <> with your data.
 
Top