Got it

All the video resolution is 720P, when it view the video 6 or 7 at the same time it’s frozen.

Created: Dec 31, 2019 01:04:05Latest reply: Dec 31, 2019 01:21:20 392 1 0 0 0
  Rewarded HiCoins: 0 (problem resolved)

Hello, Huawei Team.

I have a problem.

All the video resolution is 720P when it view the video 6 or 7 at the same time it's frozen.

Featured Answers

Recommended answer

Hike
Created Dec 31, 2019 01:21:20

Dear User


Generally, video quality problems are caused by packet loss on the network. Check the network status first.

The network transmission quality is poor.


please check this link http://support.huawei.com/hedex/pages/EDOC1000017009NYB0731A/04/EDOC1000017009NYB0731A/04/resources/trsg/trsg/eivs_trsg_00076.html?ft=0&fe=10&hib=6.1.2.2.5&id=eivs_trsg_00076&text=Live Video Freezing and Garbled Image&docid=EDOC1000017009


Live Video Freezing and Garbled Image

Symptom

When you play a live video on an IVS client, the video is frozen and garbled, as shown in Figure 1.
Figure 1 Live video freezing and garbled image
eivs_trsg_00076_01.png
Check code stream information, as shown in Figure 2.
Figure 2 Code stream information
eivs_trsg_00076_02.png

Possible Causes

  • The network transmission quality is poor.

  • The frame rate and resolution of video streams are changed during local recording.

    icon-note.gif NOTE:
    The frame rate and resolution of video streams cannot be changed during local recording; otherwise, garbled image occurs.
  • Live media streams are transmitted by using User Datagram Protocol (UDP), which leads to packet loss.

  • The operating system cache of the media server is insufficient.

Procedure

  1. Check the network transmission quality.



  • For details about the description of ResolutionBit Rate, and Transmission Protocol, see the eSpace IVS V100R001C30 CS Client Online Help.

  • The frame rate and resolution of video streams cannot be changed during local recording; otherwise, garbled image occurs.

  • If yes, go to the next step.

  • If no, go to 2.

  1. Capture data packets transmitted over the network by using network analysis tools and check whether the packet loss rate is high.

  2. Log in to the IVS C/S client.

  3. Choose WorkSpace > Device Mgt..

    The Device Mgt. page is displayed.

  4. Select an IPC from Organization Tree and click Edit.

    The Edit Camera page is displayed.

  5. Verify that ResolutionBit Rate, and Transmission Protocol are correctly configured.

    icon-note.gif NOTE:


  6. Change the value of Transmission Protocol to RTP over TCP and click Save, as shown in Figure 3.

    Figure 3 Setting video streams
    eivs_trsg_00076_03.png
  7. Check whether the fault is rectified.

    If the fault is rectified, no further action is required. If the fault persists, go to 2.

Check whether the frame rate and bit rate are changed during the local recording.


Check whether the fault is rectified.

If the fault is rectified, no further action is required. If the fault persists, go to 3.


  • If yes, stop changing the frame rate and bit rate during the local recording.

  • If no, go to 3.

Verify that live media streams are not transmitted by using UDP.


Check whether the fault is rectified.

If the fault is rectified, no further action is required. If the fault persists, go to 4.


  • If yes, set Transport Protocol to TCP.

  • If no, go to 4.

  1. Log in to the IVS C/S client.

  2. Click Local Settings.

    The Local Settings page is displayed.

  3. Click the Network Parameters tab.

  4. Check whether Transport Protocol is set to UDP.

Check the operating system cache of the media server.


  • If the media server receives many incorrect data packets, go to the next step.

  • If the media server properly receives data packets but the fault persists, contact Huawei technical support.

  1. Log in to the media server as the root user.

  2. Run the netstat -su command.

    View the statistics on the data packets received by the media server, as shown in Figure 4.

    Figure 4 Statistics on the data packets
    eivs_trsg_00076_04.png
  3. Run the sysctl -a |grep net.core command to view the system cache as follows:

    net.core.rmem_default = 126976
    net.core.wmem_default = 126976
    net.core.rmem_max = 131071
    net.core.wmem_max = 131071
  4. Run the vi /etc/sysctl.conf command. Change the system cache in the following way:

    net.core.wmem_default = 26214400
    net.core.rmem_default = 26214400
    net.ipv4.tcp_rmem=4096 87380 26214400
    net.core.rmem_max=41943040
    net.ipv4.tcp_wmem=4096 65536 26214400
    net.core.wmem_max=41943040
  5. Check whether the fault is rectified.

    If the fault is rectified, no further action is required. If the fault persists, contact Huawei technical support.


View more
  • x
  • convention:

All Answers

Dear User


Generally, video quality problems are caused by packet loss on the network. Check the network status first.

The network transmission quality is poor.


please check this link http://support.huawei.com/hedex/pages/EDOC1000017009NYB0731A/04/EDOC1000017009NYB0731A/04/resources/trsg/trsg/eivs_trsg_00076.html?ft=0&fe=10&hib=6.1.2.2.5&id=eivs_trsg_00076&text=Live Video Freezing and Garbled Image&docid=EDOC1000017009


Live Video Freezing and Garbled Image

Symptom

When you play a live video on an IVS client, the video is frozen and garbled, as shown in Figure 1.
Figure 1 Live video freezing and garbled image
eivs_trsg_00076_01.png
Check code stream information, as shown in Figure 2.
Figure 2 Code stream information
eivs_trsg_00076_02.png

Possible Causes

  • The network transmission quality is poor.

  • The frame rate and resolution of video streams are changed during local recording.

    icon-note.gif NOTE:
    The frame rate and resolution of video streams cannot be changed during local recording; otherwise, garbled image occurs.
  • Live media streams are transmitted by using User Datagram Protocol (UDP), which leads to packet loss.

  • The operating system cache of the media server is insufficient.

Procedure

  1. Check the network transmission quality.



  • For details about the description of ResolutionBit Rate, and Transmission Protocol, see the eSpace IVS V100R001C30 CS Client Online Help.

  • The frame rate and resolution of video streams cannot be changed during local recording; otherwise, garbled image occurs.

  • If yes, go to the next step.

  • If no, go to 2.

  1. Capture data packets transmitted over the network by using network analysis tools and check whether the packet loss rate is high.

  2. Log in to the IVS C/S client.

  3. Choose WorkSpace > Device Mgt..

    The Device Mgt. page is displayed.

  4. Select an IPC from Organization Tree and click Edit.

    The Edit Camera page is displayed.

  5. Verify that ResolutionBit Rate, and Transmission Protocol are correctly configured.

    icon-note.gif NOTE:


  6. Change the value of Transmission Protocol to RTP over TCP and click Save, as shown in Figure 3.

    Figure 3 Setting video streams
    eivs_trsg_00076_03.png
  7. Check whether the fault is rectified.

    If the fault is rectified, no further action is required. If the fault persists, go to 2.

Check whether the frame rate and bit rate are changed during the local recording.


Check whether the fault is rectified.

If the fault is rectified, no further action is required. If the fault persists, go to 3.


  • If yes, stop changing the frame rate and bit rate during the local recording.

  • If no, go to 3.

Verify that live media streams are not transmitted by using UDP.


Check whether the fault is rectified.

If the fault is rectified, no further action is required. If the fault persists, go to 4.


  • If yes, set Transport Protocol to TCP.

  • If no, go to 4.

  1. Log in to the IVS C/S client.

  2. Click Local Settings.

    The Local Settings page is displayed.

  3. Click the Network Parameters tab.

  4. Check whether Transport Protocol is set to UDP.

Check the operating system cache of the media server.


  • If the media server receives many incorrect data packets, go to the next step.

  • If the media server properly receives data packets but the fault persists, contact Huawei technical support.

  1. Log in to the media server as the root user.

  2. Run the netstat -su command.

    View the statistics on the data packets received by the media server, as shown in Figure 4.

    Figure 4 Statistics on the data packets
    eivs_trsg_00076_04.png
  3. Run the sysctl -a |grep net.core command to view the system cache as follows:

    net.core.rmem_default = 126976
    net.core.wmem_default = 126976
    net.core.rmem_max = 131071
    net.core.wmem_max = 131071
  4. Run the vi /etc/sysctl.conf command. Change the system cache in the following way:

    net.core.wmem_default = 26214400
    net.core.rmem_default = 26214400
    net.ipv4.tcp_rmem=4096 87380 26214400
    net.core.rmem_max=41943040
    net.ipv4.tcp_wmem=4096 65536 26214400
    net.core.wmem_max=41943040
  5. Check whether the fault is rectified.

    If the fault is rectified, no further action is required. If the fault persists, contact Huawei technical support.


View more
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.