Is there a URL for mpeg/other video?
Hi,
Happy New Year to all!
So, my question, does anyone know the syntax to view a video stream from TP-Link cameras in a browser with a HTTP instruction, like "http://192.168.0.60/video/mjpeg/stream1" ?
I need to integrate the video into a VMS system that only accepts streams via http instructions.
It is not an RTSP instruction.
Thank you for the attention
Kind Regards
Joao
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
With your tips, I found a solution in the Internet with a batch file and VLC:
:: Kill all existing streams (the command actually suspends ALL the vlc processes):
taskkill /f /im "vlc.exe"
:: Run instance of VLC. This would transcode MP4 rtsp-stream to Motion JPEG http-stream:
start vlc -vvv -Idummy rtsp://admin:Abcd_123@192.168.0.174/stream1 --sout #transcode{vcodec=MJPG,venc=ffmpeg{strict=1},fps=15,width=1920,height=1080}:standard{access=http{mime=multipart/x-mixed-replace;boundary=--7b3cc56e5f51db803f790dad720ed50a},mux=mpjpeg,dst=:9912/}
:: Access the http-streams http://192.168.30.174:9912 where ‘192.168.30.174’ is the IP where VLC is running
- Copy Link
- Report Inappropriate Content
SRTP Settings via IPC web
Settings > Camera > Stream > Advanced Settings
When enabled, RTSP video data will be encrypted and you may be unable to play the video using third-party clients or NVRs. It is recommended that you use the device together with a VIGI NVR.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
RTSP link as below;
rtsp://username:password@192.168.0.204:554/stream1
change IP address to suit device
To use HTTP you might have to look at transcoding the RTSP stream into HTTP format -
Can you load up the IPC device and view the live stream using a web browser and run wireshark to see if you can find the source format
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Are you running AXIS on a server? if yes, cloud or local server?
Look up FFmpeg converting rtsp to http or else check out flussonic watcher
- Copy Link
- Report Inappropriate Content
It runs on a local server
- Copy Link
- Report Inappropriate Content
With your tips, I found a solution in the Internet with a batch file and VLC:
:: Kill all existing streams (the command actually suspends ALL the vlc processes):
taskkill /f /im "vlc.exe"
:: Run instance of VLC. This would transcode MP4 rtsp-stream to Motion JPEG http-stream:
start vlc -vvv -Idummy rtsp://admin:Abcd_123@192.168.0.174/stream1 --sout #transcode{vcodec=MJPG,venc=ffmpeg{strict=1},fps=15,width=1920,height=1080}:standard{access=http{mime=multipart/x-mixed-replace;boundary=--7b3cc56e5f51db803f790dad720ed50a},mux=mpjpeg,dst=:9912/}
:: Access the http-streams http://192.168.30.174:9912 where ‘192.168.30.174’ is the IP where VLC is running
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 1023
Replies: 9
Voters 0
No one has voted for it yet.