Is there a URL for mpeg/other video?

Is there a URL for mpeg/other video?

Is there a URL for mpeg/other video?
Is there a URL for mpeg/other video?
2024-01-03 17:48:19 - last edited 2024-01-25 06:44:25
Model: VIGI C340I  
Hardware Version:
Firmware Version: 2.0.0 Build 231123 Rel.56012n

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

 

  0      
  0      
#1
Options
1 Accepted Solution
Re:Is there a URL for mpeg/other video?-Solution
2024-01-05 09:04:31 - last edited 2024-01-25 06:44:25

  @iTrim 

 

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

Recommended Solution
  1  
  1  
#10
Options
9 Reply
Re:Is there a URL for mpeg/other video?
2024-01-03 20:51:32

  @JoaoLP 

 

 

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.

 

 

 

  0  
  0  
#2
Options
Re:Is there a URL for mpeg/other video?
2024-01-04 09:06:37

Hi  @iTrim 

 

What I need to do on this menu?

 

BR

Joao

  0  
  0  
#3
Options
Re:Is there a URL for mpeg/other video?
2024-01-04 12:42:11 - last edited 2024-01-04 12:48:54

  @JoaoLP 

 

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

  0  
  0  
#4
Options
Re:Is there a URL for mpeg/other video?
2024-01-04 12:52:36

Hi @iTrim,

Thank you for your help.

The VMS does not support RTSP. Must be HTTP.

Regards

Joao

  0  
  0  
#5
Options
Re:Is there a URL for mpeg/other video?
2024-01-04 12:54:40

  @JoaoLP 

 

What VMS are you using?

 

 

  0  
  0  
#6
Options
Re:Is there a URL for mpeg/other video?
2024-01-04 12:55:24 - last edited 2024-01-04 12:55:44

  @iTrim 

 

AXIS Camera Station

  0  
  0  
#7
Options
Re:Is there a URL for mpeg/other video?
2024-01-04 13:03:09

  @JoaoLP 

 

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

 

  1  
  1  
#8
Options
Re:Is there a URL for mpeg/other video?
2024-01-04 13:11:33

  @iTrim 

It runs on a local server

  0  
  0  
#9
Options
Re:Is there a URL for mpeg/other video?-Solution
2024-01-05 09:04:31 - last edited 2024-01-25 06:44:25

  @iTrim 

 

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

Recommended Solution
  1  
  1  
#10
Options

Information

Helpful: 0

Views: 488

Replies: 9

Related Articles